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-12 06:00:23 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
9a4de208ef9c4e6dfe9de1b152c97bf5c1d251ce
codeql
/
javascript
/
ql
/
test
/
query-tests
/
LanguageFeatures
History
erik-krogh
368f84785b
fix some more style-guide violations in the alert-messages
2022-10-07 11:22:22 +02:00
..
ArgumentsCallerCallee
…
BadTypeof
fix some more style-guide violations in the alert-messages
2022-10-07 11:22:22 +02:00
ConditionalComments
…
DebuggerStatement
…
DeleteVar
…
EmptyArrayInit
…
Eval
…
ExpressionClosures
…
ForInComprehensionBlocks
…
IllegalInvocation
…
InconsistentNew
…
InvalidPrototype
…
JumpFromFinally
…
LengthComparisonOffByOne
…
NonLinearPattern
fix some more style-guide violations in the alert-messages
2022-10-07 11:22:22 +02: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
…
SyntaxError
try to parse JS files without using the supported extensions
2022-09-19 12:20:20 +02:00
TemplateSyntaxInStringLiteral
add local dataflow to js/template-syntax-in-string-literal
2020-10-19 10:58:40 +02:00
ThisBeforeSuper
fix some more style-guide violations in the alert-messages
2022-10-07 11:22:22 +02:00
UnusedIndexVariable
…
WithStatement
…
YieldInNonGenerator
…