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 }}
HackPoint
/
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
typePreviews
User selector
All users
Datepicker
All time
Commit history
Commits on Feb 11, 2015
Make code resilient for signature declarations without close parens.
DanielRosenwasser
committed
d0fdbf8
View commit details
Copy full SHA for d0fdbf8
Browse repository at this point
Support constructs other than just parameters.
DanielRosenwasser
committed
63a4172
View commit details
Copy full SHA for 63a4172
Browse repository at this point
Make position the end of the name, not the declaration itself (initializers can much things up).
DanielRosenwasser
committed
b96692e
View commit details
Copy full SHA for b96692e
Browse repository at this point
Add ': ' to display parts.
DanielRosenwasser
committed
8b74c4a
View commit details
Copy full SHA for 8b74c4a
Browse repository at this point
Commits on Feb 10, 2015
Prototyping inline info.
DanielRosenwasser
committed
7d040f2
View commit details
Copy full SHA for 7d040f2
Browse repository at this point
Merge pull request #1931 from Microsoft/spreadCall
Show description for 4b92e42
ahejlsberg
committed
4b92e42
View commit details
Copy full SHA for 4b92e42
Browse repository at this point
Merge pull request #1993 from Microsoft/incrementalCorruption
Show description for 91dd9b6
CyrusNajmabadi
committed
91dd9b6
View commit details
Copy full SHA for 91dd9b6
Browse repository at this point
Add assert that clients do not try to call updateSourceFile multiple times on a source file.
CyrusNajmabadi
committed
b86ef44
View commit details
Copy full SHA for b86ef44
Browse repository at this point
Fix issue with cancellation corrupting LS state.
Show description for 11d19e3
CyrusNajmabadi
committed
11d19e3
View commit details
Copy full SHA for 11d19e3
Browse repository at this point
Commits on Feb 9, 2015
Merge pull request #1992 from Microsoft/additionalParserChecks
Show description for b277695
CyrusNajmabadi
committed
b277695
View commit details
Copy full SHA for b277695
Browse repository at this point
Prevent index out of bounds exception.
CyrusNajmabadi
committed
2eb1a21
View commit details
Copy full SHA for 2eb1a21
Browse repository at this point
Be more conservative about reusing parameters.
CyrusNajmabadi
committed
17dd6c2
View commit details
Copy full SHA for 17dd6c2
Browse repository at this point
Remove code duplication in isModuleElement.
CyrusNajmabadi
committed
a79e8e9
View commit details
Copy full SHA for a79e8e9
Browse repository at this point
Add additional asserts, and make code more unified.
CyrusNajmabadi
committed
e417f30
View commit details
Copy full SHA for e417f30
Browse repository at this point
Add additional asserts.
CyrusNajmabadi
committed
d37fdfe
View commit details
Copy full SHA for d37fdfe
Browse repository at this point
Don't use dynamic type checks while incrementally parsing.
CyrusNajmabadi
committed
318aa8c
View commit details
Copy full SHA for 318aa8c
Browse repository at this point
Merge pull request #1937 from Microsoft/fourslashCleanup
Show description for a710902
mhegazy
committed
a710902
View commit details
Copy full SHA for a710902
Browse repository at this point
Merge remote-tracking branch 'origin/master' into fourslashCleanup
Show description for 9207d9d
mhegazy
committed
9207d9d
View commit details
Copy full SHA for 9207d9d
Browse repository at this point
Respond to code review comments
mhegazy
committed
08f51b9
View commit details
Copy full SHA for 08f51b9
Browse repository at this point
Merge pull request #1981 from Microsoft/incrementalChecks.ts
Show description for 6453811
CyrusNajmabadi
committed
6453811
View commit details
Copy full SHA for 6453811
Browse repository at this point
Add additional incremental assert.
CyrusNajmabadi
committed
d0aa789
View commit details
Copy full SHA for d0aa789
Browse repository at this point
Rename a few members and clean up comments.
CyrusNajmabadi
committed
9d6b6b4
View commit details
Copy full SHA for 9d6b6b4
Browse repository at this point
Check the text change range before and after we expand it.
CyrusNajmabadi
committed
ad7c77e
View commit details
Copy full SHA for ad7c77e
Browse repository at this point
Move assertions into the parsing layer.
CyrusNajmabadi
committed
1a17fd1
View commit details
Copy full SHA for 1a17fd1
Browse repository at this point
Make sure positions of child elements are consistent.
CyrusNajmabadi
committed
a82c57c
View commit details
Copy full SHA for a82c57c
Browse repository at this point
Add additional aggressive checks during incremental parsing.
CyrusNajmabadi
committed
f1cb97b
View commit details
Copy full SHA for f1cb97b
Browse repository at this point
Commits on Feb 7, 2015
Update test baseline.
CyrusNajmabadi
committed
ff31b96
View commit details
Copy full SHA for ff31b96
Browse repository at this point
Merge pull request #1974 from Microsoft/multiLineEmitting
Show description for 911a705
CyrusNajmabadi
committed
911a705
View commit details
Copy full SHA for 911a705
Browse repository at this point
Merge pull request #1973 from Microsoft/objectLiteralSemicolons
Show description for 5a1c740
CyrusNajmabadi
committed
5a1c740
View commit details
Copy full SHA for 5a1c740
Browse repository at this point
Preserve single line blocks when emitting.
CyrusNajmabadi
committed
36b6f4e
View commit details
Copy full SHA for 36b6f4e
Browse repository at this point
Have better error recovery for whne a user uses semicolons instead of commas to delimit an object literal.
CyrusNajmabadi
committed
449f4a4
View commit details
Copy full SHA for 449f4a4
Browse repository at this point
Merge branch 'master' into LSAPICleanup
Show description for 55aa240
mhegazy
committed
55aa240
View commit details
Copy full SHA for 55aa240
Browse repository at this point
Update LKG
mhegazy
committed
340828e
View commit details
Copy full SHA for 340828e
Browse repository at this point
Commits on Feb 6, 2015
Merge pull request #1968 from Microsoft/sourceFileTestInvariants
Show description for b5715bf
CyrusNajmabadi
committed
b5715bf
View commit details
Copy full SHA for b5715bf
Browse repository at this point
Check source file invariants after creating/updating them in our tests.
CyrusNajmabadi
committed
02c1b89
View commit details
Copy full SHA for 02c1b89
Browse repository at this point
Previous
Next
You can’t perform that action at this time.