Disable unknownDefines check when compiling individual examples
This commit is contained in:
@@ -310,11 +310,13 @@ def examples_star_json(name, match):
|
|||||||
"tweakValidation",
|
"tweakValidation",
|
||||||
"undefinedNames",
|
"undefinedNames",
|
||||||
"undefinedVars",
|
"undefinedVars",
|
||||||
"unknownDefines",
|
|
||||||
"uselessCode",
|
"uselessCode",
|
||||||
"violatedModuleDep",
|
"violatedModuleDep",
|
||||||
"visibility"
|
"visibility"
|
||||||
],
|
],
|
||||||
|
"jscomp_off": [
|
||||||
|
"unknownDefines"
|
||||||
|
],
|
||||||
"extra_annotation_name": [
|
"extra_annotation_name": [
|
||||||
"api", "observable"
|
"api", "observable"
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user