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
refactorEmitterForDownLevelAndNative
User selector
All users
Datepicker
All time
Commit history
Commits on Dec 3, 2014
Address code review
Yui T
committed
d13d30f
View commit details
Copy full SHA for d13d30f
Browse repository at this point
Refactor template literal emit for native ES6 and down-level
Yui T
committed
0405444
View commit details
Copy full SHA for 0405444
Browse repository at this point
Merge pull request #1343 from Microsoft/parserWork
Show description for 6e945af
CyrusNajmabadi
committed
6e945af
View commit details
Copy full SHA for 6e945af
Browse repository at this point
Merge pull request #1269 from Microsoft/refactorEmitter
Show description for bf4bf27
Yui
committed
bf4bf27
View commit details
Copy full SHA for bf4bf27
Browse repository at this point
Commits on Dec 2, 2014
Merge branch 'master' into refactorEmitter
Yui T
committed
4471f90
View commit details
Copy full SHA for 4471f90
Browse repository at this point
Merge pull request #1322 from Microsoft/exposeServices
Show description for e4817b5
DanielRosenwasser
committed
e4817b5
View commit details
Copy full SHA for e4817b5
Browse repository at this point
Merge branch 'master' into refactorEmitter
Yui T
committed
c53f3f5
View commit details
Copy full SHA for c53f3f5
Browse repository at this point
Merge pull request #1344 from Microsoft/sig_help_crash
Show description for 2178aec
vladima
committed
2178aec
View commit details
Copy full SHA for 2178aec
Browse repository at this point
Added comment.
DanielRosenwasser
committed
636a466
View commit details
Copy full SHA for 636a466
Browse repository at this point
fix crash in signature help
vladima
committed
76e8560
View commit details
Copy full SHA for 76e8560
Browse repository at this point
Merge branch 'master' into refactorEmitter
Show description for 1f61925
Yui T
committed
1f61925
View commit details
Copy full SHA for 1f61925
Browse repository at this point
Extract reference comments out into their own diagnostics array.
Show description for 90bf48f
CyrusNajmabadi
committed
90bf48f
View commit details
Copy full SHA for 90bf48f
Browse repository at this point
Merge branch 'refactorEmitter' of https://github.com/Microsoft/TypeScript into refactorEmitter
Yui T
committed
95e3c75
View commit details
Copy full SHA for 95e3c75
Browse repository at this point
Address codereview
Yui T
committed
ff3d64f
View commit details
Copy full SHA for ff3d64f
Browse repository at this point
Address codereview
Yui T
committed
a38e76b
View commit details
Copy full SHA for a38e76b
Browse repository at this point
Merge pull request #1342 from Microsoft/externalModuleFix
Show description for ec0f5e4
CyrusNajmabadi
committed
ec0f5e4
View commit details
Copy full SHA for ec0f5e4
Browse repository at this point
Find imported external modules that start with double underscores.
CyrusNajmabadi
committed
ec17f36
View commit details
Copy full SHA for ec17f36
Browse repository at this point
Add failing test.
CyrusNajmabadi
committed
a6a7e81
View commit details
Copy full SHA for a6a7e81
Browse repository at this point
Add explanatory comment.
Show description for a6fe980
CyrusNajmabadi
committed
a6fe980
View commit details
Copy full SHA for a6fe980
Browse repository at this point
Merge pull request #1332 from Microsoft/getEmitOutputCleanup
Show description for cf1f640
mhegazy
committed
cf1f640
View commit details
Copy full SHA for cf1f640
Browse repository at this point
baseline change conflict not caught during github merge
sheetalkamat
committed
8b078c2
View commit details
Copy full SHA for 8b078c2
Browse repository at this point
Merge pull request #1056 from Microsoft/unionTypeConformance
Show description for 802f113
sheetalkamat
committed
802f113
View commit details
Copy full SHA for 802f113
Browse repository at this point
Merge pull request #1334 from Microsoft/tokens
Show description for 04c0552
CyrusNajmabadi
committed
04c0552
View commit details
Copy full SHA for 04c0552
Browse repository at this point
Reduce arrow function allocations in the parser.
CyrusNajmabadi
committed
deca944
View commit details
Copy full SHA for deca944
Browse repository at this point
Remove arrow allocations from the parser in a few places.
CyrusNajmabadi
committed
581ef9f
View commit details
Copy full SHA for 581ef9f
Browse repository at this point
Make 'CatchClause' have-a block, instead of be-a block.
CyrusNajmabadi
committed
03a2d01
View commit details
Copy full SHA for 03a2d01
Browse repository at this point
Ensure getEmitOutput only check the file requested
mhegazy
committed
08165c0
View commit details
Copy full SHA for 08165c0
Browse repository at this point
Simplify parsing code.
CyrusNajmabadi
committed
44627f8
View commit details
Copy full SHA for 44627f8
Browse repository at this point
Simplify code.
CyrusNajmabadi
committed
b5c3cd8
View commit details
Copy full SHA for b5c3cd8
Browse repository at this point
Use helper function.
Show description for af62715
CyrusNajmabadi
committed
af62715
View commit details
Copy full SHA for af62715
Browse repository at this point
Simplifying the signature parsing code.
CyrusNajmabadi
committed
2459632
View commit details
Copy full SHA for 2459632
Browse repository at this point
Put semantically relevant tokens in the tree.
CyrusNajmabadi
committed
db89584
View commit details
Copy full SHA for db89584
Browse repository at this point
Traverse into all nodes when walking the tree.
CyrusNajmabadi
committed
8ad4a0a
View commit details
Copy full SHA for 8ad4a0a
Browse repository at this point
Put semantically relevant tokens in the tree.
CyrusNajmabadi
committed
f8a4fb0
View commit details
Copy full SHA for f8a4fb0
Browse repository at this point
Merge pull request #1326 from Microsoft/typeNodeBrands
Show description for af324d1
CyrusNajmabadi
committed
af324d1
View commit details
Copy full SHA for af324d1
Browse repository at this point
Previous
Next
You can’t perform that action at this time.