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-27 21:33:03 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
63dcce9a31dbd5af563b970308e3108712232bf1
codeql
/
javascript
/
ql
/
test
/
query-tests
/
Declarations
History
Erik Krogh Kristensen
adb40f9360
Merge pull request
#9289
from erik-krogh/es2022
...
JS: Support the remaining of the finished ES2022 proposals
2022-05-30 12:27:19 +02:00
..
ArgumentsRedefined
…
AssignmentToConst
…
ClobberingVarInit
…
ConflictingFunctions
…
DeadStoreOfGlobal
…
DeadStoreOfLocal
changes based on review
2020-03-31 12:07:55 +02:00
DeadStoreOfProperty
Merge pull request
#4082
from max-schaefer/js/api-graph
2020-09-11 04:41:38 -07:00
DeclBeforeUse
…
DefaultArgumentReferencesNestedFunction
…
DuplicateVarDecl
…
IneffectiveParameterType
…
MissingThisQualifier
…
MissingVarDecl
…
MixedStaticInstanceThisAccess
JS: Fix FP in ˚MixedStaticInstanceThisAccess
2021-10-29 14:16:54 +02:00
RedeclaredVariable
…
SuspiciousMethodNameDeclaration
…
TemporalDeadZone
…
TooManyParameters
…
UniqueParameterNames
…
UniquePropertyNames
…
UnreachableOverloads
…
UnstableCyclicImport
…
UnusedParameter
…
UnusedProperty
add support for Object.hasOwn(obj, key)
2022-05-24 13:59:25 +02:00
UnusedVariable
add test that we detect the used type variable in an infer type
2022-05-27 14:15:27 +00:00