Skip to content

Commit 49d302e

Browse files
committed
Mention the safe builder in the README.md
1 parent 0c4cd3d commit 49d302e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,6 @@ const scopeInformation = new ScopeInfoBuilder()
5353
.endRange(0, 15)
5454
.endRange(1, 1)
5555
.build();
56-
```
56+
```
57+
58+
There is also a `SafeScopeInfoBuilder` that checks that scopes and ranges are well nested and some other integrity constraints (e.g. definition scopes are known).

0 commit comments

Comments
 (0)