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 }}
dfahlander
/
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
systemModule
User selector
All users
Datepicker
All time
Commit history
Commits on Apr 24, 2015
addressed PR feedback
vladima
committed
af89255
View commit details
Copy full SHA for af89255
Browse repository at this point
merge with master
vladima
committed
b1cc06e
View commit details
Copy full SHA for b1cc06e
Browse repository at this point
Commits on Apr 23, 2015
Merge pull request #2897 from Microsoft/fixThisInDecoratorHelpers
Show description for f53e6a8
rbuckton
committed
f53e6a8
View commit details
Copy full SHA for f53e6a8
Browse repository at this point
Updated LKG
rbuckton
committed
983b82d
View commit details
Copy full SHA for 983b82d
Browse repository at this point
Fixes his in decorator helpers
rbuckton
committed
1c40032
View commit details
Copy full SHA for 1c40032
Browse repository at this point
Merge pull request #2877 from Microsoft/tsconfigSupportInLS
Show description for 3907cae
paulvanbrenk
committed
3907cae
View commit details
Copy full SHA for 3907cae
Browse repository at this point
Updated LKG
rbuckton
committed
a906076
View commit details
Copy full SHA for a906076
Browse repository at this point
Merge pull request #2895 from Microsoft/reservedNamesImportsExports
Show description for f83efcc
DanielRosenwasser
committed
f83efcc
View commit details
Copy full SHA for f83efcc
Browse repository at this point
Merge pull request #2892 from Microsoft/lazyGlobalDecoratorTypes
Show description for bc5e5a2
rbuckton
committed
bc5e5a2
View commit details
Copy full SHA for bc5e5a2
Browse repository at this point
Added test.
DanielRosenwasser
committed
938cfde
View commit details
Copy full SHA for 938cfde
Browse repository at this point
Accepted baselines.
DanielRosenwasser
committed
e0c44db
View commit details
Copy full SHA for e0c44db
Browse repository at this point
Fixed checks to use isReservedNameInStrictMode.
DanielRosenwasser
committed
a0cb5a1
View commit details
Copy full SHA for a0cb5a1
Browse repository at this point
Added test.
DanielRosenwasser
committed
9abfc3b
View commit details
Copy full SHA for 9abfc3b
Browse repository at this point
Merge branch 'master' into tsconfigSupportInLS
Paul van Brenk
committed
42c1bdd
View commit details
Copy full SHA for 42c1bdd
Browse repository at this point
Don't double wrap exceptions.
Paul van Brenk
committed
a3885e5
View commit details
Copy full SHA for a3885e5
Browse repository at this point
Merge branch 'master' of https://github.com/Microsoft/TypeScript
Paul van Brenk
committed
f5b7543
View commit details
Copy full SHA for f5b7543
Browse repository at this point
Added tests for 1.0 lib and missing decorator type
rbuckton
committed
ed644dd
View commit details
Copy full SHA for ed644dd
Browse repository at this point
Lazy resolution of global decorator types
rbuckton
committed
a9e79bf
View commit details
Copy full SHA for a9e79bf
Browse repository at this point
Merge branch 'csnover-fix-2036'
mhegazy
committed
b66a32f
View commit details
Copy full SHA for b66a32f
Browse repository at this point
update error messages
mhegazy
committed
ded0e39
View commit details
Copy full SHA for ded0e39
Browse repository at this point
Add more tests
mhegazy
committed
5172c17
View commit details
Copy full SHA for 5172c17
Browse repository at this point
Merge branch 'fix-2036' of https://github.com/csnover/TypeScript into csnover-fix-2036
mhegazy
committed
ae4474a
View commit details
Copy full SHA for ae4474a
Browse repository at this point
correct the slashes for a new line.
Paul van Brenk
committed
b647760
View commit details
Copy full SHA for b647760
Browse repository at this point
Merge pull request #2886 from Microsoft/formattingTypeAliases
Show description for 4e78464
vladima
committed
4e78464
View commit details
Copy full SHA for 4e78464
Browse repository at this point
Merge pull request #2891 from Microsoft/libCommentChange
Show description for ee6263d
mhegazy
committed
ee6263d
View commit details
Copy full SHA for ee6263d
Browse repository at this point
Fix #2837: remove (y, x) from the comment
mhegazy
committed
f96dbd1
View commit details
Copy full SHA for f96dbd1
Browse repository at this point
fixed formatting for equals token in type aliases
vladima
committed
05b95c3
View commit details
Copy full SHA for 05b95c3
Browse repository at this point
More refactoring
Paul van Brenk
committed
8955d7b
View commit details
Copy full SHA for 8955d7b
Browse repository at this point
Minor clean up to make it more readable.
Paul van Brenk
committed
f8424d0
View commit details
Copy full SHA for f8424d0
Browse repository at this point
Commits on Apr 22, 2015
Improve error message when encountering an invalid tsconfig.json file.
Paul van Brenk
committed
5c44a0f
View commit details
Copy full SHA for 5c44a0f
Browse repository at this point
Merge pull request #2875 from Microsoft/incrementor
Show description for 60afbc1
JsonFreeman
committed
60afbc1
View commit details
Copy full SHA for 60afbc1
Browse repository at this point
Merge pull request #2874 from Microsoft/iteratorTypeFix
Show description for aae129f
JsonFreeman
committed
aae129f
View commit details
Copy full SHA for aae129f
Browse repository at this point
Merge branch 'master' of https://github.com/Microsoft/TypeScript into iteratorTypeFix
JsonFreeman
committed
966c337
View commit details
Copy full SHA for 966c337
Browse repository at this point
Add error handling.
Paul van Brenk
committed
b1472d9
View commit details
Copy full SHA for b1472d9
Browse repository at this point
Merge pull request #2804 from Microsoft/unionPropertyAccess
Show description for 4a98c46
ahejlsberg
committed
4a98c46
View commit details
Copy full SHA for 4a98c46
Browse repository at this point
Previous
Next
You can’t perform that action at this time.