Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
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
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
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 or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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 }}
NickArnott
/
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
0
Wiki
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit History
Commits on Mar 4, 2016
Merge pull request #7392 from Microsoft/declarationEmitFixes
Show description for a535460
mhegazy
committed
a535460
Copy full SHA for a535460
Code review comments
mhegazy
committed
1564049
Copy full SHA for 1564049
Fix #4506: Remove assert to allow for invalid patterns already flagged erlier by the checker
mhegazy
committed
15f07e6
Copy full SHA for 15f07e6
Fix #3810: Handel expressions in extends clauses
mhegazy
committed
3bb2c57
Copy full SHA for 3bb2c57
Fix #5651: Get the correct meaning for expressions in extends clauses
mhegazy
committed
c98c763
Copy full SHA for c98c763
Commits on Mar 3, 2016
Merge pull request #7309 from RyanCavanaugh/fix6878
Show description for 311f8dd
RyanCavanaugh
committed
311f8dd
Copy full SHA for 311f8dd
Fix #7173: Widen the type do the defualt export expression before writing it out.
mhegazy
committed
baa0401
Copy full SHA for baa0401
Merge pull request #7383 from Microsoft/removeCachePathFromDiscoverTypings
Show description for fcfc411
jramsay
committed
fcfc411
Copy full SHA for fcfc411
Removing cachePath from discoverTypings and DiscoverTypingsInfo.
Show description for ae2b7c2
jramsay
committed
ae2b7c2
Copy full SHA for ae2b7c2
Merge pull request #7358 from martine/empty-return
Show description for 0cba37d
mhegazy
committed
0cba37d
Copy full SHA for 0cba37d
Merge pull request #7373 from Microsoft/limitInferenceDepth
Show description for 744e510
vladima
committed
744e510
Copy full SHA for 744e510
in noImplicitReturns mode, also disallow "return;"
Show description for 5132ea6
evmar
committed
5132ea6
Copy full SHA for 5132ea6
set the maximum depth to explore during type inference
vladima
committed
1589e4f
Copy full SHA for 1589e4f
Merge pull request #7371 from Microsoft/checkForWatchFile
Show description for 24c47f1
mhegazy
committed
24c47f1
Copy full SHA for 24c47f1
Fix #7362: check for --watchFile in tsconfig.json as well as on the commandline
mhegazy
committed
30a6a33
Copy full SHA for 30a6a33
Merge pull request #7350 from basarat/patch-1
Show description for 0f6dbd0
mhegazy
committed
0f6dbd0
Copy full SHA for 0f6dbd0
Commits on Mar 2, 2016
fix(build) `TypingResolutionHost` interface is used by exported function `discoverTypings`
basarat
committed
1bebc71
Copy full SHA for 1bebc71
Merge pull request #7348 from Vinatorul/issue6540
Show description for d6c5606
DanielRosenwasser
committed
d6c5606
Copy full SHA for d6c5606
Added new diagnostics message to clarify error for type guards
Show description for 694a48c
Vinatorul
committed
694a48c
Copy full SHA for 694a48c
Merge pull request #7179 from Microsoft/jsTypingForAcquireDts
Show description for de47fcc
jramsay
committed
de47fcc
Copy full SHA for de47fcc
- Adding new lines after { for single-line if statements
Show description for e8772bc
jramsay
committed
e8772bc
Copy full SHA for e8772bc
Merge pull request #7328 from Microsoft/flipSidesInSignatureCheck
Show description for f34dcdd
vladima
committed
f34dcdd
Copy full SHA for f34dcdd
- Removing filesToWatch from getTypingNamesFromNodeModuleFolder.
Show description for 4bbdf2a
jramsay
committed
4bbdf2a
Copy full SHA for 4bbdf2a
- Adding DiscoverTypingsSettings
Show description for 6aad783
jramsay
committed
6aad783
Copy full SHA for 6aad783
Merge pull request #7329 from Microsoft/allowFallFromLastCase
Show description for b3552c6
vladima
committed
b3552c6
Copy full SHA for b3552c6
Commits on Mar 1, 2016
allow fallthrough from the last case of the switch
vladima
committed
568e2aa
Copy full SHA for 568e2aa
flip sides source and target when we check signature relations
vladima
committed
0ef2b9e
Copy full SHA for 0ef2b9e
Don't crash
RyanCavanaugh
committed
65f09d6
Copy full SHA for 65f09d6
Merge pull request #7326 from RyanCavanaugh/fix4577
Show description for fe483a6
RyanCavanaugh
committed
fe483a6
Copy full SHA for fe483a6
Show aliases (e.g. imports) in JSX tag completion positions
Show description for 6cdbc6c
RyanCavanaugh
committed
6cdbc6c
Copy full SHA for 6cdbc6c
Update to push types through as well
RyanCavanaugh
committed
1f9153f
Copy full SHA for 1f9153f
Merge pull request #7283 from Microsoft/noRedundantContinue
Show description for 1e2d477
vladima
committed
1e2d477
Copy full SHA for 1e2d477
- replacing TryParseJson with existing readConfig
Show description for b3ceea3
jramsay
committed
b3ceea3
Copy full SHA for b3ceea3
Merge pull request #7324 from Microsoft/port7310
Show description for cb5e7f0
billti
committed
cb5e7f0
Copy full SHA for cb5e7f0
Changed how parserContextFlags are handled in tests
Show description for cbd7336
billti
committed
cbd7336
Copy full SHA for cbd7336
Pagination
Previous
Next
You can’t perform that action at this time.