This PR introduces the `assert!` variant `debug_assert!` that is activated when compiled with `buildType` `debug`. --------- Co-authored-by: Mac Malone <tydeu@hatpress.net>
8 lines
311 B
Text
8 lines
311 B
Text
some
|
|
{
|
|
range :=
|
|
{ pos := { line := 202, column := 0 }, charUtf16 := 0, endPos := { line := 207, column := 31 },
|
|
endCharUtf16 := 31 },
|
|
selectionRange :=
|
|
{ pos := { line := 202, column := 46 }, charUtf16 := 46, endPos := { line := 202, column := 58 },
|
|
endCharUtf16 := 58 } }
|