This website requires JavaScript.
Explore
Help
Register
Sign In
hohn
/
codeql
Watch
1
Star
0
Fork
0
You've already forked codeql
mirror of
https://github.com/github/codeql.git
synced
2026-01-01 16:56:33 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
60fcb5e7d55e39cfc77d7a2aeccdf59b41f82e95
codeql
/
javascript
/
ql
/
test
/
query-tests
/
LanguageFeatures
History
Asger Feldthaus
3242f5ed94
JS: Include qhelp example in test suite
2020-06-15 17:37:26 +01:00
..
ArgumentsCallerCallee
…
BadTypeof
…
ConditionalComments
…
DebuggerStatement
…
DeleteVar
…
EmptyArrayInit
…
Eval
…
ExpressionClosures
…
ForInComprehensionBlocks
…
IllegalInvocation
…
InconsistentNew
JavaScript: Replace
--externs
extractor flag with
/** @externs */
comment.
2019-11-06 13:01:28 +00:00
InvalidPrototype
…
JumpFromFinally
…
LengthComparisonOffByOne
…
NonLinearPattern
JS: Include qhelp example in test suite
2020-06-15 17:37:26 +01:00
PropertyWriteOnPrimitive
…
SemicolonInsertion
JavaScript: Replace
--externs
extractor flag with
/** @externs */
comment.
2019-11-06 13:01:28 +00:00
SetterIgnoresParameter
…
SetterReturn
…
SpuriousArguments
fix FP in superfluous-trailing-arguments related to Function.arguments
2020-03-23 10:40:35 +01:00
StrictModeCallStackIntrospection
JS: Ignore strict-mode-call-stack-introspection for expr stmts
2020-01-13 16:03:03 +00:00
SyntaxError
JavaScript: Turn on experimental language features for two tests.
2020-06-04 11:27:31 +01:00
TemplateSyntaxInStringLiteral
…
ThisBeforeSuper
…
UnusedIndexVariable
…
WithStatement
…
YieldInNonGenerator
…