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 }}
magic-coder
/
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
containerMadness
User selector
All users
Datepicker
All time
Commit history
Commits on Mar 22, 2015
Simplify container code.
CyrusNajmabadi
committed
c995850
View commit details
Copy full SHA for c995850
Browse repository at this point
Merge branch 'master' into containerMadness
Show description for 98c8ea7
CyrusNajmabadi
committed
98c8ea7
View commit details
Copy full SHA for 98c8ea7
Browse repository at this point
Merge pull request #2448 from Microsoft/newlines
Show description for fcd1e1f
CyrusNajmabadi
committed
fcd1e1f
View commit details
Copy full SHA for fcd1e1f
Browse repository at this point
Commits on Mar 20, 2015
Treat 0x0085 as whitespace, not as a line terminator. This matches ES5 and ES6.
CyrusNajmabadi
committed
9ae0815
View commit details
Copy full SHA for 9ae0815
Browse repository at this point
Merge pull request #2431 from Microsoft/noEmitOnErrorCompileOnSave
Show description for 0d2a5bb
CyrusNajmabadi
committed
0d2a5bb
View commit details
Copy full SHA for 0d2a5bb
Browse repository at this point
Don't actually emit declarations when we just want the diagnostics for them.
CyrusNajmabadi
committed
791a0e4
View commit details
Copy full SHA for 791a0e4
Browse repository at this point
Commits on Mar 19, 2015
No emit should happen if there are declaration errors and noEmitOnErrors is specified.
CyrusNajmabadi
committed
85d71b2
View commit details
Copy full SHA for 85d71b2
Browse repository at this point
Merge pull request #2199 from Microsoft/enumCleanup
Show description for 79272d7
vladima
committed
79272d7
View commit details
Copy full SHA for 79272d7
Browse repository at this point
Merge pull request #2415 from Microsoft/shorthandsOnNonExistentProperty
Show description for 3e7e9f4
DanielRosenwasser
committed
3e7e9f4
View commit details
Copy full SHA for 3e7e9f4
Browse repository at this point
Merge pull request #2419 from Microsoft/instrumenterLibraryTargets
Show description for e2db46e
JsonFreeman
committed
e2db46e
View commit details
Copy full SHA for e2db46e
Browse repository at this point
Add libraryTargets to prereqs of instrumenter
JsonFreeman
committed
59338ed
View commit details
Copy full SHA for 59338ed
Browse repository at this point
Commits on Mar 18, 2015
Merge pull request #2417 from Microsoft/separateDeclEmit_2
Show description for e8b0985
vladima
committed
e8b0985
View commit details
Copy full SHA for e8b0985
Browse repository at this point
extract declaration emitter to separate file
vladima
committed
49c4b5a
View commit details
Copy full SHA for 49c4b5a
Browse repository at this point
Merge pull request #2413 from Microsoft/constAntlyAPainForUs
Show description for d06f71e
DanielRosenwasser
committed
d06f71e
View commit details
Copy full SHA for d06f71e
Browse repository at this point
Extended test.
DanielRosenwasser
committed
3b453e6
View commit details
Copy full SHA for 3b453e6
Browse repository at this point
Merge pull request #2139 from Microsoft/DtsExports_all
Show description for 371f2df
vladima
committed
371f2df
View commit details
Copy full SHA for 371f2df
Browse repository at this point
Fixed issue where goToDef on a shorthand property of an undefined entity would crash.
DanielRosenwasser
committed
acd0fdf
View commit details
Copy full SHA for acd0fdf
Browse repository at this point
Fixed test.
DanielRosenwasser
committed
773530c
View commit details
Copy full SHA for 773530c
Browse repository at this point
Merge pull request #2414 from Microsoft/createSourceFile
Show description for f96e52c
mhegazy
committed
f96e52c
View commit details
Copy full SHA for f96e52c
Browse repository at this point
addressed PR feedback
vladima
committed
2ad40c2
View commit details
Copy full SHA for 2ad40c2
Browse repository at this point
Added tests.
DanielRosenwasser
committed
2902aa2
View commit details
Copy full SHA for 2902aa2
Browse repository at this point
Expose setParentNodes on createCompilerHost
mhegazy
committed
7462915
View commit details
Copy full SHA for 7462915
Browse repository at this point
Merge pull request #2396 from Microsoft/completionsInIncompleteConstructs
Show description for 355dcd1
DanielRosenwasser
committed
355dcd1
View commit details
Copy full SHA for 355dcd1
Browse repository at this point
Fixed the contextual check for modifiers to check the original modifier instead of the flags of the node.
DanielRosenwasser
committed
5cbf667
View commit details
Copy full SHA for 5cbf667
Browse repository at this point
Fixed test.
DanielRosenwasser
committed
9a507fa
View commit details
Copy full SHA for 9a507fa
Browse repository at this point
Added tests for const modifiers.
DanielRosenwasser
committed
ce3a91c
View commit details
Copy full SHA for ce3a91c
Browse repository at this point
Remove space.
DanielRosenwasser
committed
ee073e1
View commit details
Copy full SHA for ee073e1
Browse repository at this point
Added test for completions at beginning of file.
DanielRosenwasser
committed
e82ea7d
View commit details
Copy full SHA for e82ea7d
Browse repository at this point
Addressed CR feedback.
DanielRosenwasser
committed
ec42789
View commit details
Copy full SHA for ec42789
Browse repository at this point
Merge pull request #2409 from Microsoft/diagnosticCodes
Show description for 2f7db61
CyrusNajmabadi
committed
2f7db61
View commit details
Copy full SHA for 2f7db61
Browse repository at this point
Add handling of hard tabs in server buffers. Change message protocol to
Show description for 34e612c
steveluc
committed
34e612c
View commit details
Copy full SHA for 34e612c
Browse repository at this point
Fix diagnostic codes.
CyrusNajmabadi
committed
7bcd18f
View commit details
Copy full SHA for 7bcd18f
Browse repository at this point
Merge remote-tracking branch 'origin/master' into serverConfigurationMessage
steveluc
committed
afc142c
View commit details
Copy full SHA for afc142c
Browse repository at this point
Merge pull request #2408 from Microsoft/pinnedComments2
Show description for 3a75350
CyrusNajmabadi
committed
3a75350
View commit details
Copy full SHA for 3a75350
Browse repository at this point
Simplify comment emit.
CyrusNajmabadi
committed
035ad42
View commit details
Copy full SHA for 035ad42
Browse repository at this point
Previous
Next
You can’t perform that action at this time.