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
Accelerator
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
Type
/
to 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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
microsoft
/
TypeScript
Public
Notifications
You must be signed in to change notification settings
Fork
13.7k
Star
110k
Code
Issues
5k+
Pull requests
29
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Tagged templates ES3 & 5
- #1589
#1589
Merged
Daniel Rosenwasser (DanielRosenwasser)
merged 30 commits into
microsoft:master
microsoft/TypeScript:master
from
ivogabe:taggedTemplates
ivogabe/TypeScript:taggedTemplates
Copy head branch name to clipboard
Feb 26, 2015
Conversation
Commits
30
(30)
Checks
Files changed
Merged
Tagged templates ES3 & 5
#1589
Daniel Rosenwasser (DanielRosenwasser)
merged 30 commits into
microsoft:master
microsoft/TypeScript:master
from
ivogabe:taggedTemplates
ivogabe/TypeScript:taggedTemplates
Copy head branch name to clipboard
Commits
Commits on Jan 4, 2015
Remove tagged templates error when targeting ES3 or 5
Ivo Gabe de Wolff (ivogabe)
committed
6469375
View commit details
Copy full SHA for 6469375
Browse repository at this point
Emit tagged templates when targeting ES3 or 5
Ivo Gabe de Wolff (ivogabe)
committed
c2d0bf8
View commit details
Copy full SHA for c2d0bf8
Browse repository at this point
Fix tagged templates that consist of a single part
Show description for 69d724f
Ivo Gabe de Wolff (ivogabe)
committed
69d724f
View commit details
Copy full SHA for 69d724f
Browse repository at this point
Commits on Jan 5, 2015
Emit parens when an argument is a comma operator
Show description for 8f28c95
Ivo Gabe de Wolff (ivogabe)
committed
8f28c95
View commit details
Copy full SHA for 8f28c95
Browse repository at this point
Move code to separate functions
Ivo Gabe de Wolff (ivogabe)
committed
a13af6b
View commit details
Copy full SHA for a13af6b
Browse repository at this point
Commits on Jan 9, 2015
Emit var in front of statement with tagged template
Ivo Gabe de Wolff (ivogabe)
committed
349841e
View commit details
Copy full SHA for 349841e
Browse repository at this point
Commits on Jan 19, 2015
Remove properties from types.ts
Ivo Gabe de Wolff (ivogabe)
committed
28b90a2
View commit details
Copy full SHA for 28b90a2
Browse repository at this point
Remove binding of tagged templates
Ivo Gabe de Wolff (ivogabe)
committed
ed7ae27
View commit details
Copy full SHA for ed7ae27
Browse repository at this point
Remove statement from binder
Ivo Gabe de Wolff (ivogabe)
committed
d339a52
View commit details
Copy full SHA for d339a52
Browse repository at this point
Change tagged template emit to new style
Ivo Gabe de Wolff (ivogabe)
committed
161545d
View commit details
Copy full SHA for 161545d
Browse repository at this point
Re-add debug assert & fix indent
Ivo Gabe de Wolff (ivogabe)
committed
434c908
View commit details
Copy full SHA for 434c908
Browse repository at this point
Commits on Jan 23, 2015
Respond to CR
Ivo Gabe de Wolff (ivogabe)
committed
cbec9a3
View commit details
Copy full SHA for cbec9a3
Browse repository at this point
Rename emitParenthesized to emitParenthesizedIf
Ivo Gabe de Wolff (ivogabe)
committed
39027d9
View commit details
Copy full SHA for 39027d9
Browse repository at this point
Commits on Jan 24, 2015
Merge branch 'master' into taggedTemplates
Show description for 9fc0144
Ivo Gabe de Wolff (ivogabe)
committed
9fc0144
View commit details
Copy full SHA for 9fc0144
Browse repository at this point
Commits on Feb 6, 2015
Merge branch 'master' into taggedTemplates
Show description for 30c10fb
Ivo Gabe de Wolff (ivogabe)
committed
30c10fb
View commit details
Copy full SHA for 30c10fb
Browse repository at this point
Resolve missed merge conflict
Ivo Gabe de Wolff (ivogabe)
committed
04dd08d
View commit details
Copy full SHA for 04dd08d
Browse repository at this point
Commits on Feb 7, 2015
Update baselines
Ivo Gabe de Wolff (ivogabe)
committed
8e16e1d
View commit details
Copy full SHA for 8e16e1d
Browse repository at this point
Commits on Feb 13, 2015
Emit parens for tag of tagged template if necessary
Ivo Gabe de Wolff (ivogabe)
committed
f77bedd
View commit details
Copy full SHA for f77bedd
Browse repository at this point
Commits on Feb 16, 2015
Merge master into taggedTemplates
Ivo Gabe de Wolff (ivogabe)
committed
eedcb09
View commit details
Copy full SHA for eedcb09
Browse repository at this point
Update tests
Show description for c4008c3
Ivo Gabe de Wolff (ivogabe)
committed
c4008c3
View commit details
Copy full SHA for c4008c3
Browse repository at this point
Commits on Feb 21, 2015
Add tests for tagged templates
Ivo Gabe de Wolff (ivogabe)
committed
f883259
View commit details
Copy full SHA for f883259
Browse repository at this point
Commits on Feb 22, 2015
Respond to code review
Ivo Gabe de Wolff (ivogabe)
committed
35c815e
View commit details
Copy full SHA for 35c815e
Browse repository at this point
Merge branch 'master' into taggedTemplates
Show description for 63e1ddb
Ivo Gabe de Wolff (ivogabe)
committed
63e1ddb
View commit details
Copy full SHA for 63e1ddb
Browse repository at this point
Use createAndRecordTempVariable
Ivo Gabe de Wolff (ivogabe)
committed
c291d12
View commit details
Copy full SHA for c291d12
Browse repository at this point
Update baselines after merging master
Ivo Gabe de Wolff (ivogabe)
committed
acdc177
View commit details
Copy full SHA for acdc177
Browse repository at this point
Commits on Feb 24, 2015
Rename callback to literalEmitter
Ivo Gabe de Wolff (ivogabe)
committed
964ed7f
View commit details
Copy full SHA for 964ed7f
Browse repository at this point
operator -> operatorToken.kind
Ivo Gabe de Wolff (ivogabe)
committed
904b520
View commit details
Copy full SHA for 904b520
Browse repository at this point
Commits on Feb 25, 2015
Merge branch 'master' into taggedTemplates
Ivo Gabe de Wolff (ivogabe)
committed
ac8e395
View commit details
Copy full SHA for ac8e395
Browse repository at this point
Commits on Feb 26, 2015
Merge branch 'master' into taggedTemplates
Ivo Gabe de Wolff (ivogabe)
committed
80ff139
View commit details
Copy full SHA for 80ff139
Browse repository at this point
Update baselines
Ivo Gabe de Wolff (ivogabe)
committed
2b10d39
View commit details
Copy full SHA for 2b10d39
Browse repository at this point
You can’t perform that action at this time.