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 }}
microinfo
/
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
Branch selector
saveNumericTokensInScanner
User selector
All users
Datepicker
All time
Commit history
Commits on Jan 13, 2015
save token when scanning binary\octal literals
vladima
committed
f233801
View commit details
Copy full SHA for f233801
Browse repository at this point
Merge pull request #1657 from Microsoft/unionTypeGuards
Show description for cbecae3
ahejlsberg
committed
cbecae3
View commit details
Copy full SHA for cbecae3
Browse repository at this point
Merge pull request #1647 from Microsoft/badPropNamesInConstEnums
Show description for 8256ddf
vladima
committed
8256ddf
View commit details
Copy full SHA for 8256ddf
Browse repository at this point
Update LKG
mhegazy
committed
3935598
View commit details
Copy full SHA for 3935598
Browse repository at this point
Manual port of fixe for #1593 from release-1.4
mhegazy
committed
a99b958
View commit details
Copy full SHA for a99b958
Browse repository at this point
Commits on Jan 12, 2015
Merge pull request #1650 from DickvdBrink/unused-stuff
Show description for 32d4b4d
mhegazy
committed
32d4b4d
View commit details
Copy full SHA for 32d4b4d
Browse repository at this point
Improved handing of union types in type guards
ahejlsberg
committed
59e266d
View commit details
Copy full SHA for 59e266d
Browse repository at this point
Remove unused timer.ts file
DickvdBrink
committed
e4701a6
View commit details
Copy full SHA for e4701a6
Browse repository at this point
addressed CR feedback
vladima
committed
c25f3eb
View commit details
Copy full SHA for c25f3eb
Browse repository at this point
disallow incorrect literal property names in indexed access for const enums
vladima
committed
ecac4a5
View commit details
Copy full SHA for ecac4a5
Browse repository at this point
Merge pull request #1642 from Microsoft/addCmdLineParser
Show description for 799f907
steveluc
committed
799f907
View commit details
Copy full SHA for 799f907
Browse repository at this point
Merge pull request #1638 from lptr/noimplicitany-description-fix
Show description for 57a7d8f
mhegazy
committed
57a7d8f
View commit details
Copy full SHA for 57a7d8f
Browse repository at this point
Merge branch 'master' of https://github.com/Microsoft/TypeScript
ahejlsberg
committed
bf46e50
View commit details
Copy full SHA for bf46e50
Browse repository at this point
Added commandLineParser.ts to the generated node module, and added the
Show description for 12e55fb
steveluc
committed
12e55fb
View commit details
Copy full SHA for 12e55fb
Browse repository at this point
Commits on Jan 11, 2015
Show --noImplicitAny as an option to throw errors, not warnings
Show description for 47b8deb
lptr
committed
47b8deb
View commit details
Copy full SHA for 47b8deb
Browse repository at this point
Merge pull request #1637 from Microsoft/recoverFromForcePush2
Show description for 9c10147
DanielRosenwasser
committed
9c10147
View commit details
Copy full SHA for 9c10147
Browse repository at this point
Commits on Jan 10, 2015
Merge branch 'master' of https://github.com/Microsoft/TypeScript
ahejlsberg
committed
8ffe8de
View commit details
Copy full SHA for 8ffe8de
Browse repository at this point
Merge pull request #1635 from Microsoft/recoverFromForcePush
Show description for c399274
DanielRosenwasser
committed
c399274
View commit details
Copy full SHA for c399274
Browse repository at this point
Commits on Jan 9, 2015
Merge pull request #1625 from Microsoft/forEachPerf
Show description for 415b5ff
ahejlsberg
committed
415b5ff
View commit details
Copy full SHA for 415b5ff
Browse repository at this point
Adding comment
ahejlsberg
committed
a8cf589
View commit details
Copy full SHA for a8cf589
Browse repository at this point
Renaming helpers and cleaning up logic
ahejlsberg
committed
bdfb655
View commit details
Copy full SHA for bdfb655
Browse repository at this point
Optimizing forEachChild function to not create closures
ahejlsberg
committed
78bb71f
View commit details
Copy full SHA for 78bb71f
Browse repository at this point
Commits on Jan 8, 2015
Merge pull request #1621 from Microsoft/narrowingOfAny
Show description for 40dc134
ahejlsberg
committed
40dc134
View commit details
Copy full SHA for 40dc134
Browse repository at this point
Type guard narrows type any in a primitive type check
ahejlsberg
committed
968a569
View commit details
Copy full SHA for 968a569
Browse repository at this point
Merge pull request #1586 from Microsoft/copymap
Show description for 5562810
vladima
committed
5562810
View commit details
Copy full SHA for 5562810
Browse repository at this point
Merge pull request #1571 from Arnavion/1570-template-strings
Show description for 7b11621
DanielRosenwasser
committed
7b11621
View commit details
Copy full SHA for 7b11621
Browse repository at this point
Commits on Jan 7, 2015
Merge pull request #1547 from Microsoft/moveEmitHost
Show description for df4b3d2
DanielRosenwasser
committed
df4b3d2
View commit details
Copy full SHA for df4b3d2
Browse repository at this point
Merge pull request #1614 from Microsoft/type_parameters_visibility
Show description for 4daa107
vladima
committed
4daa107
View commit details
Copy full SHA for 4daa107
Browse repository at this point
Merge pull request #1529 from Microsoft/uninstantiatedModulesBeforeClasses
Show description for f32683d
DanielRosenwasser
committed
f32683d
View commit details
Copy full SHA for f32683d
Browse repository at this point
Moved EmitHost to utilities.ts
DanielRosenwasser
committed
06d65c7
View commit details
Copy full SHA for 06d65c7
Browse repository at this point
consider type parameters always visible
vladima
committed
01218f8
View commit details
Copy full SHA for 01218f8
Browse repository at this point
Commits on Jan 6, 2015
Update tests and baselines.
Arnavion
committed
d07151f
View commit details
Copy full SHA for d07151f
Browse repository at this point
Don't emit an empty template head literal if there's a template span with a non-empty literal.
Show description for b442d14
Arnavion
committed
b442d14
View commit details
Copy full SHA for b442d14
Browse repository at this point
Merge pull request #1581 from Arnavion/1577-templatestring-subtraction
Show description for 7a8e3ec
DanielRosenwasser
committed
7a8e3ec
View commit details
Copy full SHA for 7a8e3ec
Browse repository at this point
Update tests and baselines.
Arnavion
committed
4dfb0cc
View commit details
Copy full SHA for 4dfb0cc
Browse repository at this point
Previous
Next
You can’t perform that action at this time.