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
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 }}
phpnode
/
TypeScript
Public
forked from
microsoft/TypeScript
Notifications
You must be signed in to change notification settings
Fork
1
Star
1
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
Breadcrumbs
History for
TypeScript
src
compiler
transformers
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Sep 14, 2017
Add name to amd definition in umd module if present (#18479)
weswigham
authored
e1ede37
View commit details
Copy full SHA for e1ede37
View code at this point
Browse repository at this point
Commits on Sep 13, 2017
Don't count a write-only reference as a use (#17752)
Show description for 2a70bf5
Andy
authored
2a70bf5
View commit details
Copy full SHA for 2a70bf5
View code at this point
Browse repository at this point
Commits on Sep 9, 2017
Care about esnext where we look for es2015 (#18331)
Show description for eb80799
weswigham
authored
eb80799
View commit details
Copy full SHA for eb80799
View code at this point
Browse repository at this point
Commits on Sep 7, 2017
Ensure that emitter calls callbacks (#18284)
Show description for ed4e2e6
Andy
authored
ed4e2e6
View commit details
Copy full SHA for ed4e2e6
View code at this point
Browse repository at this point
Emit comments on system export default expressions on the surrounding export call epxression instead (#17970)
weswigham
authored
72884b8
View commit details
Copy full SHA for 72884b8
View code at this point
Browse repository at this point
Emit updated export declarations when transformed from export * (#18017)
Show description for ed61d2d
weswigham
authored
ed61d2d
View commit details
Copy full SHA for ed61d2d
View code at this point
Browse repository at this point
Commits on Aug 26, 2017
Use visitNode (#18059)
weswigham
authored
a32d99d
View commit details
Copy full SHA for a32d99d
View code at this point
Browse repository at this point
Commits on Aug 25, 2017
Merge pull request #18051 from Microsoft/fix17551
Show description for eb75619
rbuckton
authored
eb75619
View commit details
Copy full SHA for eb75619
View code at this point
Browse repository at this point
Visit destructuring computed names (#18052)
weswigham
authored
38c3f67
View commit details
Copy full SHA for 38c3f67
View code at this point
Browse repository at this point
Fix crash in name resolution with custom transforms and emitDecoratorMetadata
rbuckton
committed
bdfb92a
View commit details
Copy full SHA for bdfb92a
View code at this point
Browse repository at this point
Call dynamic import transform on expression used by export equal statement (#18028)
Show description for 643a7e7
weswigham
authored
643a7e7
View commit details
Copy full SHA for 643a7e7
View code at this point
Browse repository at this point
Commits on Aug 24, 2017
Switch to arrow for ts class wrapper IIFE
rbuckton
committed
610104b
View commit details
Copy full SHA for 610104b
View code at this point
Browse repository at this point
Merge pull request #17996 from Microsoft/fix16681
Show description for 038d256
rbuckton
authored
038d256
View commit details
Copy full SHA for 038d256
View code at this point
Browse repository at this point
Merge pull request #16767 from Yogu/patch-2
Show description for 40f9ee4
rbuckton
authored
40f9ee4
View commit details
Copy full SHA for 40f9ee4
View code at this point
Browse repository at this point
Fix crash when exporting class without name
rbuckton
committed
26a0286
View commit details
Copy full SHA for 26a0286
View code at this point
Browse repository at this point
Commits on Aug 18, 2017
Remove debug assertions due to invalid syntax in generators transform
rbuckton
committed
fad97e3
View commit details
Copy full SHA for fad97e3
View code at this point
Browse repository at this point
Commits on Aug 17, 2017
Merge pull request #17631 from Microsoft/synthesizedNamespaces
Show description for 2729281
DanielRosenwasser
authored
2729281
View commit details
Copy full SHA for 2729281
View code at this point
Browse repository at this point
Commits on Aug 16, 2017
Addressed code review feedback.
DanielRosenwasser
committed
b702062
View commit details
Copy full SHA for b702062
View code at this point
Browse repository at this point
Commits on Aug 15, 2017
Just track the local names of identifiers instead of ever using symbols.
DanielRosenwasser
committed
a51397e
View commit details
Copy full SHA for a51397e
View code at this point
Browse repository at this point
Commits on Aug 14, 2017
Merge pull request #16631 from Microsoft/fix13721
Show description for ea7c7d3
DanielRosenwasser
authored
ea7c7d3
View commit details
Copy full SHA for ea7c7d3
View code at this point
Browse repository at this point
Commits on Aug 13, 2017
Add missing visitNode call to object literal members
Show description for 903d137
Yogu
committed
903d137
View commit details
Copy full SHA for 903d137
View code at this point
Browse repository at this point
Commits on Aug 11, 2017
Merge branch 'master' into extract-method-2
RyanCavanaugh
committed
c27ee81
View commit details
Copy full SHA for c27ee81
View code at this point
Browse repository at this point
Commits on Aug 10, 2017
Style fixups
RyanCavanaugh
committed
f957429
View commit details
Copy full SHA for f957429
View code at this point
Browse repository at this point
Fix many no-object-literal-type-assertion lint errors (#17278)
Show description for 08fbcd8
Andy
authored
08fbcd8
View commit details
Copy full SHA for 08fbcd8
View code at this point
Browse repository at this point
Commits on Aug 9, 2017
Remove unused internal utilities (#17380)
Show description for 17a6f7b
Andy
authored
17a6f7b
View commit details
Copy full SHA for 17a6f7b
View code at this point
Browse repository at this point
Fix 16628: "undefined" exception when name of binding element in binding pattern is empty (#17132)
Show description for 39e0cc6
yuit
authored and
weswigham
committed
39e0cc6
View commit details
Copy full SHA for 39e0cc6
View code at this point
Browse repository at this point
Commits on Aug 8, 2017
Merge pull request #17517 from tinganho/IgnoredCatchParameter
Show description for 75c8ecb
rbuckton
authored
75c8ecb
View commit details
Copy full SHA for 75c8ecb
View code at this point
Browse repository at this point
Add lint rule to check that `Debug.assert` calls do not eagerly interpolate strings (#17125)
Show description for ceae613
Andy
authored
ceae613
View commit details
Copy full SHA for ceae613
View code at this point
Browse repository at this point
Commits on Aug 5, 2017
Made the first-declaration check conservative in the TypeScript transform.
DanielRosenwasser
committed
9f1b747
View commit details
Copy full SHA for 9f1b747
View code at this point
Browse repository at this point
Commits on Aug 4, 2017
Extract Method (squash)
RyanCavanaugh
committed
c7f665f
View commit details
Copy full SHA for c7f665f
View code at this point
Browse repository at this point
Commits on Aug 2, 2017
Addresses CR comment
tinganho
committed
d5c24f3
View commit details
Copy full SHA for d5c24f3
View code at this point
Browse repository at this point
Fixes CR comments
tinganho
committed
1926285
View commit details
Copy full SHA for 1926285
View code at this point
Browse repository at this point
Commits on Aug 1, 2017
Addresses CR feedback
tinganho
committed
81fb3f7
View commit details
Copy full SHA for 81fb3f7
View code at this point
Browse repository at this point
Commits on Jul 30, 2017
Adds transformers for ignored catch parameter
tinganho
committed
148a494
View commit details
Copy full SHA for 148a494
View code at this point
Browse repository at this point
Commits on Jul 25, 2017
Rename `symbol.name` to `escapedName` and make `name` unescaped (#17412)
Andy
authored
30d973b
View commit details
Copy full SHA for 30d973b
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.