Skip to content

Commit 371b5ff

Browse files
committed
snapshot
1 parent 50307ad commit 371b5ff

File tree

6 files changed

+32773
-42152
lines changed

6 files changed

+32773
-42152
lines changed

jscomp/main/builtin_cmi_datasets.ml

+94-96
Large diffs are not rendered by default.

jscomp/main/builtin_cmj_datasets.ml

+121-123
Large diffs are not rendered by default.

lib/4.06.1/unstable/js_compiler.ml

+1,155-10,618
Large diffs are not rendered by default.

lib/4.06.1/unstable/js_playground_compiler.ml

+31,399-31,315
Large diffs are not rendered by default.

lib/4.06.1/unstable/js_playground_compiler.ml.d

+2
Original file line numberDiff line numberDiff line change
@@ -322,8 +322,10 @@
322322
../lib/4.06.1/unstable/js_playground_compiler.ml: ./ext/vec_int.mli
323323
../lib/4.06.1/unstable/js_playground_compiler.ml: ./ext/warnings.ml
324324
../lib/4.06.1/unstable/js_playground_compiler.ml: ./ext/warnings.mli
325+
../lib/4.06.1/unstable/js_playground_compiler.ml: ./frontend/ast_async.ml
325326
../lib/4.06.1/unstable/js_playground_compiler.ml: ./frontend/ast_attributes.ml
326327
../lib/4.06.1/unstable/js_playground_compiler.ml: ./frontend/ast_attributes.mli
328+
../lib/4.06.1/unstable/js_playground_compiler.ml: ./frontend/ast_await.ml
327329
../lib/4.06.1/unstable/js_playground_compiler.ml: ./frontend/ast_bs_open.ml
328330
../lib/4.06.1/unstable/js_playground_compiler.ml: ./frontend/ast_bs_open.mli
329331
../lib/4.06.1/unstable/js_playground_compiler.ml: ./frontend/ast_comb.ml

lib/4.06.1/whole_compiler.ml.d

+2
Original file line numberDiff line numberDiff line change
@@ -672,6 +672,8 @@
672672
../lib/4.06.1/whole_compiler.ml: ./napkin/res_scanner.mli
673673
../lib/4.06.1/whole_compiler.ml: ./napkin/res_string.ml
674674
../lib/4.06.1/whole_compiler.ml: ./napkin/res_token.ml
675+
../lib/4.06.1/whole_compiler.ml: ./napkin/res_utf8.ml
676+
../lib/4.06.1/whole_compiler.ml: ./napkin/res_utf8.mli
675677
../lib/4.06.1/whole_compiler.ml: ./outcome_printer/outcome_printer_ns.ml
676678
../lib/4.06.1/whole_compiler.ml: ./outcome_printer/outcome_printer_ns.mli
677679
../lib/4.06.1/whole_compiler.ml: ./stubs/bs_hash_stubs.pp.ml

0 commit comments

Comments
 (0)