mirror of
https://github.com/google/blockly.git
synced 2026-01-08 01:20:12 +01:00
fix(tests): Enable --debug for test:compile:advanced; fix some errors (and demote the rest to warnings) (#5983)
* refactor(tests): Migrate tests/compile/main.js to goog.module
* feat(tests): Enable --debug for test:compile:advanced; demote errors
* Enable the --debug flag when running the
buildAdvancedCompilationTest gulp task.
* Remove partialAlias diagnostic group from `JSC_ERROR`, demoting
JSC_PARTIAL_NAMESPACE to warning.
Reverts "Revert 'fix(tests): Enable --debug for test:compile:advanced;
fix some errors (#5959)'".
This commit is contained in:
committed by
GitHub
parent
c1004be1f2
commit
e11b5834e5
@@ -209,7 +209,7 @@ var JSCOMP_ERROR = [
|
||||
'moduleLoad',
|
||||
'msgDescriptions',
|
||||
'nonStandardJsDocs',
|
||||
'partialAlias',
|
||||
// 'partialAlias', // Don't want this to be an error yet; only warning.
|
||||
// 'polymer', // Not applicable.
|
||||
// 'reportUnknownTypes', // VERY verbose.
|
||||
// 'strictCheckTypes', // Use --strict to enable.
|
||||
|
||||
Reference in New Issue
Block a user