-
Notifications
You must be signed in to change notification settings - Fork 469
GenType: removed support for @genType.as
in type definitions, which has become unnecessary.
#6099
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
14331a6
98b17b0
749ea89
e320fbb
e64cbed
ceb362e
3d98d22
6681a16
bf9984a
388db47
148829d
22a4ba5
568a0fb
57e546c
61a6211
63e39fa
48aea0d
780ca1d
5271e71
3fa066b
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ bench: | |
$(DUNE_BIN_DIR)/syntax_benchmarks | ||
|
||
dce: | ||
reanalyze.exe -- -dce-cmt _build | ||
reanalyze.exe -dce-cmt _build/default/jscomp | ||
|
||
ninja/ninja: | ||
./scripts/buildNinjaBinary.js | ||
|
@@ -43,6 +43,7 @@ test-all: test test-gentype | |
|
||
reanalyze: | ||
reanalyze.exe -set-exit-code -all-cmt _build/default/res_syntax -suppress res_syntax/testrunner | ||
reanalyze.exe -set-exit-code -all-cmt _build/default/jscomp -suppress res_syntax/testrunner -exclude-paths jscomp/super_errors,jscomp/outcome_printer,jscomp/ounit_tests,jscomp/ml,jscomp/js_parser,jscomp/frontend,jscomp/ext,jscomp/depends,jscomp/core,jscomp/common,jscomp/cmij,jscomp/bsb_helper,jscomp/bsb | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Is the There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We don't want to be obliged to put annotations for e.g. raising possible exceptions, in the test runner. |
||
|
||
lib: build node_modules/.bin/semver | ||
node scripts/ninja.js config | ||
|
Uh oh!
There was an error while loading. Please reload this page.