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 }}
santee
/
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 3, 2016
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
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
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
Fix failing JSDocParser tests
Show description for 086fb0e
billti
committed
086fb0e
Copy full SHA for 086fb0e
Add JavaScriptFile to ContextFlags
Show description for 7dcdb82
billti
committed
7dcdb82
Copy full SHA for 7dcdb82
Merge pull request #7308 from RyanCavanaugh/fix7286
Show description for c531fcb
RyanCavanaugh
committed
c531fcb
Copy full SHA for c531fcb
Don't crash if there's no JSX.Element during SFC resolution
Show description for b82ff93
RyanCavanaugh
committed
b82ff93
Copy full SHA for b82ff93
Commits on Feb 29, 2016
Merge pull request #7298 from Microsoft/contextually-type-binding-initializers
Show description for 8a72229
sandersn
committed
8a72229
Copy full SHA for 8a72229
Remove mistakenly added webTestServer files
sandersn
committed
4c4bc61
Copy full SHA for 4c4bc61
Support string literals+computed property names
Show description for 42cc565
sandersn
committed
42cc565
Copy full SHA for 42cc565
Merge pull request #7299 from Microsoft/avoid-escape
Show description for 98a2458
DanielRosenwasser
committed
98a2458
Copy full SHA for 98a2458
Use single-quoted strings in certain places.
DanielRosenwasser
committed
dbf8b02
Copy full SHA for dbf8b02
Allow single quoted strings when double quotes would otherwise need to be escaped.
DanielRosenwasser
committed
e23c023
Copy full SHA for e23c023
Update baselines after merging with master
sandersn
committed
70e9e09
Copy full SHA for 70e9e09
Add test cases and baselines.
sandersn
committed
0d37241
Copy full SHA for 0d37241
Contextually type initializers of binding elements
Show description for c68947e
sandersn
committed
c68947e
Copy full SHA for c68947e
- Removing ts. from jsTyping.js
Show description for 0346a98
jramsay
committed
0346a98
Copy full SHA for 0346a98
Commits on Feb 28, 2016
do not emit explicit 'continue' in converted loops
vladima
committed
24511ad
Copy full SHA for 24511ad
Commits on Feb 26, 2016
Adding optionalDependencies and peerDependencies to the list typings to merge in if present.
jramsay
committed
f76ef47
Copy full SHA for f76ef47
Merge pull request #7262 from Microsoft/stop-destructuring-private-properties
Show description for 5e53ba0
sandersn
committed
5e53ba0
Copy full SHA for 5e53ba0
Pagination
Previous
Next
You can’t perform that action at this time.