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 }}
webix
/
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
master
User selector
All users
Datepicker
All time
Commit history
Commits on Dec 10, 2014
Merge pull request #1420 from Microsoft/isOpenAndParents
Show description for c17eb7d
CyrusNajmabadi
committed
c17eb7d
View commit details
Copy full SHA for c17eb7d
Browse repository at this point
Remove 'isOpen' and 'version' from teh compiler's SourceFile type.
Show description for 6170c56
CyrusNajmabadi
committed
6170c56
View commit details
Copy full SHA for 6170c56
Browse repository at this point
Commits on Dec 9, 2014
Merge pull request #1346 from Microsoft/destructuring
Show description for bb70e9e
ahejlsberg
committed
bb70e9e
View commit details
Copy full SHA for bb70e9e
Browse repository at this point
Merge branch 'master' into destructuring
Show description for 7bc35b3
ahejlsberg
committed
7bc35b3
View commit details
Copy full SHA for 7bc35b3
Browse repository at this point
Merge pull request #1416 from Microsoft/inherited_deltas
Show description for cd2016c
vladima
committed
cd2016c
View commit details
Copy full SHA for cd2016c
Browse repository at this point
inherit delta from nodes on the same line
vladima
committed
7ed4225
View commit details
Copy full SHA for 7ed4225
Browse repository at this point
Merge pull request #1413 from Microsoft/forEachChild
Show description for ecfed18
CyrusNajmabadi
committed
ecfed18
View commit details
Copy full SHA for ecfed18
Browse repository at this point
Fix invariant issues.
CyrusNajmabadi
committed
edc60ed
View commit details
Copy full SHA for edc60ed
Browse repository at this point
Merge pull request #1412 from Microsoft/parserOrganization
Show description for 75e5327
CyrusNajmabadi
committed
75e5327
View commit details
Copy full SHA for 75e5327
Browse repository at this point
Remove unused type.
CyrusNajmabadi
committed
89cd1e2
View commit details
Copy full SHA for 89cd1e2
Browse repository at this point
Put the actual parsing logic at the top of createSourceFile instead of the bottom.
Show description for afc5777
CyrusNajmabadi
committed
afc5777
View commit details
Copy full SHA for afc5777
Browse repository at this point
Merge pull request #1408 from Microsoft/methods
Show description for 96a8f22
CyrusNajmabadi
committed
96a8f22
View commit details
Copy full SHA for 96a8f22
Browse repository at this point
Merge pull request #1409 from Microsoft/test262invariants3
Show description for 0c20aac
CyrusNajmabadi
committed
0c20aac
View commit details
Copy full SHA for 0c20aac
Browse repository at this point
Merge pull request #1405 from Microsoft/formatting_space_before_comma
Show description for 345de37
vladima
committed
345de37
View commit details
Copy full SHA for 345de37
Browse repository at this point
Prevent json recursion overflow in 262 tests.
CyrusNajmabadi
committed
21301b9
View commit details
Copy full SHA for 21301b9
Browse repository at this point
Merge pull request #1400 from Microsoft/addMethodToBoolean
Show description for 9d31d35
mhegazy
committed
9d31d35
View commit details
Copy full SHA for 9d31d35
Browse repository at this point
Fix some parts of for-each invariant checking.
CyrusNajmabadi
committed
174d48a
View commit details
Copy full SHA for 174d48a
Browse repository at this point
Update version to 1.4
Paul van Brenk
committed
40e5c73
View commit details
Copy full SHA for 40e5c73
Browse repository at this point
Merge pull request #1406 from Microsoft/fixSpeculativeParse
Show description for b6249d0
Yui
committed
b6249d0
View commit details
Copy full SHA for b6249d0
Browse repository at this point
Also split out .PropertyDeclaration and .PropertySignature from .Property.
CyrusNajmabadi
committed
cc83925
View commit details
Copy full SHA for cc83925
Browse repository at this point
Merge branch 'master' into fixSpeculativeParse
Show description for aee0b9e
Yui T
committed
aee0b9e
View commit details
Copy full SHA for aee0b9e
Browse repository at this point
Merge pull request #1407 from Microsoft/commaInsteadOfSemicolon
Show description for 0fb4155
CyrusNajmabadi
committed
0fb4155
View commit details
Copy full SHA for 0fb4155
Browse repository at this point
Remove the 'Method' syntaxkind and introduce MethodSignature and MethodDeclaration instead.
Show description for c1b19d7
CyrusNajmabadi
committed
c1b19d7
View commit details
Copy full SHA for c1b19d7
Browse repository at this point
Commits on Dec 8, 2014
Merge branch 'fixSpeculativeParse' of https://github.com/Microsoft/TypeScript into fixSpeculativeParse
Yui T
committed
5840dbe
View commit details
Copy full SHA for 5840dbe
Browse repository at this point
Update and add test cases
Yui T
committed
c1d509a
View commit details
Copy full SHA for c1d509a
Browse repository at this point
Merge branch 'master' into formatting_space_before_comma
vladima
committed
b40a8dc
View commit details
Copy full SHA for b40a8dc
Browse repository at this point
merge
vladima
committed
f23a87c
View commit details
Copy full SHA for f23a87c
Browse repository at this point
Update and add test cases
Yui T
committed
6e94d4d
View commit details
Copy full SHA for 6e94d4d
Browse repository at this point
Better error recovery when encountering an errant comma in a semicolon delimited list.
CyrusNajmabadi
committed
5db51fe
View commit details
Copy full SHA for 5db51fe
Browse repository at this point
Merge pull request #1404 from Microsoft/test262Invariants
Show description for 9351fc1
CyrusNajmabadi
committed
9351fc1
View commit details
Copy full SHA for 9351fc1
Browse repository at this point
Fix speculative parsing by terminating the list when encounting illegal token
Yui T
committed
e9beba7
View commit details
Copy full SHA for e9beba7
Browse repository at this point
Merge branch 'master' into destructuring
Show description for 459dee0
ahejlsberg
committed
459dee0
View commit details
Copy full SHA for 459dee0
Browse repository at this point
fix formatting to add space after comma between arguments when arguments starts with open paren
vladima
committed
929d359
View commit details
Copy full SHA for 929d359
Browse repository at this point
Add tree invariant checking to the test262 runner.
CyrusNajmabadi
committed
4f4e249
View commit details
Copy full SHA for 4f4e249
Browse repository at this point
Merge pull request #1403 from Microsoft/test262
Show description for 9f7ee67
CyrusNajmabadi
committed
9f7ee67
View commit details
Copy full SHA for 9f7ee67
Browse repository at this point
Previous
Next
You can’t perform that action at this time.