mirror of
https://github.com/google/blockly.git
synced 2026-01-08 09:30:06 +01:00
Temporarily disable strict require compiler errors (#4581)
* Disable strict require check in closure compiler
This commit is contained in:
@@ -74,7 +74,8 @@ var JSCOMP_ERROR = [
|
||||
'missingPolyfill',
|
||||
'missingProperties',
|
||||
'missingProvide',
|
||||
'missingRequire',
|
||||
// 'missingRequire', As of Jan 8 2021, this enables the strict require check.
|
||||
// Disabling this until we have fixed all the require issues.
|
||||
'missingReturn',
|
||||
// 'missingSourcesWarnings',
|
||||
'moduleLoad',
|
||||
|
||||
Reference in New Issue
Block a user