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 }}
paulapoco
/
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
Breadcrumbs
History for
TypeScript
src
compiler
on
versionCacheUnitTest
User selector
All users
Datepicker
All time
Commit history
Commits on Apr 1, 2015
Merge pull request #2563 from Microsoft/exposeConfigFileHelpers
Show description for 0afa459
mhegazy
committed
0afa459
View commit details
Copy full SHA for 0afa459
View code at this point
Browse repository at this point
Merge pull request #2557 from Microsoft/exportEqualsDtsFix
Show description for 4577959
mhegazy
committed
4577959
View commit details
Copy full SHA for 4577959
View code at this point
Browse repository at this point
Merge pull request #2569 from Microsoft/revertModuleImportFix
Show description for adad7c1
vladima
committed
adad7c1
View commit details
Copy full SHA for adad7c1
View code at this point
Browse repository at this point
Rename method.
CyrusNajmabadi
committed
afc38c2
View commit details
Copy full SHA for afc38c2
View code at this point
Browse repository at this point
revert fix for #2456 'Import namespace exports should be immutable'
vladima
committed
cfda7df
View commit details
Copy full SHA for cfda7df
View code at this point
Browse repository at this point
CR feedback.
CyrusNajmabadi
committed
ee3ba3b
View commit details
Copy full SHA for ee3ba3b
View code at this point
Browse repository at this point
Commits on Mar 31, 2015
CR feedback.
CyrusNajmabadi
committed
93ff9e6
View commit details
Copy full SHA for 93ff9e6
View code at this point
Browse repository at this point
Merge branch 'master' into classExpressions
CyrusNajmabadi
committed
478ac3d
View commit details
Copy full SHA for 478ac3d
View code at this point
Browse repository at this point
Merge pull request #2550 from Microsoft/separateCompilation
Show description for f239bbc
vladima
committed
f239bbc
View commit details
Copy full SHA for f239bbc
View code at this point
Browse repository at this point
Add explanatory comment.
CyrusNajmabadi
committed
785cb55
View commit details
Copy full SHA for 785cb55
View code at this point
Browse repository at this point
Remove blank line.
CyrusNajmabadi
committed
99581fe
View commit details
Copy full SHA for 99581fe
View code at this point
Browse repository at this point
Fix comment.
CyrusNajmabadi
committed
c59ce68
View commit details
Copy full SHA for c59ce68
View code at this point
Browse repository at this point
Add support for semicolons in class bodies
CyrusNajmabadi
committed
b363a45
View commit details
Copy full SHA for b363a45
View code at this point
Browse repository at this point
Add support for parsing and emitting class expressions.
CyrusNajmabadi
committed
f7aaf09
View commit details
Copy full SHA for f7aaf09
View code at this point
Browse repository at this point
Introduce a new HeritageClauseElment type.
Show description for a1e18fc
CyrusNajmabadi
committed
a1e18fc
View commit details
Copy full SHA for a1e18fc
View code at this point
Browse repository at this point
Expose readConfigFile and parseConfigFile
mhegazy
committed
18d8fed
View commit details
Copy full SHA for 18d8fed
View code at this point
Browse repository at this point
Remove unsed options
mhegazy
committed
cebe42b
View commit details
Copy full SHA for cebe42b
View code at this point
Browse repository at this point
disallow ambient const enums in 'separate compilation' mode
vladima
committed
49b3f85
View commit details
Copy full SHA for 49b3f85
View code at this point
Browse repository at this point
do not include declaration files in 'is external module' check
vladima
committed
c885f59
View commit details
Copy full SHA for c885f59
View code at this point
Browse repository at this point
Ensure export= is emitted correctelly in declaration files
mhegazy
committed
757257b
View commit details
Copy full SHA for 757257b
View code at this point
Browse repository at this point
addressed CR feedback, accepted baselines
vladima
committed
4b7e6cf
View commit details
Copy full SHA for 4b7e6cf
View code at this point
Browse repository at this point
Commits on Mar 30, 2015
Merge branch 'master' into allowDestructuringInAmbient
Yui T
committed
a26368a
View commit details
Copy full SHA for a26368a
View code at this point
Browse repository at this point
Fix emit trailing comma for array binding pattern for varaible declaration
Yui T
committed
8320bca
View commit details
Copy full SHA for 8320bca
View code at this point
Browse repository at this point
Merge pull request #2512 from Microsoft/versionUpdate
Show description for b180324
mhegazy
committed
b180324
View commit details
Copy full SHA for b180324
View code at this point
Browse repository at this point
Emit ommittedExpression in binding pattern
Yui T
committed
1f055b9
View commit details
Copy full SHA for 1f055b9
View code at this point
Browse repository at this point
Merge branch 'master' into separateCompilation
vladima
committed
d2d3f1e
View commit details
Copy full SHA for d2d3f1e
View code at this point
Browse repository at this point
Merge branch 'master' into exportDefault
Show description for 6e169d5
ahejlsberg
committed
6e169d5
View commit details
Copy full SHA for 6e169d5
View code at this point
Browse repository at this point
Emit generated name for unnamed default function in down-level code
ahejlsberg
committed
3a72c00
View commit details
Copy full SHA for 3a72c00
View code at this point
Browse repository at this point
Commits on Mar 29, 2015
Fix export.default assignment for export default class/function
ahejlsberg
committed
2dfe32a
View commit details
Copy full SHA for 2dfe32a
View code at this point
Browse repository at this point
Merge branch 'master' into forOfLengthCache
Show description for 3b35473
CyrusNajmabadi
committed
3b35473
View commit details
Copy full SHA for 3b35473
View code at this point
Browse repository at this point
Remove experimental flag to cache for-of length checks.
CyrusNajmabadi
committed
7fff53c
View commit details
Copy full SHA for 7fff53c
View code at this point
Browse repository at this point
Merge branch 'master' into preserveNewLines3
Show description for 62460ae
CyrusNajmabadi
committed
62460ae
View commit details
Copy full SHA for 62460ae
View code at this point
Browse repository at this point
Commits on Mar 27, 2015
Fix: File watchers not being disposed in -watch mode
ahejlsberg
committed
d15278b
View commit details
Copy full SHA for d15278b
View code at this point
Browse repository at this point
Merge pull request #2514 from Microsoft/simplifyTempLogic
Show description for 4894fee
ahejlsberg
committed
4894fee
View commit details
Copy full SHA for 4894fee
View code at this point
Browse repository at this point
Commits on Mar 26, 2015
Addressing CR feedback
ahejlsberg
committed
4788581
View commit details
Copy full SHA for 4788581
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.