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 05a6ac5 commit 177b55cCopy full SHA for 177b55c
jscomp/core/lam_compile_main.ml
@@ -295,7 +295,6 @@ let lambda_as_module
295
(lambda_output : J.deps_program)
296
(output_prefix : string)
297
: unit =
298
- if not !Js_config.cmj_only then begin
299
let basename =
300
Ext_namespace.change_ext_ns_suffix
301
(Filename.basename
@@ -326,7 +325,7 @@ let lambda_as_module
326
325
) output_chan )
327
328
#end
329
- end
+
330
(* We can use {!Env.current_unit = "Pervasives"} to tell if it is some specific module,
331
We need handle some definitions in standard libraries in a special way, most are io specific,
332
includes {!Pervasives.stdin, Pervasives.stdout, Pervasives.stderr}
0 commit comments