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 }}
bowei
/
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
compiler
on
tupleTypes
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 16, 2014
Contextual typing of array literals is now based on the presence or absence
Show description for 63b83e7
ahejlsberg
committed
63b83e7
View commit details
Copy full SHA for 63b83e7
View code at this point
Browse repository at this point
Merge branch 'master' into tupleTypes
Show description for 0cf503f
ahejlsberg
committed
0cf503f
View commit details
Copy full SHA for 0cf503f
View code at this point
Browse repository at this point
Commits on Aug 15, 2014
Merge pull request #460 from Microsoft/noArrowLookahead
Show description for eea8409
ahejlsberg
committed
eea8409
View commit details
Copy full SHA for eea8409
View code at this point
Browse repository at this point
merge with mastr
vladima
committed
a271b94
View commit details
Copy full SHA for a271b94
View code at this point
Browse repository at this point
Removed lookahead for simple arrow function expressions.
ahejlsberg
committed
dcddb50
View commit details
Copy full SHA for dcddb50
View code at this point
Browse repository at this point
Revert "Merge pull request #444 from Microsoft/newCompilerLS"
Show description for a1b7c4f
CyrusNajmabadi
committed
a1b7c4f
View commit details
Copy full SHA for a1b7c4f
View code at this point
Browse repository at this point
Commits on Aug 14, 2014
Merge pull request #453 from Microsoft/reportMemoryUsage
Show description for 2775fc2
ahejlsberg
committed
2775fc2
View commit details
Copy full SHA for 2775fc2
View code at this point
Browse repository at this point
Making sys.getMemoryUsage optional.
ahejlsberg
committed
7d3c006
View commit details
Copy full SHA for 7d3c006
View code at this point
Browse repository at this point
Include memory usage in -diagnostics report
ahejlsberg
committed
4d62b48
View commit details
Copy full SHA for 4d62b48
View code at this point
Browse repository at this point
Merge pull request #381 from branch 'remote/privacyErrors'
Show description for f622cb4
sheetalkamat
committed
f622cb4
View commit details
Copy full SHA for f622cb4
View code at this point
Browse repository at this point
Remove unnecessary sort call in alias declarations that get written
sheetalkamat
committed
e26d9e5
View commit details
Copy full SHA for e26d9e5
View code at this point
Browse repository at this point
Commits on Aug 13, 2014
added comment to fullTypeCheck parameter
vladima
committed
8475a33
View commit details
Copy full SHA for 8475a33
View code at this point
Browse repository at this point
Merge branch 'master' into newCompilerLS
Show description for 088e586
CyrusNajmabadi
committed
088e586
View commit details
Copy full SHA for 088e586
View code at this point
Browse repository at this point
added fullTypeCheckFlag to TypeChecker
vladima
committed
72fc5db
View commit details
Copy full SHA for 72fc5db
View code at this point
Browse repository at this point
Adding error message for empty tuple types.
ahejlsberg
committed
92b3677
View commit details
Copy full SHA for 92b3677
View code at this point
Browse repository at this point
Addressing CR feedback.
ahejlsberg
committed
ef52312
View commit details
Copy full SHA for ef52312
View code at this point
Browse repository at this point
Merge pull request #443 from Microsoft/fourslash
Show description for bc61807
mhegazy
committed
bc61807
View commit details
Copy full SHA for bc61807
View code at this point
Browse repository at this point
remove fullTypeCheck flag as it may lead to missing errors if we make any requests with fullTypeCheck=false and we cache any result
mhegazy
committed
d353fcd
View commit details
Copy full SHA for d353fcd
View code at this point
Browse repository at this point
Port over changes to the ScriptSnapshot API from the languageService-v2 branch.
CyrusNajmabadi
committed
474cf0d
View commit details
Copy full SHA for 474cf0d
View code at this point
Browse repository at this point
Commits on Aug 12, 2014
Merge pull request #437 from Microsoft/flush_stdout
Show description for 62abc82
vladima
committed
62abc82
View commit details
Copy full SHA for 62abc82
View code at this point
Browse repository at this point
use writeSync instead of stdout.write to make sure that stream is flushed
vladima
committed
6e7c95b
View commit details
Copy full SHA for 6e7c95b
View code at this point
Browse repository at this point
Commits on Aug 11, 2014
Addressing CR feedback, adding baselines.
ahejlsberg
committed
3b1dbad
View commit details
Copy full SHA for 3b1dbad
View code at this point
Browse repository at this point
Make changes to report error if the type used from external module cannot be named
Show description for 98f631e
sheetalkamat
committed
98f631e
View commit details
Copy full SHA for 98f631e
View code at this point
Browse repository at this point
Adding support for tuple types (e.g. [number, string])
ahejlsberg
committed
5b25524
View commit details
Copy full SHA for 5b25524
View code at this point
Browse repository at this point
Commits on Aug 10, 2014
fix typo: sourcemap -> sourceMap
hn3000
committed
a85d286
View commit details
Copy full SHA for a85d286
View code at this point
Browse repository at this point
Commits on Aug 9, 2014
Merge pull request #409 from Microsoft/extractComments
Show description for c71e596
ahejlsberg
committed
c71e596
View commit details
Copy full SHA for c71e596
View code at this point
Browse repository at this point
Merge pull request #408 from Microsoft/globalArrayType
Show description for 3c5ffbe
ahejlsberg
committed
3c5ffbe
View commit details
Copy full SHA for 3c5ffbe
View code at this point
Browse repository at this point
During qualification if we are looking in value space, the left qualifier meaning is also value
sheetalkamat
committed
e27e6b2
View commit details
Copy full SHA for e27e6b2
View code at this point
Browse repository at this point
Removing unused variable.
ahejlsberg
committed
5318bab
View commit details
Copy full SHA for 5318bab
View code at this point
Browse repository at this point
Commits on Aug 8, 2014
Adding getLeadingComments and getTrailingComments methods to scanner.
ahejlsberg
committed
be56670
View commit details
Copy full SHA for be56670
View code at this point
Browse repository at this point
Use typeof function in the declaration emitter instead of unwinding first level
sheetalkamat
committed
09ea12d
View commit details
Copy full SHA for 09ea12d
View code at this point
Browse repository at this point
Simplifying createArrayType recursion check.
Show description for 11492cb
ahejlsberg
committed
11492cb
View commit details
Copy full SHA for 11492cb
View code at this point
Browse repository at this point
Report error if the entityname reference in the import declaration is using private module
sheetalkamat
committed
1347621
View commit details
Copy full SHA for 1347621
View code at this point
Browse repository at this point
Check for the accessible symbol from exported import
Show description for c643f39
sheetalkamat
committed
c643f39
View commit details
Copy full SHA for c643f39
View code at this point
Browse repository at this point
Merge branch 'master' into tsc
mhegazy
committed
a90c62b
View commit details
Copy full SHA for a90c62b
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.