FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for javascript/extractor/tests - 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
tests
on
codeql-cli-2.27.1
User selector
Datepicker
Commit history
Commits on Aug 24, 2026
JS: Support an alternative syntax for imports and accept test changes.
MathiasVP
committed
df35070
View commit details
Copy full SHA for df35070
View code at this point
Browse repository at this point
JS: Add a test for an unusual import syntax which is not support in any modern JS implementations, but may be supported by transpilers.
MathiasVP
committed
5871b87
View commit details
Copy full SHA for 5871b87
View code at this point
Browse repository at this point
Commits on Aug 10, 2026
JavaScript: Accept test changes.
MathiasVP
committed
663c5a0
View commit details
Copy full SHA for 663c5a0
View code at this point
Browse repository at this point
JavaScript: Add tests for \d flag from ES2022.
MathiasVP
committed
b053b7d
View commit details
Copy full SHA for b053b7d
View code at this point
Browse repository at this point
Commits on Jun 4, 2026
JS: Update test output.
MathiasVP
committed
44c8a97
View commit details
Copy full SHA for 44c8a97
View code at this point
Browse repository at this point
Commits on Mar 24, 2026
JS: Add regression test for YAML extraction
Show description for c9fcdf3
henrymercer
committed
c9fcdf3
View commit details
Copy full SHA for c9fcdf3
View code at this point
Browse repository at this point
Commits on Feb 27, 2026
JS: Update TRAP files
asgerf
committed
d440b5f
View commit details
Copy full SHA for d440b5f
View code at this point
Browse repository at this point
Commits on May 20, 2025
JS: Update TRAP after extractor change
asgerf
committed
11607e5
View commit details
Copy full SHA for 11607e5
View code at this point
Browse repository at this point
Commits on Apr 28, 2025
JS: Tolerate trailing comma in JSON objects
asgerf
committed
152d6f3
View commit details
Copy full SHA for 152d6f3
View code at this point
Browse repository at this point
JS: Add test with trailing comma in JSON object
asgerf
committed
6dd8114
View commit details
Copy full SHA for 6dd8114
View code at this point
Browse repository at this point
Commits on Apr 10, 2025
JS: Tolerate trailing comma in JSON array
Show description for 1434f7a
asgerf
committed
1434f7a
View commit details
Copy full SHA for 1434f7a
View code at this point
Browse repository at this point
JS: Add failing TRAP test for trailing comma
asgerf
committed
800dd16
View commit details
Copy full SHA for 800dd16
View code at this point
Browse repository at this point
Commits on Mar 31, 2025
Merge pull request #19117 from lcartey/lcartey/support-sap-json-formats
Show description for ee867e9
asgerf
authored
ee867e9
View commit details
Copy full SHA for ee867e9
View code at this point
Browse repository at this point
Commits on Mar 27, 2025
JS: Parse with proper locations
asgerf
committed
c8817d9
View commit details
Copy full SHA for c8817d9
View code at this point
Browse repository at this point
JS: Update TRAP output
asgerf
committed
b155444
View commit details
Copy full SHA for b155444
View code at this point
Browse repository at this point
Commits on Mar 25, 2025
Add support for additional SAP JSON formats.
lcartey
committed
8814077
View commit details
Copy full SHA for 8814077
View code at this point
Browse repository at this point
Commits on Mar 14, 2025
Ensure interface extends valid expr.
Napalys
committed
1468e81
View commit details
Copy full SHA for 1468e81
View code at this point
Browse repository at this point
Commits on Mar 5, 2025
Removed `Union` as standard character class is already an union.
Napalys
committed
8086c25
View commit details
Copy full SHA for 8086c25
View code at this point
Browse repository at this point
Added a test case from #18854
Napalys
committed
9ea89cd
View commit details
Copy full SHA for 9ea89cd
View code at this point
Browse repository at this point
Commits on Mar 3, 2025
Added support for character class union in regex processing
Napalys
committed
fe6de2f
View commit details
Copy full SHA for fe6de2f
View code at this point
Browse repository at this point
Added test cases for union.
Napalys
committed
1e05f32
View commit details
Copy full SHA for 1e05f32
View code at this point
Browse repository at this point
Added support for `--` subtraction opetor.
Napalys
committed
3664d50
View commit details
Copy full SHA for 3664d50
View code at this point
Browse repository at this point
Added test cases for subtraction `--`.
Napalys
committed
ee83c42
View commit details
Copy full SHA for ee83c42
View code at this point
Browse repository at this point
Added intersection support
Napalys
committed
381b5eb
View commit details
Copy full SHA for 381b5eb
View code at this point
Browse repository at this point
Added test cases for intersection
Napalys
committed
fa5093f
View commit details
Copy full SHA for fa5093f
View code at this point
Browse repository at this point
Added ability to parse nested character classes while using `v` flag.
Napalys
committed
2333c53
View commit details
Copy full SHA for 2333c53
View code at this point
Browse repository at this point
Add additional test cases.
Napalys
committed
de6f3b1
View commit details
Copy full SHA for de6f3b1
View code at this point
Browse repository at this point
Added test cases for nested character class.
Napalys
committed
ab7e08f
View commit details
Copy full SHA for ab7e08f
View code at this point
Browse repository at this point
Add support for '\q{}' escape sequence in regular expressions.
Napalys
committed
ed418be
View commit details
Copy full SHA for ed418be
View code at this point
Browse repository at this point
Commits on Mar 2, 2025
Added quoted string \q parser test cases
Napalys
committed
d162acf
View commit details
Copy full SHA for d162acf
View code at this point
Browse repository at this point
Commits on Feb 4, 2025
JS: Update another TRAP file
asgerf
committed
5613661
View commit details
Copy full SHA for 5613661
View code at this point
Browse repository at this point
Merge branch 'main' into js/hoist-in-block
asgerf
authored
f0afd6a
View commit details
Copy full SHA for f0afd6a
View code at this point
Browse repository at this point
JS: Update TRAP again
Show description for d22268e
asgerf
committed
d22268e
View commit details
Copy full SHA for d22268e
View code at this point
Browse repository at this point
Commits on Feb 3, 2025
JS: Update TRAP output
Show description for 7eebe46
asgerf
committed
7eebe46
View commit details
Copy full SHA for 7eebe46
View code at this point
Browse repository at this point
JS: Use JSX syntax in first attempt when extension is .jsx
asgerf
committed
2d36a5d
View commit details
Copy full SHA for 2d36a5d
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL