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 }}
cccZone
/
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
systemModule
User selector
All users
Datepicker
All time
Commit history
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
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
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
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
Fix annoying spellin errors.
Paul van Brenk
committed
0bf65e4
View commit details
Copy full SHA for 0bf65e4
View code at this point
Browse repository at this point
outlining Comments v0.1 4/2
Ahmad Farid
committed
27f349c
View commit details
Copy full SHA for 27f349c
View code at this point
Browse repository at this point
Remove checking for scriptTarget before setting parsing context for classLikeDeclaration
Yui T
committed
64427a9
View commit details
Copy full SHA for 64427a9
View code at this point
Browse repository at this point
Support classes without names in our AST. Report any issues with this at 'check' time.
unknown
committed
ba8be9e
View commit details
Copy full SHA for ba8be9e
View code at this point
Browse repository at this point
Commits on Mar 31, 2015
Add support for semicolons in class bodies
CyrusNajmabadi
committed
b363a45
View commit details
Copy full SHA for b363a45
View code at this point
Browse repository at this point
Add support for parsing and emitting class expressions.
CyrusNajmabadi
committed
f7aaf09
View commit details
Copy full SHA for f7aaf09
View code at this point
Browse repository at this point
Introduce a new HeritageClauseElment type.
Show description for a1e18fc
CyrusNajmabadi
committed
a1e18fc
View commit details
Copy full SHA for a1e18fc
View code at this point
Browse repository at this point
Commits on Mar 25, 2015
Merge branch 'master' into exportEqualsMerged
Show description for fad8892
mhegazy
committed
fad8892
View commit details
Copy full SHA for fad8892
View code at this point
Browse repository at this point
Commits on Mar 23, 2015
Merge branch 'master' into exportEquals
Show description for f90253f
mhegazy
committed
f90253f
View commit details
Copy full SHA for f90253f
View code at this point
Browse repository at this point
Commits on Mar 21, 2015
Separate 'export default' and 'export ='
ahejlsberg
committed
57a9fc5
View commit details
Copy full SHA for 57a9fc5
View code at this point
Browse repository at this point
Commits on Mar 20, 2015
PR feedback
rbuckton
committed
0fb624a
View commit details
Copy full SHA for 0fb624a
View code at this point
Browse repository at this point
Commits on Mar 17, 2015
Parser updates for decorators
rbuckton
committed
8282a0b
View commit details
Copy full SHA for 8282a0b
View code at this point
Browse repository at this point
Merge pull request #2333 from Microsoft/emitClass
Show description for c4cb3e3
yuit
committed
c4cb3e3
View commit details
Copy full SHA for c4cb3e3
View code at this point
Browse repository at this point
Commits on Mar 16, 2015
Merge branch 'master' into emitClass
Show description for 513b45d
Yui T
committed
513b45d
View commit details
Copy full SHA for 513b45d
View code at this point
Browse repository at this point
Address code review
Yui T
committed
88933d5
View commit details
Copy full SHA for 88933d5
View code at this point
Browse repository at this point
Merge branch 'master' into exportDefaultType
Show description for 696b688
mhegazy
committed
696b688
View commit details
Copy full SHA for 696b688
View code at this point
Browse repository at this point
Commits on Mar 15, 2015
Merge branch 'master' into exportDefaultType
Show description for 7430f3c
mhegazy
committed
7430f3c
View commit details
Copy full SHA for 7430f3c
View code at this point
Browse repository at this point
Share SourceFile with other grammar checker that needs it
caitp
committed
02d3568
View commit details
Copy full SHA for 02d3568
View code at this point
Browse repository at this point
Commits on Mar 14, 2015
Address code review
Yui T
committed
13e55ae
View commit details
Copy full SHA for 13e55ae
View code at this point
Browse repository at this point
Restore earlier behaviour when parsing non-simple arrow function bodies
caitp
committed
3dc5faf
View commit details
Copy full SHA for 3dc5faf
View code at this point
Browse repository at this point
Parse arrow function body as identifier if missing => or {
Show description for bd828e3
caitp
committed
bd828e3
View commit details
Copy full SHA for bd828e3
View code at this point
Browse repository at this point
Address slew of review comments
caitp
committed
5e107e6
View commit details
Copy full SHA for 5e107e6
View code at this point
Browse repository at this point
Check that arrow is on same line as parameters
caitp
committed
aa3cefb
View commit details
Copy full SHA for aa3cefb
View code at this point
Browse repository at this point
Perform error reporting in checker
caitp
committed
dd16fed
View commit details
Copy full SHA for dd16fed
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.