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 }}
sapek
/
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 Jan 14, 2015
Merge pull request #1648 from Microsoft/contextualTypeParenthesizedExpressions
Show description for bfe63cc
DanielRosenwasser
committed
bfe63cc
Copy full SHA for bfe63cc
Merge pull request #1670 from Microsoft/fixTypeGuardWithInstanceOf
Show description for d391a8a
Yui
committed
d391a8a
Copy full SHA for d391a8a
Merge branch 'master' into fixTypeGuardWithInstanceOf
Yui T
committed
cf81938
Copy full SHA for cf81938
Fix narrow type for instanceOf and add testcases
Yui T
committed
fdadd3c
Copy full SHA for fdadd3c
Merge pull request #1666 from Microsoft/noFormattingOnFirstLine
Show description for 0518124
vladima
committed
0518124
Copy full SHA for 0518124
Merge pull request #1661 from DickvdBrink/fix-perftsc
Show description for c3e4797
mhegazy
committed
c3e4797
Copy full SHA for c3e4797
do not apply format on enter for the first line
vladima
committed
2ce6c56
Copy full SHA for 2ce6c56
Merge pull request #1562 from csnover/fix-1133
Show description for 4a1851c
JsonFreeman
committed
4a1851c
Copy full SHA for 4a1851c
Fix jake perftsc task
Show description for e9f098b
DickvdBrink
committed
e9f098b
Copy full SHA for e9f098b
Commits on Jan 13, 2015
Merge pull request #1660 from Microsoft/saveNumericTokensInScanner
Show description for 87bcdff
vladima
committed
87bcdff
Copy full SHA for 87bcdff
Merge pull request #1658 from Microsoft/emptyParamList
Show description for a9a994c
vladima
committed
a9a994c
Copy full SHA for a9a994c
save token when scanning binary\octal literals
vladima
committed
f233801
Copy full SHA for f233801
when formatting lists check if end list token still belongs to the parent node
vladima
committed
150720b
Copy full SHA for 150720b
Merge pull request #1657 from Microsoft/unionTypeGuards
Show description for cbecae3
ahejlsberg
committed
cbecae3
Copy full SHA for cbecae3
Merge pull request #1647 from Microsoft/badPropNamesInConstEnums
Show description for 8256ddf
vladima
committed
8256ddf
Copy full SHA for 8256ddf
Update LKG
mhegazy
committed
3935598
Copy full SHA for 3935598
Manual port of fixe for #1593 from release-1.4
mhegazy
committed
a99b958
Copy full SHA for a99b958
Commits on Jan 12, 2015
Merge pull request #1650 from DickvdBrink/unused-stuff
Show description for 32d4b4d
mhegazy
committed
32d4b4d
Copy full SHA for 32d4b4d
Improved handing of union types in type guards
ahejlsberg
committed
59e266d
Copy full SHA for 59e266d
Remove unused timer.ts file
DickvdBrink
committed
e4701a6
Copy full SHA for e4701a6
addressed CR feedback
vladima
committed
c25f3eb
Copy full SHA for c25f3eb
disallow incorrect literal property names in indexed access for const enums
vladima
committed
ecac4a5
Copy full SHA for ecac4a5
Merge pull request #1642 from Microsoft/addCmdLineParser
Show description for 799f907
steveluc
committed
799f907
Copy full SHA for 799f907
Merge pull request #1638 from lptr/noimplicitany-description-fix
Show description for 57a7d8f
mhegazy
committed
57a7d8f
Copy full SHA for 57a7d8f
Address code review comments from @JsonFreeman
csnover
committed
4aef3d6
Copy full SHA for 4aef3d6
Merge branch 'master' of https://github.com/Microsoft/TypeScript
ahejlsberg
committed
bf46e50
Copy full SHA for bf46e50
Added commandLineParser.ts to the generated node module, and added the
Show description for 12e55fb
steveluc
committed
12e55fb
Copy full SHA for 12e55fb
Commits on Jan 11, 2015
Show --noImplicitAny as an option to throw errors, not warnings
Show description for 47b8deb
lptr
committed
47b8deb
Copy full SHA for 47b8deb
Removed probably-unnecessary statement from test.
DanielRosenwasser
committed
6783e35
Copy full SHA for 6783e35
Merge pull request #1637 from Microsoft/recoverFromForcePush2
Show description for 9c10147
DanielRosenwasser
committed
9c10147
Copy full SHA for 9c10147
Commits on Jan 10, 2015
Merge branch 'master' of https://github.com/Microsoft/TypeScript
ahejlsberg
committed
8ffe8de
Copy full SHA for 8ffe8de
Merge pull request #1635 from Microsoft/recoverFromForcePush
Show description for c399274
DanielRosenwasser
committed
c399274
Copy full SHA for c399274
Commits on Jan 9, 2015
Contextually type parenthesized expressions.
DanielRosenwasser
committed
22174a1
Copy full SHA for 22174a1
Clarified comment in test.
DanielRosenwasser
committed
cd24699
Copy full SHA for cd24699
Merge pull request #1625 from Microsoft/forEachPerf
Show description for 415b5ff
ahejlsberg
committed
415b5ff
Copy full SHA for 415b5ff
Pagination
Previous
Next
You can’t perform that action at this time.