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-06-05 13:37:06 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
0e83df1f15d26ed3b5927ded23c319cc2db2d038
codeql
/
javascript
/
ql
/
test
/
query-tests
/
LanguageFeatures
History
Erik Krogh Kristensen
de53727ab3
remove spurious whitespace
...
Co-authored-by: Asger F <
asgerf@github.com
>
2021-12-01 14:29:57 +01:00
..
ArgumentsCallerCallee
…
BadTypeof
…
ConditionalComments
…
DebuggerStatement
…
DeleteVar
…
EmptyArrayInit
…
Eval
…
ExpressionClosures
…
ForInComprehensionBlocks
…
IllegalInvocation
…
InconsistentNew
…
InvalidPrototype
…
JumpFromFinally
…
LengthComparisonOffByOne
…
NonLinearPattern
JS: Include qhelp example in test suite
2020-06-15 17:37:26 +01:00
PropertyWriteOnPrimitive
fix that type inference assumed every compound-assignment have type number
2021-01-20 15:26:39 +01:00
SemicolonInsertion
…
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
remove spurious whitespace
2021-12-01 14:29:57 +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
…