FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for javascript/extractor/lib/typescript/src - github/codeql · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
github
/
codeql
Public
Notifications
You must be signed in to change notification settings
Fork
2.1k
Star
10k
Code
Issues
998
Pull requests
460
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
codeql
javascript
extractor
lib
typescript
src
on
codeql-cli/v2.25.1
User selector
Datepicker
Commit history
Commits on Sep 5, 2025
JS: Preserve information about 'defer' keyword
asgerf
committed
215602c
View commit details
Copy full SHA for 215602c
View code at this point
Browse repository at this point
Commits on Jun 25, 2025
JS: Don't try to augment invalid files
Show description for 488da14
asgerf
committed
488da14
View commit details
Copy full SHA for 488da14
View code at this point
Browse repository at this point
JS: Remove code path for TypeScript full extraction
asgerf
committed
74b817b
View commit details
Copy full SHA for 74b817b
View code at this point
Browse repository at this point
Commits on Oct 23, 2024
have getId always return null if skipExtractingTypes is set
erik-krogh
committed
073d6d8
View commit details
Copy full SHA for 073d6d8
View code at this point
Browse repository at this point
Commits on Jan 10, 2024
address review comments
erik-krogh
committed
06c1fff
View commit details
Copy full SHA for 06c1fff
View code at this point
Browse repository at this point
Commits on Jan 9, 2024
faster TypeScript extraction by not having to compute the "type-string" for a type every time
erik-krogh
committed
d0fcb7d
View commit details
Copy full SHA for d0fcb7d
View code at this point
Browse repository at this point
Commits on Dec 14, 2023
use direct string comparison instead, that doesn't crash on invalid values
erik-krogh
committed
0db788b
View commit details
Copy full SHA for 0db788b
View code at this point
Browse repository at this point
fix the parsing of boolean environment variables in the TypeScript extractor
erik-krogh
committed
5e91b2f
View commit details
Copy full SHA for 5e91b2f
View code at this point
Browse repository at this point
rename extractor environment variable to `CODEQL_EXTRACTOR_JAVASCRIPT_OPTION_SKIP_TYPES`
erik-krogh
committed
72e99b5
View commit details
Copy full SHA for 72e99b5
View code at this point
Browse repository at this point
Commits on Dec 12, 2023
add environment variable to skip extraction of types in TypeScript
erik-krogh
committed
896432b
View commit details
Copy full SHA for 896432b
View code at this point
Browse repository at this point
make sure `reset()` is called when manually invoking the TS extractor, so environment-variables are read
erik-krogh
committed
cf31ef4
View commit details
Copy full SHA for cf31ef4
View code at this point
Browse repository at this point
move `TypeVarDepth` further up, so its declared before it's used
erik-krogh
committed
c246a9c
View commit details
Copy full SHA for c246a9c
View code at this point
Browse repository at this point
fix a `this` reference
Show description for 13a01e1
erik-krogh
committed
13a01e1
View commit details
Copy full SHA for 13a01e1
View code at this point
Browse repository at this point
exclude all the lib.d.ts files when running the TS extractor directly
Show description for ca95a6e
erik-krogh
committed
ca95a6e
View commit details
Copy full SHA for ca95a6e
View code at this point
Browse repository at this point
Commits on Nov 6, 2023
Rename 'assertions' to 'attributes' in JS extractor
aibaars
committed
3d45944
View commit details
Copy full SHA for 3d45944
View code at this point
Browse repository at this point
Commits on Sep 8, 2023
JS: Tolerate TypeScript files being requested out of order
asgerf
committed
e08a873
View commit details
Copy full SHA for e08a873
View code at this point
Browse repository at this point
Commits on Aug 23, 2023
JS: More robust handling of cyclic aliases
asgerf
committed
c6a757e
View commit details
Copy full SHA for c6a757e
View code at this point
Browse repository at this point
Commits on May 22, 2023
initial implementation of TS 5.1
erik-krogh
committed
708a995
View commit details
Copy full SHA for 708a995
View code at this point
Browse repository at this point
Commits on Apr 26, 2023
TS: Fix self-reference check for alias types
asgerf
committed
799d92b
View commit details
Copy full SHA for 799d92b
View code at this point
Browse repository at this point
Commits on Apr 25, 2023
JS: Alias references are not always safe to expand
asgerf
committed
c3c3faa
View commit details
Copy full SHA for c3c3faa
View code at this point
Browse repository at this point
JS: Deduplicate union/intersection members
asgerf
committed
3694ed5
View commit details
Copy full SHA for 3694ed5
View code at this point
Browse repository at this point
JS: Recognize type vars on anonymous function types
asgerf
committed
cab7650
View commit details
Copy full SHA for cab7650
View code at this point
Browse repository at this point
Commits on Mar 16, 2023
upgrade to TypeScript 5.0 beta, and unbreak things that broke
erik-krogh
committed
d47659b
View commit details
Copy full SHA for d47659b
View code at this point
Browse repository at this point
Commits on Mar 3, 2023
JS: Convert TypeScript import assertions
asgerf
committed
f454151
View commit details
Copy full SHA for f454151
View code at this point
Browse repository at this point
Commits on Nov 15, 2022
add support for `satisfies`-expressions
erik-krogh
committed
75ef5b1
View commit details
Copy full SHA for 75ef5b1
View code at this point
Browse repository at this point
Commits on Aug 29, 2022
Merge pull request #10184 from erik-krogh/ts48
Show description for 27bc698
erik-krogh
authored
27bc698
View commit details
Copy full SHA for 27bc698
View code at this point
Browse repository at this point
don't modify the TypeScript nodes, instead forward illegalDecorators to the java extractor
erik-krogh
committed
56292ca
View commit details
Copy full SHA for 56292ca
View code at this point
Browse repository at this point
fix support for illegal decorators in the TypeScript extractor
erik-krogh
committed
6aca9b9
View commit details
Copy full SHA for 6aca9b9
View code at this point
Browse repository at this point
update to TypeScript 4.8RC
erik-krogh
committed
b7367ca
View commit details
Copy full SHA for b7367ca
View code at this point
Browse repository at this point
Commits on Aug 26, 2022
JS: Enable type extraction inside conditional types again
asgerf
committed
1a0abfa
View commit details
Copy full SHA for 1a0abfa
View code at this point
Browse repository at this point
Commits on Jun 17, 2022
JS: Map symbol base types to their actual type
asgerf
committed
5faff56
View commit details
Copy full SHA for 5faff56
View code at this point
Browse repository at this point
Commits on May 24, 2022
JS: Handle .d.mts files when generating module bindings
asgerf
committed
039a7ba
View commit details
Copy full SHA for 039a7ba
View code at this point
Browse repository at this point
Commits on Feb 24, 2021
support abstract signatures
erik-krogh
committed
5ae3c59
View commit details
Copy full SHA for 5ae3c59
View code at this point
Browse repository at this point
add support for rest types elements in the middle of a tuple
erik-krogh
committed
f385c55
View commit details
Copy full SHA for f385c55
View code at this point
Browse repository at this point
Commits on Oct 6, 2020
JS: Address some more review comments
asgerf
committed
0ddd825
View commit details
Copy full SHA for 0ddd825
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL