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 }}
bmeck
/
TypeScript
Public
forked from
microsoft/TypeScript
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
TypeScript
src
compiler
transformers
on
versionPaths
User selector
All users
All time
Commit history
Commits on Nov 13, 2018
Build better import paths for declaration emit/typeToString from reexports if possible (#27340)
Show description for 7a71887
weswigham
authored
7a71887
View commit details
Copy full SHA for 7a71887
View code at this point
Browse repository at this point
Commits on Nov 12, 2018
When serializing conditional types, use true and false type to determine emit
Show description for cce26c8
sheetalkamat
committed
cce26c8
View commit details
Copy full SHA for cce26c8
View code at this point
Browse repository at this point
Commits on Nov 8, 2018
Fix enum const initializer visibility painting (#28415)
weswigham
authored
89fda5c
View commit details
Copy full SHA for 89fda5c
View code at this point
Browse repository at this point
Commits on Nov 5, 2018
Address review comments
calebsander
committed
28e9ec4
View commit details
Copy full SHA for 28e9ec4
View code at this point
Browse repository at this point
Add bigint type
calebsander
committed
ac2a118
View commit details
Copy full SHA for ac2a118
View code at this point
Browse repository at this point
Commits on Oct 29, 2018
Have flatMap return a ReadonlyArray by default (#28205)
Andy
authored
672b0e3
View commit details
Copy full SHA for 672b0e3
View code at this point
Browse repository at this point
Commits on Oct 11, 2018
Do not generate jsFile path if its emitOnlyDeclarations is set
Show description for 0d91838
sheetalkamat
committed
0d91838
View commit details
Copy full SHA for 0d91838
View code at this point
Browse repository at this point
Commits on Oct 9, 2018
inferFromUsage codefix now emits JSDoc in JS files (#27610)
Show description for 88d3c6f
sandersn
authored
88d3c6f
View commit details
Copy full SHA for 88d3c6f
View code at this point
Browse repository at this point
Commits on Oct 6, 2018
Merge pull request #26707 from mprobst/async-super-rename-safe
Show description for 85a3475
rbuckton
authored
85a3475
View commit details
Copy full SHA for 85a3475
View code at this point
Browse repository at this point
Commits on Oct 3, 2018
Merge pull request #27410 from Microsoft/freeUpTransformFlags
Show description for a36e6e3
rbuckton
authored
a36e6e3
View commit details
Copy full SHA for a36e6e3
View code at this point
Browse repository at this point
fix comments
mprobst
committed
e58ffcf
View commit details
Copy full SHA for e58ffcf
View code at this point
Browse repository at this point
Fixes for review comments.
Show description for e618d75
mprobst
committed
e618d75
View commit details
Copy full SHA for e618d75
View code at this point
Browse repository at this point
Per-property super accessors in async functions.
Show description for f0826cf
mprobst
committed
f0826cf
View commit details
Copy full SHA for f0826cf
View code at this point
Browse repository at this point
Commits on Oct 2, 2018
Merge pull request #27313 from spratmannc/spratmannc/fixing-extends-helper
Show description for 5f96fb1
RyanCavanaugh
authored
5f96fb1
View commit details
Copy full SHA for 5f96fb1
View code at this point
Browse repository at this point
Commits on Sep 28, 2018
ExpressionWithTypeArguments parent may be a JSDocAugmentsTag (#27229)
Andy
authored
19af881
View commit details
Copy full SHA for 19af881
View code at this point
Browse repository at this point
Free up space in the TransformFlags enum
rbuckton
committed
d224ee0
View commit details
Copy full SHA for d224ee0
View code at this point
Browse repository at this point
Commits on Sep 24, 2018
adding missing semi-colon to extendsHelper
Show description for 61022da
spratmannc
authored
61022da
View commit details
Copy full SHA for 61022da
View code at this point
Browse repository at this point
Commits on Sep 18, 2018
Fix per-iteration bindings in for-loop head
rbuckton
committed
efe76c4
View commit details
Copy full SHA for efe76c4
View code at this point
Browse repository at this point
Commits on Sep 13, 2018
Shorten more internal names to JS or TS (#27080)
sandersn
authored
64d0e0d
View commit details
Copy full SHA for 64d0e0d
View code at this point
Browse repository at this point
Commits on Sep 12, 2018
Rename JS-specific concepts (#26795)
Show description for 6bd1da2
sandersn
authored
6bd1da2
View commit details
Copy full SHA for 6bd1da2
View code at this point
Browse repository at this point
Commits on Sep 7, 2018
Merge branch 'master' into typesVersions
rbuckton
committed
a255d9a
View commit details
Copy full SHA for a255d9a
View code at this point
Browse repository at this point
Commits on Sep 6, 2018
Merge pull request #26825 from Microsoft/resolveJsonModuleEmit
Show description for ddba6d8
sheetalkamat
authored
ddba6d8
View commit details
Copy full SHA for ddba6d8
View code at this point
Browse repository at this point
Commits on Sep 5, 2018
Check privateness when emittign readonly/const props (#26920)
weswigham
authored
69c7e67
View commit details
Copy full SHA for 69c7e67
View code at this point
Browse repository at this point
Remove duplicate function createTextRange (#23346)
Show description for bcb815b
Andy
authored
bcb815b
View commit details
Copy full SHA for bcb815b
View code at this point
Browse repository at this point
Commits on Aug 31, 2018
Support json module emit when module emit is commonjs, amd, es2015 or esnext
Show description for e41dbcd
sheetalkamat
committed
e41dbcd
View commit details
Copy full SHA for e41dbcd
View code at this point
Browse repository at this point
Commits on Aug 29, 2018
Merge branch 'master' into typesVersions
rbuckton
committed
5f6a2cb
View commit details
Copy full SHA for 5f6a2cb
View code at this point
Browse repository at this point
Commits on Aug 28, 2018
Switch to paths-like pattern matching
rbuckton
committed
dc5cd96
View commit details
Copy full SHA for dc5cd96
View code at this point
Browse repository at this point
Commits on Aug 27, 2018
Declaration emit includes function properties (#26499)
Show description for 6419240
sandersn
authored
6419240
View commit details
Copy full SHA for 6419240
View code at this point
Browse repository at this point
Commits on Aug 20, 2018
Emit lib reference directives in declaration output
rbuckton
committed
1de8cd3
View commit details
Copy full SHA for 1de8cd3
View code at this point
Browse repository at this point
Commits on Aug 10, 2018
Treat NoSubstitutionTemplateLiteral like StringLiteral in more places (#26330)
Show description for 08f5edb
Andy
authored
08f5edb
View commit details
Copy full SHA for 08f5edb
View code at this point
Browse repository at this point
Commits on Aug 1, 2018
Instead of getSymbolAtLocation use resolveExternalModuleName without error reporting
sheetalkamat
committed
06fead5
View commit details
Copy full SHA for 06fead5
View code at this point
Browse repository at this point
Merge branch 'master' into errorInFileWithDeepImport
sheetalkamat
committed
924228b
View commit details
Copy full SHA for 924228b
View code at this point
Browse repository at this point
Make ExportedModulesFromDeclarationEmit as ReadonlyArray of symbols combining exportSpecifiers emitted and dynamic import type nodes written
sheetalkamat
committed
51837bb
View commit details
Copy full SHA for 51837bb
View code at this point
Browse repository at this point
No need for method to get the exportedModulesFromDeclarationEmit
sheetalkamat
committed
f7bc8e1
View commit details
Copy full SHA for f7bc8e1
View code at this point
Browse repository at this point
Commits on Jul 31, 2018
Fix decorated accessor emit (#26016)
weswigham
authored
2edc47b
View commit details
Copy full SHA for 2edc47b
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.