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 }}
bitc
/
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
Branch selector
singletonScanner
User selector
All users
Datepicker
All time
Commit history
Commits on Apr 13, 2015
Use const.
CyrusNajmabadi
committed
4e0c263
View commit details
Copy full SHA for 4e0c263
Browse repository at this point
Commits on Apr 12, 2015
Use a singleton parser as well.
CyrusNajmabadi
committed
362320d
View commit details
Copy full SHA for 362320d
Browse repository at this point
Use a single scanner for all parsing tasks.
CyrusNajmabadi
committed
61951e5
View commit details
Copy full SHA for 61951e5
Browse repository at this point
Merge pull request #2684 from Microsoft/migrateStrictModeCheck
Show description for 96995e7
yuit
committed
96995e7
View commit details
Copy full SHA for 96995e7
Browse repository at this point
Merge branch 'master' into migrateStrictModeCheck
Yui T
committed
63a2359
View commit details
Copy full SHA for 63a2359
Browse repository at this point
Address code review
Yui T
committed
a01bdcf
View commit details
Copy full SHA for a01bdcf
Browse repository at this point
Commits on Apr 11, 2015
Organize test cases for strict mode
Yui T
committed
65b8792
View commit details
Copy full SHA for 65b8792
Browse repository at this point
Address code review
Yui T
committed
3c2196b
View commit details
Copy full SHA for 3c2196b
Browse repository at this point
Merge pull request #2706 from Microsoft/emitYieldStart
Show description for 1c7d8a2
CyrusNajmabadi
committed
1c7d8a2
View commit details
Copy full SHA for 1c7d8a2
Browse repository at this point
Address CR
Yui T
committed
a60cf02
View commit details
Copy full SHA for a60cf02
Browse repository at this point
Address CR
Yui T
committed
fe7a3a5
View commit details
Copy full SHA for fe7a3a5
Browse repository at this point
Merge pull request #2718 from Microsoft/fixEmitDecorate
Show description for 28b5217
rbuckton
committed
28b5217
View commit details
Copy full SHA for 28b5217
Browse repository at this point
Merge pull request #2692 from Microsoft/APIReviewCleanup
Show description for 5f5cdda
mhegazy
committed
5f5cdda
View commit details
Copy full SHA for 5f5cdda
Browse repository at this point
Update LKG
mhegazy
committed
6f1feff
View commit details
Copy full SHA for 6f1feff
Browse repository at this point
Commits on Apr 10, 2015
use @internal comment consistenlly
mhegazy
committed
13ef271
View commit details
Copy full SHA for 13ef271
Browse repository at this point
Allow IdentifierName in memberExpression
Yui T
committed
8448ba7
View commit details
Copy full SHA for 8448ba7
Browse repository at this point
Merge branch 'master' into APIReviewCleanup
Show description for 431dce7
mhegazy
committed
431dce7
View commit details
Copy full SHA for 431dce7
Browse repository at this point
Added baselines
rbuckton
committed
d87e80b
View commit details
Copy full SHA for d87e80b
Browse repository at this point
Fix for __decorate emit on undecorated file following a decorated file
rbuckton
committed
cd6bfb1
View commit details
Copy full SHA for cd6bfb1
Browse repository at this point
Merge pull request #2700 from Microsoft/removeOptionalTypeOnExportDefault
Show description for f231d6a
mhegazy
committed
f231d6a
View commit details
Copy full SHA for f231d6a
Browse repository at this point
Update tests cases
Yui T
committed
bf60eab
View commit details
Copy full SHA for bf60eab
Browse repository at this point
Address issue with propertyAccessExpression and QualifiedName in TypeReference
Yui T
committed
5bab826
View commit details
Copy full SHA for 5bab826
Browse repository at this point
Don't report errors for empty generator functions with type annotations.
CyrusNajmabadi
committed
9e56c61
View commit details
Copy full SHA for 9e56c61
Browse repository at this point
Merge pull request #2680 from Microsoft/fixArrowBindingPattern
Show description for 6121730
rbuckton
committed
6121730
View commit details
Copy full SHA for 6121730
Browse repository at this point
Update baselines due to changes in master
rbuckton
committed
15df45d
View commit details
Copy full SHA for 15df45d
Browse repository at this point
Merge branch 'master' into fixArrowBindingPattern
rbuckton
committed
042b965
View commit details
Copy full SHA for 042b965
Browse repository at this point
Simpler lookahead, let the tryParse do the hard work
rbuckton
committed
02d88f2
View commit details
Copy full SHA for 02d88f2
Browse repository at this point
Merge pull request #2691 from Microsoft/isRegExpWeHardlyKnewYe
Show description for ad477c7
DanielRosenwasser
committed
ad477c7
View commit details
Copy full SHA for ad477c7
Browse repository at this point
Emit generator functions and yield expressions in ES6.
CyrusNajmabadi
committed
f777011
View commit details
Copy full SHA for f777011
Browse repository at this point
Merge pull request #2705 from Microsoft/renameDocHighlightsType
Show description for 6cc1091
CyrusNajmabadi
committed
6cc1091
View commit details
Copy full SHA for 6cc1091
Browse repository at this point
Rename type.
CyrusNajmabadi
committed
024d653
View commit details
Copy full SHA for 024d653
Browse repository at this point
Comment cleanup
rbuckton
committed
9636142
View commit details
Copy full SHA for 9636142
Browse repository at this point
Simplified lookahead and added ES6 test cases
rbuckton
committed
19695f9
View commit details
Copy full SHA for 19695f9
Browse repository at this point
Merge pull request #2664 from Microsoft/fixDecoratorFormatting
Show description for f318515
rbuckton
committed
f318515
View commit details
Copy full SHA for f318515
Browse repository at this point
Merge pull request #2612 from ahmad-farid/OCNoTest2
Show description for 01d945b
ahmad-farid
committed
01d945b
View commit details
Copy full SHA for 01d945b
Browse repository at this point
Previous
Next
You can’t perform that action at this time.