Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
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
997
Pull requests
453
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
on
codeql-cli/v2.15.5
User selector
All users
Datepicker
All time
Commit history
Commits on Dec 14, 2023
use direct string comparison instead, that doesn't crash on invalid values
erik-krogh
committed
c752f26
View commit details
Copy full SHA for c752f26
View code at this point
Browse repository at this point
fix the parsing of boolean environment variables in the TypeScript extractor
erik-krogh
committed
5bbf79b
View commit details
Copy full SHA for 5bbf79b
View code at this point
Browse repository at this point
rename extractor environment variable to `CODEQL_EXTRACTOR_JAVASCRIPT_OPTION_SKIP_TYPES`
erik-krogh
committed
1a0d29b
View commit details
Copy full SHA for 1a0d29b
View code at this point
Browse repository at this point
add environment variable to skip extraction of types in TypeScript
erik-krogh
committed
62205f6
View commit details
Copy full SHA for 62205f6
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
b5fe0e5
View commit details
Copy full SHA for b5fe0e5
View code at this point
Browse repository at this point
move `TypeVarDepth` further up, so its declared before it's used
erik-krogh
committed
96d1573
View commit details
Copy full SHA for 96d1573
View code at this point
Browse repository at this point
fix a `this` reference
Show description for 10cf53b
erik-krogh
committed
10cf53b
View commit details
Copy full SHA for 10cf53b
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 43b228d
erik-krogh
committed
43b228d
View commit details
Copy full SHA for 43b228d
View code at this point
Browse repository at this point
Commits on Nov 20, 2023
use exact version
erik-krogh
committed
5611a3e
View commit details
Copy full SHA for 5611a3e
View code at this point
Browse repository at this point
update to the stable version of TypeScript 5.3
erik-krogh
committed
10b3efa
View commit details
Copy full SHA for 10b3efa
View code at this point
Browse repository at this point
Merge branch 'main' into ts53-ts
erik-krogh
committed
dde9a7c
View commit details
Copy full SHA for dde9a7c
View code at this point
Browse repository at this point
Commits on Nov 9, 2023
Take our node, not the one that comes first on the PATH.
criemen
committed
97fd203
View commit details
Copy full SHA for 97fd203
View code at this point
Browse repository at this point
Address review.
criemen
committed
b4ec132
View commit details
Copy full SHA for b4ec132
View code at this point
Browse repository at this point
Commits on Nov 6, 2023
Introduce a bazel-based build for the entire JS pack.
criemen
committed
6c7ea86
View commit details
Copy full SHA for 6c7ea86
View code at this point
Browse repository at this point
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
Upgrade typescript to 5.3.1-rc
aibaars
committed
ec075f8
View commit details
Copy full SHA for ec075f8
View code at this point
Browse repository at this point
Commits on Nov 5, 2023
remove the remaining yarn files
erik-krogh
committed
abcb5a7
View commit details
Copy full SHA for abcb5a7
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 24, 2023
bump from release candidate to final release
erik-krogh
committed
56f1ff8
View commit details
Copy full SHA for 56f1ff8
View code at this point
Browse repository at this point
very initial support for TypeScript 5.2
erik-krogh
committed
dfc83d8
View commit details
Copy full SHA for dfc83d8
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 Jun 1, 2023
bump TypeScript to stable version
erik-krogh
committed
f4b68fb
View commit details
Copy full SHA for f4b68fb
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
bump to stable release
erik-krogh
committed
f1094cd
View commit details
Copy full SHA for f1094cd
View code at this point
Browse repository at this point
bump to RC
erik-krogh
committed
f3c7aed
View commit details
Copy full SHA for f3c7aed
View code at this point
Browse repository at this point
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
update TS from 4.9.2-rc to 4.9.3
erik-krogh
committed
b0b5761
View commit details
Copy full SHA for b0b5761
View code at this point
Browse repository at this point
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
initial skeleton for TypeScript 4.9
erik-krogh
committed
30c6630
View commit details
Copy full SHA for 30c6630
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
Previous
Next
You can’t perform that action at this time.