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
2025-12-31 08:06:36 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
74e05c111e462ca5d2eb0b99a2e398cf59f8abd3
codeql
/
javascript
/
ql
/
test
/
query-tests
/
LanguageFeatures
History
Erik Krogh Kristensen
8c44392638
add local dataflow to js/template-syntax-in-string-literal
2020-10-19 10:58:40 +02: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
add local dataflow to js/template-syntax-in-string-literal
2020-10-19 10:58:40 +02:00
ThisBeforeSuper
…
UnusedIndexVariable
…
WithStatement
…
YieldInNonGenerator
…