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 }}
johaDev
/
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
on
simplerIncremental
User selector
All users
Datepicker
All time
Commit history
Commits on Dec 5, 2014
Move over all changes from my private branch.
CyrusNajmabadi
committed
c6ee1a0
View commit details
Copy full SHA for c6ee1a0
View code at this point
Browse repository at this point
Remove setting of parents in the factory.
CyrusNajmabadi
committed
bdcbea9
View commit details
Copy full SHA for bdcbea9
View code at this point
Browse repository at this point
Remove restriction that you cannot reuse nodes/tokens during incremental parsing while doing speculatively operations.
Show description for d8da2a4
CyrusNajmabadi
committed
d8da2a4
View commit details
Copy full SHA for d8da2a4
View code at this point
Browse repository at this point
Rename _skippedTokens to skippedTokens.
CyrusNajmabadi
committed
9982795
View commit details
Copy full SHA for 9982795
View code at this point
Browse repository at this point
Simplify parser API.
CyrusNajmabadi
committed
12e90a0
View commit details
Copy full SHA for 12e90a0
View code at this point
Browse repository at this point
Move syntax cursor into its own file.
CyrusNajmabadi
committed
9cf588d
View commit details
Copy full SHA for 9cf588d
View code at this point
Browse repository at this point
Use callbacks for speculative parsing.
CyrusNajmabadi
committed
8032c0f
View commit details
Copy full SHA for 8032c0f
View code at this point
Browse repository at this point
Merge pull request #1372 from Microsoft/forEach
Show description for 308d8e5
CyrusNajmabadi
committed
308d8e5
View commit details
Copy full SHA for 308d8e5
View code at this point
Browse repository at this point
"let" should only be considered a keyword in strict mode, or when it starts an actual construct
Show description for e29aadb
sheetalkamat
committed
e29aadb
View commit details
Copy full SHA for e29aadb
View code at this point
Browse repository at this point
Commits on Dec 4, 2014
Fix the merge conflicts
sheetalkamat
committed
a4ab192
View commit details
Copy full SHA for a4ab192
View code at this point
Browse repository at this point
Merge pull request #1369 from Microsoft/parserErrors2
Show description for f99bc15
CyrusNajmabadi
committed
f99bc15
View commit details
Copy full SHA for f99bc15
View code at this point
Browse repository at this point
Merge pull request #1371 from Microsoft/nullref_with_hotswapping
Show description for fc47fc3
vladima
committed
fc47fc3
View commit details
Copy full SHA for fc47fc3
View code at this point
Browse repository at this point
Don't return the last falsy value when forEach'ing over an array.
CyrusNajmabadi
committed
bce8314
View commit details
Copy full SHA for bce8314
View code at this point
Browse repository at this point
Merge pull request #1347 from Microsoft/test262RunnerUpdates
Show description for 306b4a2
mhegazy
committed
306b4a2
View commit details
Copy full SHA for 306b4a2
View code at this point
Browse repository at this point
Don't return the last falsy element in forEachChild.
CyrusNajmabadi
committed
7e6f1ab
View commit details
Copy full SHA for 7e6f1ab
View code at this point
Browse repository at this point
Merge pull request #1362 from Microsoft/contextSensitiveExpressions
Show description for e3320c2
sheetalkamat
committed
e3320c2
View commit details
Copy full SHA for e3320c2
View code at this point
Browse repository at this point
Merge pull request #1364 from Microsoft/coverage
Show description for 4d0f992
CyrusNajmabadi
committed
4d0f992
View commit details
Copy full SHA for 4d0f992
View code at this point
Browse repository at this point
Some renaming and added comments as per feedback
sheetalkamat
committed
c3c44dc
View commit details
Copy full SHA for c3c44dc
View code at this point
Browse repository at this point
Merge pull request #1363 from Microsoft/noMoreExpandoBar
Show description for 6a882e7
DanielRosenwasser
committed
6a882e7
View commit details
Copy full SHA for 6a882e7
View code at this point
Browse repository at this point
Merge branch 'master' into parserErrors2
CyrusNajmabadi
committed
15e6b64
View commit details
Copy full SHA for 15e6b64
View code at this point
Browse repository at this point
Merge pull request #1367 from Microsoft/tokenRanges
Show description for 51804ee
CyrusNajmabadi
committed
51804ee
View commit details
Copy full SHA for 51804ee
View code at this point
Browse repository at this point
Merge branch 'master' into parserErrors2
Show description for 1285c46
CyrusNajmabadi
committed
1285c46
View commit details
Copy full SHA for 1285c46
View code at this point
Browse repository at this point
Merge pull request #1368 from Microsoft/parseErrors
Show description for 824edea
CyrusNajmabadi
committed
824edea
View commit details
Copy full SHA for 824edea
View code at this point
Browse repository at this point
CR feedback.
CyrusNajmabadi
committed
405508c
View commit details
Copy full SHA for 405508c
View code at this point
Browse repository at this point
drop redundant initialization code
vladima
committed
658ff24
View commit details
Copy full SHA for 658ff24
View code at this point
Browse repository at this point
Merge branch 'master' into test262RunnerUpdates
mhegazy
committed
e52b1fc
View commit details
Copy full SHA for e52b1fc
View code at this point
Browse repository at this point
Merge pull request #1358 from Arnavion/fix-missing-return-types
Show description for 580e23e
mhegazy
committed
580e23e
View commit details
Copy full SHA for 580e23e
View code at this point
Browse repository at this point
Merge branch 'master' into test262RunnerUpdates
mhegazy
committed
081ff7c
View commit details
Copy full SHA for 081ff7c
View code at this point
Browse repository at this point
Provide utility function to report back if a node contained a parse error anywhere inside of it.
CyrusNajmabadi
committed
8756142
View commit details
Copy full SHA for 8756142
View code at this point
Browse repository at this point
Track if the parser encountered any errors as a bit in the next node that is produced.
CyrusNajmabadi
committed
1976f0d
View commit details
Copy full SHA for 1976f0d
View code at this point
Browse repository at this point
Fix indentation.
CyrusNajmabadi
committed
9beb730
View commit details
Copy full SHA for 9beb730
View code at this point
Browse repository at this point
Inline method.
CyrusNajmabadi
committed
6a3222c
View commit details
Copy full SHA for 6a3222c
View code at this point
Browse repository at this point
Add invariant assert in the parser.
CyrusNajmabadi
committed
8c0fdbc
View commit details
Copy full SHA for 8c0fdbc
View code at this point
Browse repository at this point
Fix comment.
CyrusNajmabadi
committed
5bd57be
View commit details
Copy full SHA for 5bd57be
View code at this point
Browse repository at this point
Remove function expression allocation when speculatively parsing or looking ahead.
Show description for 589e627
CyrusNajmabadi
committed
589e627
View commit details
Copy full SHA for 589e627
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.