FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for javascript/extractor - github/codeql · GitHub
github
/
codeql
Public
Notifications
You must be signed in to change notification settings
Fork
2.1k
Star
10.1k
Code
Issues
1k
Pull requests
468
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
on
codeql-cli-2.11.3
User selector
Datepicker
Commit history
Commits on Sep 19, 2022
try to parse JS files without using the supported extensions
erik-krogh
committed
ccae093
View commit details
Copy full SHA for ccae093
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
bump extractor version
erik-krogh
committed
e0ff273
View commit details
Copy full SHA for e0ff273
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 Aug 11, 2022
support top-level for await statements
erik-krogh
committed
e7f009e
View commit details
Copy full SHA for e7f009e
View code at this point
Browse repository at this point
Commits on Aug 8, 2022
JS: Change how TRAP cache is configured
edoardopirovano
committed
5c3d395
View commit details
Copy full SHA for 5c3d395
View code at this point
Browse repository at this point
Commits on Jun 27, 2022
JS: Bump extractor version string
asgerf
committed
c8b2be6
View commit details
Copy full SHA for c8b2be6
View code at this point
Browse repository at this point
JS: Always sniff file type of TypeScript files
asgerf
committed
c082578
View commit details
Copy full SHA for c082578
View code at this point
Browse repository at this point
Commits on Jun 17, 2022
JS: Remove debug println
asgerf
committed
15278fe
View commit details
Copy full SHA for 15278fe
View code at this point
Browse repository at this point
JS: Bump extractor version
asgerf
committed
6a4b3a1
View commit details
Copy full SHA for 6a4b3a1
View code at this point
Browse repository at this point
JS: Associate symbols with external module decls
asgerf
committed
608de70
View commit details
Copy full SHA for 608de70
View code at this point
Browse repository at this point
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 30, 2022
Merge branch 'main' into js/madman-prep
asgerf
authored
c188aa8
View commit details
Copy full SHA for c188aa8
View code at this point
Browse repository at this point
Commits on May 25, 2022
JS: Update TRAP output
asgerf
committed
a60cace
View commit details
Copy full SHA for a60cace
View code at this point
Browse repository at this point
Commits on May 24, 2022
bump TypeScript version to stable release
erik-krogh
committed
2da001e
View commit details
Copy full SHA for 2da001e
View code at this point
Browse repository at this point
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
JS: Whitespace fixes in ASTExtractor
asgerf
committed
ec55c84
View commit details
Copy full SHA for ec55c84
View code at this point
Browse repository at this point
JS: Fix extraction of identifiers in EXPORT_BASE context
Show description for d7e3e9e
asgerf
committed
d7e3e9e
View commit details
Copy full SHA for d7e3e9e
View code at this point
Browse repository at this point
JS: Declare variables from ambient declarations
Show description for 2e858db
asgerf
committed
2e858db
View commit details
Copy full SHA for 2e858db
View code at this point
Browse repository at this point
Commits on May 20, 2022
support for .mts and .cts file extensions
Stephan Brandauer
committed
813fbf2
View commit details
Copy full SHA for 813fbf2
View code at this point
Browse repository at this point
Commits on May 19, 2022
update meta information and release note for typescript 4.7 upgrade
Stephan Brandauer
committed
67697e1
View commit details
Copy full SHA for 67697e1
View code at this point
Browse repository at this point
update dependency version to 4.7.1-rc
Stephan Brandauer
committed
b928ca5
View commit details
Copy full SHA for b928ca5
View code at this point
Browse repository at this point
Commits on Mar 1, 2022
add support for TypeScript 4.6
erik-krogh
committed
4c58f97
View commit details
Copy full SHA for 4c58f97
View code at this point
Browse repository at this point
Commits on Dec 17, 2021
JS: Bump extractor version string
asgerf
committed
3e6389c
View commit details
Copy full SHA for 3e6389c
View code at this point
Browse repository at this point
JS: Recognize leading/trailing ~ and & in mustache-tags
asgerf
committed
61cc84b
View commit details
Copy full SHA for 61cc84b
View code at this point
Browse repository at this point
JS: Remove unneeded qualifier in static field access
asgerf
committed
ce68a6d
View commit details
Copy full SHA for ce68a6d
View code at this point
Browse repository at this point
Commits on Dec 1, 2021
use the `TYPE_ONLY_IMPORT` context
erik-krogh
committed
73f2f52
View commit details
Copy full SHA for 73f2f52
View code at this point
Browse repository at this point
Commits on Nov 29, 2021
add JavaScript support for new private fields syntax
erik-krogh
committed
19bbe6d
View commit details
Copy full SHA for 19bbe6d
View code at this point
Browse repository at this point
add support for type-only import specifiers
erik-krogh
committed
d946802
View commit details
Copy full SHA for d946802
View code at this point
Browse repository at this point
update to TypeScript 4.5.2
erik-krogh
committed
9ce248c
View commit details
Copy full SHA for 9ce248c
View code at this point
Browse repository at this point
Commits on Nov 15, 2021
fix location off-by-ones with regexp parsing
erik-krogh
committed
2163648
View commit details
Copy full SHA for 2163648
View code at this point
Browse repository at this point
Commits on Nov 12, 2021
Merge branch 'main' into extractBigReg
erik-krogh
committed
80919e3
View commit details
Copy full SHA for 80919e3
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL