FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for javascript/extractor/src/com - 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
src
com
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
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
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 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
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 24, 2022
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
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
Commits on Nov 10, 2021
dont extract regular expressions from strings that are leaves in a string concat
erik-krogh
committed
98da532
View commit details
Copy full SHA for 98da532
View code at this point
Browse repository at this point
Commits on Nov 9, 2021
Revert "JS: Skip files with unsupported file encoding"
asgerf
authored
0c6680b
View commit details
Copy full SHA for 0c6680b
View code at this point
Browse repository at this point
Commits on Nov 3, 2021
add a docstring, and rename rawString -> foldedString
erik-krogh
committed
f01ee59
View commit details
Copy full SHA for f01ee59
View code at this point
Browse repository at this point
use the context to determine whether or not a node is an operand of a binop
erik-krogh
committed
7b0ebd3
View commit details
Copy full SHA for 7b0ebd3
View code at this point
Browse repository at this point
early exit if string becomes too big
erik-krogh
committed
737c747
View commit details
Copy full SHA for 737c747
View code at this point
Browse repository at this point
compute concatenated string and offset at the same time
erik-krogh
committed
1ba6f44
View commit details
Copy full SHA for 1ba6f44
View code at this point
Browse repository at this point
remove unused import
erik-krogh
committed
be46c1f
View commit details
Copy full SHA for be46c1f
View code at this point
Browse repository at this point
Commits on Oct 28, 2021
extract regexp literals from string concatenations
erik-krogh
committed
12305aa
View commit details
Copy full SHA for 12305aa
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL