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 }}
johaDev
/
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
tests
on
shadowingNameViaBindingPattern
User selector
All users
Datepicker
All time
Commit history
Commits on Mar 13, 2015
accepted baselines
vladima
committed
d163205
View commit details
Copy full SHA for d163205
View code at this point
Browse repository at this point
merge with master
vladima
committed
db324db
View commit details
Copy full SHA for db324db
View code at this point
Browse repository at this point
consider binding elements as always initialized with doing shadow check
vladima
committed
0675a92
View commit details
Copy full SHA for 0675a92
View code at this point
Browse repository at this point
Update baselines.
CyrusNajmabadi
committed
e90a5dc
View commit details
Copy full SHA for e90a5dc
View code at this point
Browse repository at this point
Merge pull request #2323 from Microsoft/letConstInDestructuringInNotStrictMode
Show description for 82a940d
vladima
committed
82a940d
View commit details
Copy full SHA for 82a940d
View code at this point
Browse repository at this point
use Value meaning as a filter when resolving names to prevent skipping other value in favor of block-scoped variables
vladima
committed
64fa7fb
View commit details
Copy full SHA for 64fa7fb
View code at this point
Browse repository at this point
Commits on Mar 12, 2015
Address PR feedback
JsonFreeman
committed
6691408
View commit details
Copy full SHA for 6691408
View code at this point
Browse repository at this point
Adjust baselines after merge
JsonFreeman
committed
22f80b9
View commit details
Copy full SHA for 22f80b9
View code at this point
Browse repository at this point
Merge branch 'master' of https://github.com/Microsoft/TypeScript into for-ofES5
JsonFreeman
committed
1204d31
View commit details
Copy full SHA for 1204d31
View code at this point
Browse repository at this point
Merge pull request #2309 from Microsoft/recursiveLetConst
Show description for 17d2a1b
vladima
committed
17d2a1b
View commit details
Copy full SHA for 17d2a1b
View code at this point
Browse repository at this point
correctly parse destructuring in let outside of strict mode
vladima
committed
171a5f8
View commit details
Copy full SHA for 171a5f8
View code at this point
Browse repository at this point
addressed PR feedback
vladima
committed
d3246a3
View commit details
Copy full SHA for d3246a3
View code at this point
Browse repository at this point
Rebaseline tests that will be affected by #2308
JsonFreeman
committed
7d2d55e
View commit details
Copy full SHA for 7d2d55e
View code at this point
Browse repository at this point
Commits on Mar 11, 2015
disallow recursive references for block-scoped bindings
vladima
committed
751b1ae
View commit details
Copy full SHA for 751b1ae
View code at this point
Browse repository at this point
Add tests for downlevel for-of type checking
JsonFreeman
committed
03176d3
View commit details
Copy full SHA for 03176d3
View code at this point
Browse repository at this point
Change a test to be more interesting
JsonFreeman
committed
32aee67
View commit details
Copy full SHA for 32aee67
View code at this point
Browse repository at this point
Introduce checkElementTypeOfArrayOrString for downlevel for..of type checking
JsonFreeman
committed
61cd2a7
View commit details
Copy full SHA for 61cd2a7
View code at this point
Browse repository at this point
Remove error for using 'for...of' in ES3/ES5
JsonFreeman
committed
5b46f5f
View commit details
Copy full SHA for 5b46f5f
View code at this point
Browse repository at this point
Merge pull request #2307 from Microsoft/sigHelpIndex
Show description for b38743c
CyrusNajmabadi
committed
b38743c
View commit details
Copy full SHA for b38743c
View code at this point
Browse repository at this point
Add failing test.
CyrusNajmabadi
committed
42ae38d
View commit details
Copy full SHA for 42ae38d
View code at this point
Browse repository at this point
added for* statements to isCompletedNode
vladima
committed
4b955ee
View commit details
Copy full SHA for 4b955ee
View code at this point
Browse repository at this point
Merge pull request #2291 from Microsoft/letConstInSwitchStatements
Show description for 76dcfb6
vladima
committed
76dcfb6
View commit details
Copy full SHA for 76dcfb6
View code at this point
Browse repository at this point
introduce CaseBlock as a block-scoped container for switch statements
vladima
committed
efcf0e6
View commit details
Copy full SHA for efcf0e6
View code at this point
Browse repository at this point
Commits on Mar 10, 2015
Merge pull request #2238 from caitp/issue-2090
Show description for aa08300
DanielRosenwasser
committed
aa08300
View commit details
Copy full SHA for aa08300
View code at this point
Browse repository at this point
Add tests for tuple type compatibility
Show description for bd2c239
caitp
committed
bd2c239
View commit details
Copy full SHA for bd2c239
View code at this point
Browse repository at this point
Improve message for array destructuring error
Show description for c222b2b
caitp
committed
c222b2b
View commit details
Copy full SHA for c222b2b
View code at this point
Browse repository at this point
Address PR feedback
JsonFreeman
committed
b15d8aa
View commit details
Copy full SHA for b15d8aa
View code at this point
Browse repository at this point
Commits on Mar 9, 2015
Merge branch 'master' of https://github.com/Microsoft/TypeScript into for-ofES5
Show description for a27fbff
JsonFreeman
committed
a27fbff
View commit details
Copy full SHA for a27fbff
View code at this point
Browse repository at this point
Merge branch 'master' into preserveFormatting
Show description for 4903ca0
CyrusNajmabadi
committed
4903ca0
View commit details
Copy full SHA for 4903ca0
View code at this point
Browse repository at this point
tests for newline preservation.
CyrusNajmabadi
committed
6e8d80f
View commit details
Copy full SHA for 6e8d80f
View code at this point
Browse repository at this point
Make the preservation of formatting an optional experimental compiler flag.
CyrusNajmabadi
committed
c371f1e
View commit details
Copy full SHA for c371f1e
View code at this point
Browse repository at this point
Commits on Mar 8, 2015
Accepted baselines
DickvdBrink
committed
e60edb3
View commit details
Copy full SHA for e60edb3
View code at this point
Browse repository at this point
Fixed tests due to lib.d.ts changes
DickvdBrink
committed
23f56da
View commit details
Copy full SHA for 23f56da
View code at this point
Browse repository at this point
Merge pull request #2245 from billti/ExportVersion
Show description for 24141f0
billti
committed
24141f0
View commit details
Copy full SHA for 24141f0
View code at this point
Browse repository at this point
Added description to version exports
billti
committed
a6816fc
View commit details
Copy full SHA for a6816fc
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.