Skip to content

Commit 3291815

Browse files
authored
Merge pull request #5311 from rescript-lang/format-project
pull out bspack as a separate repo
2 parents e60482c + 38fe9e9 commit 3291815

14 files changed

+31968
-29774
lines changed

Diff for: jscomp/core/lam_compile_main.ml

+3
Original file line numberDiff line numberDiff line change
@@ -317,9 +317,12 @@ let lambda_as_module
317317
target_file output_chan );
318318
if !Warnings.has_warnings then begin
319319
Warnings.has_warnings := false ;
320+
#if BS_BROWSER
321+
#else
320322
if Sys.file_exists target_file then begin
321323
Bs_hash_stubs.set_as_old_file target_file
322324
end
325+
#end
323326
end
324327
)
325328

Diff for: jscomp/depends/bspack_ast_extract.ml

-281
This file was deleted.

Diff for: jscomp/depends/bspack_ast_extract.mli

-85
This file was deleted.

0 commit comments

Comments
 (0)