Update compile config used to build individual examples
This commit is contained in:
@@ -327,7 +327,6 @@ def examples_star_json(name, match):
|
|||||||
"ambiguousFunctionDecl",
|
"ambiguousFunctionDecl",
|
||||||
"checkDebuggerStatement",
|
"checkDebuggerStatement",
|
||||||
"checkEventfulObjectDisposal",
|
"checkEventfulObjectDisposal",
|
||||||
"checkProvides",
|
|
||||||
"checkRegExp",
|
"checkRegExp",
|
||||||
"checkStructDictInheritance",
|
"checkStructDictInheritance",
|
||||||
"checkTypes",
|
"checkTypes",
|
||||||
@@ -346,6 +345,10 @@ def examples_star_json(name, match):
|
|||||||
"invalidCasts",
|
"invalidCasts",
|
||||||
"misplacedTypeAnnotation",
|
"misplacedTypeAnnotation",
|
||||||
"missingProperties",
|
"missingProperties",
|
||||||
|
"missingProvide",
|
||||||
|
"missingRequire",
|
||||||
|
"missingReturn",
|
||||||
|
"newCheckTypes",
|
||||||
"nonStandardJsDocs",
|
"nonStandardJsDocs",
|
||||||
"strictModuleDepCheck",
|
"strictModuleDepCheck",
|
||||||
"suspiciousCode",
|
"suspiciousCode",
|
||||||
|
|||||||
Reference in New Issue
Block a user