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 }}
hellochar
/
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
on
this-function-types
User selector
All users
Datepicker
All time
Commit history
Commits on Feb 16, 2016
Merge branch 'master' into this-function-types
sandersn
committed
e7aa7e4
View commit details
Copy full SHA for e7aa7e4
View code at this point
Browse repository at this point
Address more comments and remove temp test.
Show description for a014edf
sandersn
committed
a014edf
View commit details
Copy full SHA for a014edf
View code at this point
Browse repository at this point
Merge pull request #7068 from Microsoft/relativeNamesInClassicResolution
Show description for 3820dfa
vladima
committed
3820dfa
View commit details
Copy full SHA for 3820dfa
View code at this point
Browse repository at this point
Merge pull request #7067 from Microsoft/removePredicateTypinessToMaster
Show description for 4353865
DanielRosenwasser
committed
4353865
View commit details
Copy full SHA for 4353865
View code at this point
Browse repository at this point
Merge pull request #7070 from Microsoft/fixTsconfigModuleOptions
Show description for fc63b5f
DanielRosenwasser
committed
fc63b5f
View commit details
Copy full SHA for fc63b5f
View code at this point
Browse repository at this point
Merge pull request #6881 from Microsoft/issue6872
Show description for 9cc092a
billti
committed
9cc092a
View commit details
Copy full SHA for 9cc092a
View code at this point
Browse repository at this point
Merge pull request #7033 from Microsoft/port6860
Show description for 9e60af8
yuit
committed
9e60af8
View commit details
Copy full SHA for 9e60af8
View code at this point
Browse repository at this point
Commits on Feb 13, 2016
Fixed wording and updated tests
billti
committed
fe60490
View commit details
Copy full SHA for fe60490
View code at this point
Browse repository at this point
Merge branch 'master' into issue6872
billti
committed
a4d7883
View commit details
Copy full SHA for a4d7883
View code at this point
Browse repository at this point
Merge pull request #7062 from Microsoft/useAccessorNamesForErrors
Show description for c7fcd02
DanielRosenwasser
committed
c7fcd02
View commit details
Copy full SHA for c7fcd02
View code at this point
Browse repository at this point
Set experimentalDecorators warning for JavaScript
billti
committed
ed7abcc
View commit details
Copy full SHA for ed7abcc
View code at this point
Browse repository at this point
Allow decorators in JavaScript files
billti
committed
f601e6d
View commit details
Copy full SHA for f601e6d
View code at this point
Browse repository at this point
Merge pull request #7065 from Microsoft/fixNodeResolutionForUnspecifiedModuleKind
Show description for 977adde
billti
committed
977adde
View commit details
Copy full SHA for 977adde
View code at this point
Browse repository at this point
Remove the 'module' option from 'tsconfig.json' files.
DanielRosenwasser
committed
c5d5d13
View commit details
Copy full SHA for c5d5d13
View code at this point
Browse repository at this point
Remove unnecessary option from harness
billti
committed
1121098
View commit details
Copy full SHA for 1121098
View code at this point
Browse repository at this point
classic resolution: don't perform folder walk if module name is relative
vladima
committed
9960064
View commit details
Copy full SHA for 9960064
View code at this point
Browse repository at this point
Commits on Feb 12, 2016
Fix fallback to classic resolution
billti
committed
e03a45a
View commit details
Copy full SHA for e03a45a
View code at this point
Browse repository at this point
Addressed CR feedback.
DanielRosenwasser
committed
f944d3e
View commit details
Copy full SHA for f944d3e
View code at this point
Browse repository at this point
Removed trailing whitespace for linter.
DanielRosenwasser
committed
ab5bc71
View commit details
Copy full SHA for ab5bc71
View code at this point
Browse repository at this point
Actually, it makes more sense to error on the predicate annotation than anything else.
DanielRosenwasser
committed
b191a00
View commit details
Copy full SHA for b191a00
View code at this point
Browse repository at this point
Minor rename.
DanielRosenwasser
committed
ec0eabb
View commit details
Copy full SHA for ec0eabb
View code at this point
Browse repository at this point
Error on nodes which should not have type predicates.
DanielRosenwasser
committed
7c7e2aa
View commit details
Copy full SHA for 7c7e2aa
View code at this point
Browse repository at this point
Move type predicates back onto signatures, remove narrowing for property/get type guards.
DanielRosenwasser
committed
cf13a71
View commit details
Copy full SHA for cf13a71
View code at this point
Browse repository at this point
Use names of accessors instead of their entire spans.
DanielRosenwasser
committed
2d93305
View commit details
Copy full SHA for 2d93305
View code at this point
Browse repository at this point
Address PR
Kanchalai Tanglertsampan
committed
81b0bae
View commit details
Copy full SHA for 81b0bae
View code at this point
Browse repository at this point
Fix rwc in including files into compilation
Kanchalai Tanglertsampan
committed
6e753f3
View commit details
Copy full SHA for 6e753f3
View code at this point
Browse repository at this point
Merge pull request #7034 from Microsoft/portCommonJSDefault
Show description for 02df499
billti
committed
02df499
View commit details
Copy full SHA for 02df499
View code at this point
Browse repository at this point
Fixed watcher for rename operations, and for allowJs in config file
Show description for cc76f0f
billti
committed
cc76f0f
View commit details
Copy full SHA for cc76f0f
View code at this point
Browse repository at this point
Merge pull request #7030 from RyanCavanaugh/fix7020
Show description for cf8432c
RyanCavanaugh
committed
cf8432c
View commit details
Copy full SHA for cf8432c
View code at this point
Browse repository at this point
address PR feedback
vladima
committed
b18cbc6
View commit details
Copy full SHA for b18cbc6
View code at this point
Browse repository at this point
fix 'fileExists' check by using stat directly
vladima
committed
354e650
View commit details
Copy full SHA for 354e650
View code at this point
Browse repository at this point
Commits on Feb 11, 2016
Remove incorrect commment resulting from merging
Kanchalai Tanglertsampan
committed
0aad5e5
View commit details
Copy full SHA for 0aad5e5
View code at this point
Browse repository at this point
fix falling tests and linter issues
Show description for 7d2ce0f
vladima
authored and
billti
committed
7d2ce0f
View commit details
Copy full SHA for 7d2ce0f
View code at this point
Browse repository at this point
Added module: none as an option
Show description for 9d008fe
billti
committed
9d008fe
View commit details
Copy full SHA for 9d008fe
View code at this point
Browse repository at this point
Dont default to CommonJS modules for ES6 target
Show description for 6a8ccd0
billti
committed
6a8ccd0
View commit details
Copy full SHA for 6a8ccd0
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.