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 }}
jsoref
/
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
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
TypeScript
src
compiler
on
removePredicateTypiness
User selector
All users
Datepicker
All time
Commit history
Commits on Jan 30, 2016
Removed trailing whitespace for linter.
DanielRosenwasser
committed
b7778c1
View commit details
Copy full SHA for b7778c1
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
6535809
View commit details
Copy full SHA for 6535809
View code at this point
Browse repository at this point
Use names of accessors instead of their entire spans.
DanielRosenwasser
committed
2195798
View commit details
Copy full SHA for 2195798
View code at this point
Browse repository at this point
Minor rename.
DanielRosenwasser
committed
3489c55
View commit details
Copy full SHA for 3489c55
View code at this point
Browse repository at this point
Error on nodes which should not have type predicates.
DanielRosenwasser
committed
f1656b3
View commit details
Copy full SHA for f1656b3
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
db05c05
View commit details
Copy full SHA for db05c05
View code at this point
Browse repository at this point
Merge pull request #6711 from Microsoft/port5833
Show description for c7a3cb6
yuit
committed
c7a3cb6
View commit details
Copy full SHA for c7a3cb6
View code at this point
Browse repository at this point
Commits on Jan 29, 2016
Merge pull request #6736 from Microsoft/crossFileDeclarationMerging
Show description for 927c8af
vladima
committed
927c8af
View commit details
Copy full SHA for 927c8af
View code at this point
Browse repository at this point
Merge pull request #6688 from guybedford/system-module-id
Show description for 3bfc6a0
mhegazy
authored and
vladima
committed
3bfc6a0
View commit details
Copy full SHA for 3bfc6a0
View code at this point
Browse repository at this point
Update baselines
Kanchalai Tanglertsampan
committed
6b68b31
View commit details
Copy full SHA for 6b68b31
View code at this point
Browse repository at this point
Simplify giving error message and remove unnecessary error
Kanchalai Tanglertsampan
committed
c084cff
View commit details
Copy full SHA for c084cff
View code at this point
Browse repository at this point
Address comments
Yui T
committed
32ae0b0
View commit details
Copy full SHA for 32ae0b0
View code at this point
Browse repository at this point
Update baseline with new error message number and fix space and comment
Yui T
committed
d89b9df
View commit details
Copy full SHA for d89b9df
View code at this point
Browse repository at this point
Address PR feedback
Show description for 40ba1be
Yui T
committed
40ba1be
View commit details
Copy full SHA for 40ba1be
View code at this point
Browse repository at this point
Fix where to report on error. Move from constructor node to just super node
Show description for 648ce18
Yui T
committed
648ce18
View commit details
Copy full SHA for 648ce18
View code at this point
Browse repository at this point
Commits on Jan 28, 2016
Merge pull request #6704 from Microsoft/isRequireCall_fix
Show description for 37dafcd
vladima
committed
37dafcd
View commit details
Copy full SHA for 37dafcd
View code at this point
Browse repository at this point
Update version
mhegazy
committed
15bc82c
View commit details
Copy full SHA for 15bc82c
View code at this point
Browse repository at this point
Merge pull request #6683 from Microsoft/strip_quotes_in_modules_names
Show description for 427825f
vladima
committed
427825f
View commit details
Copy full SHA for 427825f
View code at this point
Browse repository at this point
Revert "Update version"
Show description for 2453e54
mhegazy
committed
2453e54
View commit details
Copy full SHA for 2453e54
View code at this point
Browse repository at this point
Commits on Jan 27, 2016
Merge pull request #6672 from Microsoft/port-6553
Show description for bcc7a78
vladima
committed
bcc7a78
View commit details
Copy full SHA for bcc7a78
View code at this point
Browse repository at this point
Fixed typo in diagnostic message name
rbuckton
committed
ff4c488
View commit details
Copy full SHA for ff4c488
View code at this point
Browse repository at this point
Comments and messages
rbuckton
committed
81d682a
View commit details
Copy full SHA for 81d682a
View code at this point
Browse repository at this point
Added error when return type is not the global Promise
rbuckton
committed
66ad2e8
View commit details
Copy full SHA for 66ad2e8
View code at this point
Browse repository at this point
Error for Promise redeclaration in module with async
rbuckton
committed
40bac6d
View commit details
Copy full SHA for 40bac6d
View code at this point
Browse repository at this point
Merge pull request #6553 from Microsoft/handleNestedBlockScopedName
Show description for 16d4039
vladima
committed
16d4039
View commit details
Copy full SHA for 16d4039
View code at this point
Browse repository at this point
Merge pull request #6634 from Microsoft/port_6628
Show description for a5a9655
vladima
committed
a5a9655
View commit details
Copy full SHA for a5a9655
View code at this point
Browse repository at this point
Merge pull request #6628 from Microsoft/thisTypeAsConstraint
Show description for ef615bc
vladima
committed
ef615bc
View commit details
Copy full SHA for ef615bc
View code at this point
Browse repository at this point
Address PR
Yui T
committed
ac390fe
View commit details
Copy full SHA for ac390fe
View code at this point
Browse repository at this point
Address PR
Kanchalai Tanglertsampan
committed
b499a03
View commit details
Copy full SHA for b499a03
View code at this point
Browse repository at this point
Address PR
Yui T
committed
540ae01
View commit details
Copy full SHA for 540ae01
View code at this point
Browse repository at this point
Add tests
Yui T
committed
b3c2364
View commit details
Copy full SHA for b3c2364
View code at this point
Browse repository at this point
Fix prefix double underscore with extra underscore
Yui T
committed
7bd336d
View commit details
Copy full SHA for 7bd336d
View code at this point
Browse repository at this point
Commits on Jan 26, 2016
Added comments for new flags in types.ts
rbuckton
committed
05803f5
View commit details
Copy full SHA for 05803f5
View code at this point
Browse repository at this point
Merge branch 'master' into alternateFixSuperInAsyncMethod
rbuckton
committed
da6aadb
View commit details
Copy full SHA for da6aadb
View code at this point
Browse repository at this point
Moved isSuperPropertyOrElementAccess to utilities
rbuckton
committed
b00cae8
View commit details
Copy full SHA for b00cae8
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.