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 }}
imskojs
/
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
master
User selector
All users
Datepicker
All time
Commit history
Commits on Apr 8, 2016
Merge pull request #7883 from Microsoft/listEmittedFiles2
Show description for 58efc2e
paulvanbrenk
committed
58efc2e
View commit details
Copy full SHA for 58efc2e
Browse repository at this point
Commits on Apr 7, 2016
Remove message from 'help'
Paul van Brenk
committed
097adc6
View commit details
Copy full SHA for 097adc6
Browse repository at this point
use temp variable for current dir.
Show description for 8d08be8
Paul van Brenk
committed
8d08be8
View commit details
Copy full SHA for 8d08be8
Browse repository at this point
Merge pull request #7619 from zhengbli/updateDom20160321
Show description for b9c4b02
Zhengbo Li
committed
b9c4b02
View commit details
Copy full SHA for b9c4b02
Browse repository at this point
Ensure the listed files have absolute paths.
Paul van Brenk
committed
40b22b2
View commit details
Copy full SHA for 40b22b2
Browse repository at this point
CR Feedback
Paul van Brenk
committed
88a8992
View commit details
Copy full SHA for 88a8992
Browse repository at this point
Merge pull request #7924 from Microsoft/correctStrictPrologueCheck
Show description for 9b6f8d1
DanielRosenwasser
committed
9b6f8d1
View commit details
Copy full SHA for 9b6f8d1
Browse repository at this point
Fix rwc (#7895)
Show description for f0a996e
yuit
committed
f0a996e
View commit details
Copy full SHA for f0a996e
Browse repository at this point
Merge pull request #6739 from Microsoft/this-function-types
Show description for 3704ad7
sandersn
committed
3704ad7
View commit details
Copy full SHA for 3704ad7
Browse repository at this point
Add contextual typing test with `this` specified
sandersn
committed
6c735b5
View commit details
Copy full SHA for 6c735b5
Browse repository at this point
Accepted baselines.
DanielRosenwasser
committed
1d16356
View commit details
Copy full SHA for 1d16356
Browse repository at this point
Ensure that the entire contents are simply 'use strict'.
DanielRosenwasser
committed
e9e8837
View commit details
Copy full SHA for e9e8837
Browse repository at this point
Accepted baselines.
DanielRosenwasser
committed
dbaa6e1
View commit details
Copy full SHA for dbaa6e1
Browse repository at this point
Added test.
DanielRosenwasser
committed
26e1d8d
View commit details
Copy full SHA for 26e1d8d
Browse repository at this point
Sync with TSJS repo
Zhengbo Li
authored and
Zhengbo Li
committed
3e78ff0
View commit details
Copy full SHA for 3e78ff0
Browse repository at this point
Commits on Apr 6, 2016
Whitespace fix
Paul van Brenk
committed
340051f
View commit details
Copy full SHA for 340051f
Browse repository at this point
Add option to list the emitted as part of the compiler output.
Show description for 5363b2d
Paul van Brenk
committed
5363b2d
View commit details
Copy full SHA for 5363b2d
Browse repository at this point
Merge pull request #7836 from zhengbli/fixFileCasingForTsc
Show description for 3acff6d
Zhengbo Li
committed
3acff6d
View commit details
Copy full SHA for 3acff6d
Browse repository at this point
Commits on Apr 5, 2016
Merge pull request #7835 from Microsoft/fix7810
Show description for 65fdfd2
mhegazy
committed
65fdfd2
View commit details
Copy full SHA for 65fdfd2
Browse repository at this point
Adress PR: add nullability to signature
Kanchalai Tanglertsampan
committed
71994dd
View commit details
Copy full SHA for 71994dd
Browse repository at this point
Not use toPath in tsc when dealing with file watching
Zhengbo Li
committed
9002810
View commit details
Copy full SHA for 9002810
Browse repository at this point
Add nullability into signature
Kanchalai Tanglertsampan
committed
95d4983
View commit details
Copy full SHA for 95d4983
Browse repository at this point
Move PropertyKey from es5 to es2015.core
Show description for 988063e
yuit
committed
988063e
View commit details
Copy full SHA for 988063e
Browse repository at this point
Adjustmodularize lib
Show description for 11887cc
yuit
committed
11887cc
View commit details
Copy full SHA for 11887cc
Browse repository at this point
Commits on Apr 4, 2016
Merge branch 'master' of https://github.com/Microsoft/TypeScript
mhegazy
committed
cafe821
View commit details
Copy full SHA for cafe821
Browse repository at this point
Use isWatchSet to test for options.watch
mhegazy
committed
523529c
View commit details
Copy full SHA for 523529c
Browse repository at this point
Merge pull request #7813 from Microsoft/exportDefaultAssignmentExpression
Show description for 8b203ec
sheetalkamat
committed
8b203ec
View commit details
Copy full SHA for 8b203ec
Browse repository at this point
Emit "declare" for temp default var name only if declaration file emit context allows
Show description for 592a4b9
sheetalkamat
committed
592a4b9
View commit details
Copy full SHA for 592a4b9
Browse repository at this point
Test cases for when default temp var is inserted for export default in the declaration file
sheetalkamat
committed
75ef677
View commit details
Copy full SHA for 75ef677
Browse repository at this point
Merge pull request #7713 from Microsoft/Fix7703
Show description for 5fe809b
mhegazy
committed
5fe809b
View commit details
Copy full SHA for 5fe809b
Browse repository at this point
Merge branch 'vilic-master'
mhegazy
committed
f1f6317
View commit details
Copy full SHA for f1f6317
Browse repository at this point
Merge branch 'master' of https://github.com/vilic/TypeScript into vilic-master
mhegazy
committed
4b5618b
View commit details
Copy full SHA for 4b5618b
Browse repository at this point
Code review comments
mhegazy
committed
eb7ece5
View commit details
Copy full SHA for eb7ece5
Browse repository at this point
Commits on Apr 1, 2016
Fix == typo and add object literal 'this' test
sandersn
committed
921d5f8
View commit details
Copy full SHA for 921d5f8
Browse repository at this point
Forbid ConstructType as part of 'no this in constructors'
sandersn
committed
2a9f39b
View commit details
Copy full SHA for 2a9f39b
Browse repository at this point
Previous
Next
You can’t perform that action at this time.