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
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 }}
emonmr
/
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
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
TypeScript
tests
on
transforms
User selector
All users
Datepicker
All time
Commit history
Commits on Mar 28, 2016
fix emit for unary operators on exported variables in system modules
vladima
committed
8ebe081
View commit details
Copy full SHA for 8ebe081
View code at this point
Browse repository at this point
Commits on Mar 26, 2016
Fix remaining debug failures.
rbuckton
committed
46e4c63
View commit details
Copy full SHA for 46e4c63
View code at this point
Browse repository at this point
Commits on Mar 24, 2016
Fixed minor difference in string literal emit for AMD modules
rbuckton
committed
b60cf99
View commit details
Copy full SHA for b60cf99
View code at this point
Browse repository at this point
Commits on Mar 23, 2016
Fixes generated names and some formatting in system modules.
rbuckton
committed
bcb180a
View commit details
Copy full SHA for bcb180a
View code at this point
Browse repository at this point
Commits on Mar 22, 2016
fix issues in emit of System modules
vladima
committed
c4ecdd8
View commit details
Copy full SHA for c4ecdd8
View code at this point
Browse repository at this point
Minor update to source map emit and fix for positions
rbuckton
committed
1c760ef
View commit details
Copy full SHA for 1c760ef
View code at this point
Browse repository at this point
Commits on Mar 21, 2016
Updated baseline
rbuckton
committed
9bbbb33
View commit details
Copy full SHA for 9bbbb33
View code at this point
Browse repository at this point
Added environment variable support to tests
rbuckton
committed
92fbe6b
View commit details
Copy full SHA for 92fbe6b
View code at this point
Browse repository at this point
Commits on Mar 19, 2016
Merge branch 'master' into transforms
rbuckton
committed
3c34498
View commit details
Copy full SHA for 3c34498
View code at this point
Browse repository at this point
Commits on Mar 18, 2016
Updated baselines
rbuckton
committed
44ca7d4
View commit details
Copy full SHA for 44ca7d4
View code at this point
Browse repository at this point
Merge pull request #7583 from Microsoft/colliding-local-import
Show description for 32178ac
vladima
committed
32178ac
View commit details
Copy full SHA for 32178ac
View code at this point
Browse repository at this point
check if import collides with exported local name
vladima
committed
5ed389b
View commit details
Copy full SHA for 5ed389b
View code at this point
Browse repository at this point
Commits on Mar 17, 2016
Merge pull request #7567 from Microsoft/contextual-type-parameters
Show description for 279fec7
vladima
committed
279fec7
View commit details
Copy full SHA for 279fec7
View code at this point
Browse repository at this point
Merge pull request #7532 from Microsoft/declarationEmitFixes2
Show description for f0b3ff1
mhegazy
committed
f0b3ff1
View commit details
Copy full SHA for f0b3ff1
View code at this point
Browse repository at this point
Addressed PR feedback
vladima
committed
112e4b1
View commit details
Copy full SHA for 112e4b1
View code at this point
Browse repository at this point
show completion in destructured parameter if containing function was contextually typed
vladima
committed
6cfa64d
View commit details
Copy full SHA for 6cfa64d
View code at this point
Browse repository at this point
Merge pull request #7555 from Microsoft/destructuring-variable-declarations
Show description for 51e8f7d
vladima
committed
51e8f7d
View commit details
Copy full SHA for 51e8f7d
View code at this point
Browse repository at this point
emit top level classes as class expressions when target=ES6 and module=System
vladima
committed
57d9a5a
View commit details
Copy full SHA for 57d9a5a
View code at this point
Browse repository at this point
Commits on Mar 16, 2016
use downlevel destructuring for exported variables for target=ES6 if module kind is not ES6
vladima
committed
3ede567
View commit details
Copy full SHA for 3ede567
View code at this point
Browse repository at this point
Address PR
Kanchalai Tanglertsampan
committed
9e2df04
View commit details
Copy full SHA for 9e2df04
View code at this point
Browse repository at this point
Remove --lib
Kanchalai Tanglertsampan
committed
f7a55fa
View commit details
Copy full SHA for f7a55fa
View code at this point
Browse repository at this point
Unify error message for custom-type compiler option
Kanchalai Tanglertsampan
committed
92bee6a
View commit details
Copy full SHA for 92bee6a
View code at this point
Browse repository at this point
Update symbol baselines
mhegazy
committed
59f4687
View commit details
Copy full SHA for 59f4687
View code at this point
Browse repository at this point
Remove members from getAccessibleSymbolChain walk
mhegazy
committed
e0ab009
View commit details
Copy full SHA for e0ab009
View code at this point
Browse repository at this point
Using ts.filter instead of just .filter
Kanchalai Tanglertsampan
committed
4d915e5
View commit details
Copy full SHA for 4d915e5
View code at this point
Browse repository at this point
Commits on Mar 15, 2016
Handle default compiler-options and typing-options
Kanchalai Tanglertsampan
committed
95b43da
View commit details
Copy full SHA for 95b43da
View code at this point
Browse repository at this point
Add unittest for testing convert compiler-options and typing-options
Kanchalai Tanglertsampan
committed
f4e920e
View commit details
Copy full SHA for f4e920e
View code at this point
Browse repository at this point
Add a new unittest for command line parsing for --lib
Kanchalai Tanglertsampan
committed
157b8e7
View commit details
Copy full SHA for 157b8e7
View code at this point
Browse repository at this point
Commits on Mar 14, 2016
Add unittest for parsing --lib in tsconfig
Kanchalai Tanglertsampan
committed
c7df777
View commit details
Copy full SHA for c7df777
View code at this point
Browse repository at this point
find module augmentations in preprocessor
vladima
committed
2b2092b
View commit details
Copy full SHA for 2b2092b
View code at this point
Browse repository at this point
Commits on Mar 13, 2016
don't check that return statement has expression in constructors
vladima
committed
e0a79bc
View commit details
Copy full SHA for e0a79bc
View code at this point
Browse repository at this point
Commits on Mar 12, 2016
Fix #7397: Remove error checks for noEmit and out* compiler options combined.
anilanar
committed
cde06b6
View commit details
Copy full SHA for cde06b6
View code at this point
Browse repository at this point
Commits on Mar 10, 2016
Merge pull request #7264 from RyanCavanaugh/umd
Show description for 7d372bf
RyanCavanaugh
committed
7d372bf
View commit details
Copy full SHA for 7d372bf
View code at this point
Browse repository at this point
Merge pull request #7464 from Microsoft/capturedLetConstInDestructuringAssignment
Show description for 489bf92
vladima
committed
489bf92
View commit details
Copy full SHA for 489bf92
View code at this point
Browse repository at this point
Add `export = class` scenario
RyanCavanaugh
committed
043b338
View commit details
Copy full SHA for 043b338
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.