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 }}
johnangularjs
/
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
src
compiler
parser.ts
on
codeCoverage
User selector
All users
Datepicker
All time
Commit history
Commits on May 11, 2015
Remove nextTokenCanFollowContextualModifier
JsonFreeman
committed
029fbb0
View commit details
Copy full SHA for 029fbb0
View code at this point
Browse repository at this point
Commits on May 2, 2015
Use 'lastOrUndefined' where appropriate in the compiler.
DanielRosenwasser
committed
4ebfee2
View commit details
Copy full SHA for 4ebfee2
View code at this point
Browse repository at this point
Commits on Apr 29, 2015
Rename HeritageClauseElement to ExpressionWithTypeArguments + related methods.
Paul van Brenk
committed
54ef1bf
View commit details
Copy full SHA for 54ef1bf
View code at this point
Browse repository at this point
Commits on Apr 26, 2015
Support 'namespace' declarations for internal modules
ahejlsberg
committed
eecf7ba
View commit details
Copy full SHA for eecf7ba
View code at this point
Browse repository at this point
Commits on Apr 22, 2015
Rename iterator property of ForStatement to incrementor
JsonFreeman
committed
4487fa4
View commit details
Copy full SHA for 4487fa4
View code at this point
Browse repository at this point
Commits on Apr 18, 2015
Merge pull request #2809 from Microsoft/noReservedWordsInBindingPatterns
Show description for 6203675
DanielRosenwasser
committed
6203675
View commit details
Copy full SHA for 6203675
View code at this point
Browse repository at this point
Commits on Apr 17, 2015
Merge pull request #2820 from Microsoft/scannerLength
Show description for ec574c3
CyrusNajmabadi
committed
ec574c3
View commit details
Copy full SHA for ec574c3
View code at this point
Browse repository at this point
Support passing a start/length when creating a scanner.
Show description for 9e507ba
CyrusNajmabadi
committed
9e507ba
View commit details
Copy full SHA for 9e507ba
View code at this point
Browse repository at this point
CR feedback.
CyrusNajmabadi
committed
c2e178e
View commit details
Copy full SHA for c2e178e
View code at this point
Browse repository at this point
Commits on Apr 16, 2015
Expect a colon if the property was a reserved word.
DanielRosenwasser
committed
e36f47a
View commit details
Copy full SHA for e36f47a
View code at this point
Browse repository at this point
Commits on Apr 15, 2015
CR feedback. Use a module instead.
CyrusNajmabadi
committed
b51230f
View commit details
Copy full SHA for b51230f
View code at this point
Browse repository at this point
Commits on Apr 13, 2015
Use const.
CyrusNajmabadi
committed
4e0c263
View commit details
Copy full SHA for 4e0c263
View code at this point
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
View code at this point
Browse repository at this point
Use a single scanner for all parsing tasks.
CyrusNajmabadi
committed
61951e5
View commit details
Copy full SHA for 61951e5
View code at this point
Browse repository at this point
Merge branch 'master' into migrateStrictModeCheck
Yui T
committed
63a2359
View commit details
Copy full SHA for 63a2359
View code at this point
Browse repository at this point
Commits on Apr 11, 2015
Address CR
Yui T
committed
a60cf02
View commit details
Copy full SHA for a60cf02
View code at this point
Browse repository at this point
Commits on Apr 10, 2015
Merge pull request #2700 from Microsoft/removeOptionalTypeOnExportDefault
Show description for f231d6a
mhegazy
committed
f231d6a
View commit details
Copy full SHA for f231d6a
View code at this point
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
View code at this point
Browse repository at this point
Merge branch 'master' into fixArrowBindingPattern
rbuckton
committed
042b965
View commit details
Copy full SHA for 042b965
View code at this point
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
View code at this point
Browse repository at this point
Comment cleanup
rbuckton
committed
9636142
View commit details
Copy full SHA for 9636142
View code at this point
Browse repository at this point
Simplified lookahead and added ES6 test cases
rbuckton
committed
19695f9
View commit details
Copy full SHA for 19695f9
View code at this point
Browse repository at this point
Commits on Apr 9, 2015
update property in Identifier
Yui T
committed
33d6a81
View commit details
Copy full SHA for 33d6a81
View code at this point
Browse repository at this point
Revert "Support an optional type annotation on export default statement"
Show description for afe35c8
mhegazy
committed
afe35c8
View commit details
Copy full SHA for afe35c8
View code at this point
Browse repository at this point
merging with master
Ahmad Farid
committed
a34801f
View commit details
Copy full SHA for a34801f
View code at this point
Browse repository at this point
Better recovery when running into modifier
Yui T
committed
8adac94
View commit details
Copy full SHA for 8adac94
View code at this point
Browse repository at this point
Address code review; better error recovering
Yui T
committed
e91ef84
View commit details
Copy full SHA for e91ef84
View code at this point
Browse repository at this point
Address code review
Yui T
committed
4b7d2f2
View commit details
Copy full SHA for 4b7d2f2
View code at this point
Browse repository at this point
Check for import, import equal, module
Yui T
committed
111a297
View commit details
Copy full SHA for 111a297
View code at this point
Browse repository at this point
Completely remove check strict mode from parser
Yui T
committed
fb9009f
View commit details
Copy full SHA for fb9009f
View code at this point
Browse repository at this point
Move strict mode check into TypeChecker
Yui T
committed
c93fb35
View commit details
Copy full SHA for c93fb35
View code at this point
Browse repository at this point
Add support for parsing destructuring patterns in arrow function parameter lists
rbuckton
committed
0546042
View commit details
Copy full SHA for 0546042
View code at this point
Browse repository at this point
Commits on Apr 4, 2015
Merge branch 'master' into parseClassInStrictMode
Show description for 742f65c
Yui T
committed
742f65c
View commit details
Copy full SHA for 742f65c
View code at this point
Browse repository at this point
Commits on Apr 2, 2015
Merge branch 'master' of https://github.com/Microsoft/TypeScript into outlineComments
Ahmad Farid
committed
d94c7bf
View commit details
Copy full SHA for d94c7bf
View code at this point
Browse repository at this point
Merge branch 'master' into spelling
Paul van Brenk
committed
548e33c
View commit details
Copy full SHA for 548e33c
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.