We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e4d949 commit 6a88ee7Copy full SHA for 6a88ee7
analysis/src/TypeUtils.ml
@@ -1291,4 +1291,6 @@ let completionPathFromMaybeBuiltin path =
1291
| [mainModule; "t"] when String.starts_with ~prefix:"Stdlib_" mainModule ->
1292
(* Route Stdlib_X to Stdlib.X for proper completions without the Stdlib_ prefix *)
1293
Some (String.split_on_char '_' mainModule)
1294
+ | ["Primitive_js_extern"; "null"] -> Some ["Stdlib"; "Null"]
1295
+ | ["Primitive_js_extern"; "nullable"] -> Some ["Stdlib"; "Nullable"]
1296
| _ -> None)
0 commit comments