Skip to content

Commit f6110ce

Browse files
committed
Initial import snapshot for 4.06
1 parent 51c1b54 commit f6110ce

22 files changed

+243062
-2
lines changed

jscomp/stdlib-406/release.ninja

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
bsc = ../lib/bsc.exe
3-
bsc_flags = -absname -no-alias-deps -bs-no-version-header -bs-diagnose -bs-no-check-div-by-zero -bs-cross-module-opt -bs-package-name bs-platform -bs-package-output commonjs:lib/js -bs-package-output es6:lib/es6 -nostdlib -warn-error A -w -40-49-103 -bin-annot -bs-no-warn-unimplemented-external -I ./runtime -I ./others
3+
bsc_flags = -absname -no-alias-deps -bs-no-version-header -bs-diagnose -bs-no-check-div-by-zero -bs-cross-module-opt -bs-package-name bs-platform -bs-package-output commonjs:lib/js -bs-package-output es6:lib/es6 -nostdlib -w -40-49-103-3 -bin-annot -bs-no-warn-unimplemented-external -I runtime -I others
44
rule cc
55
command = $bsc -bs-cmi -bs-cmj $bsc_flags -bs-no-implicit-include -I stdlib-406 -c $in
66
description = $in -> $out

0 commit comments

Comments
 (0)