Skip to content

Commit 07c5d85

Browse files
committed
update libraries set up to use exception analysis
1 parent 958d3c7 commit 07c5d85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/docs/manual/v12.0.0/editor-plugins.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ let stringMake3 = @doesNotThrow String.make(12, ' ')
104104

105105
#### Limitations
106106

107-
- The libraries currently modeled are limited to `Array`, `Buffer`, `Bytes`, `Char`, `Filename`, `Hashtbl`, `List`, `Pervasives`, `Str`, `String` from the standard library, and `bs-json`, and `Json` from `Js`. Models are currently vendored in the analysis, and are easy to add (see [`src/ExnLib.ml`](src/ExnLib.ml))
107+
- The libraries currently modeled are limited to the standard library, Belt and Js modules. Models are currently vendored in the analysis, and are easy to add (see [`analysis/reanalyze/src/ExnLib.ml`](https://github.com/rescript-lang/rescript/blob/master/analysis/reanalyze/src/ExnLib.ml))
108108
- Generic exceptions are not understood by the analysis. For example `exn` is not recognized below (only concrete exceptions are):
109109

110110
```rescript

0 commit comments

Comments
 (0)