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 350af7c commit 5af9419Copy full SHA for 5af9419
compiler/core/js_name_of_module_id.ml
@@ -31,7 +31,7 @@ let string_of_module_id_in_browser (x : Lam_module_ident.t) =
31
match x.kind with
32
| External {name} -> name
33
| Runtime | Ml ->
34
- "./stdlib/" ^ Ext_string.uncapitalize_ascii x.id.name ^ ".js"
+ "./stdlib/" ^ x.id.name ^ ".js"
35
36
let string_of_module_id
37
(id : Lam_module_ident.t)
0 commit comments