This website requires JavaScript.
Explore
Help
Register
Sign In
microsoft
/
TypeScript
Watch
1
Star
0
Fork
0
You've already forked TypeScript
mirror of
https://github.com/microsoft/TypeScript.git
synced
2026-02-09 02:30:15 -06:00
Code
Issues
Packages
Projects
Releases
212
Wiki
Activity
TypeScript
/
tests
/
cases
History
Vladimir Matveev
9f7c252ee0
Merge pull request
#2027
from Microsoft/redefinedLetConst
...
Disallow let\const declarations in the same scope with var declarations.
2015-02-13 15:14:09 -08:00
..
compiler
added check that var and let\const cannot share scope, added check that var is not shadowed by the let\const from the inner scope
2015-02-12 16:37:07 -08:00
conformance
Adding tests
2015-02-04 15:39:57 -08:00
fourslash
Merge pull request
#1271
from Microsoft/taggedSigHelpAtEnd
2015-02-12 11:37:32 -08:00
fourslash_old
Removed tests from fourslash_old that were duplicates.
2014-11-19 12:03:25 -08:00
project
Remove the --noResolve check when finding the file.
2014-11-20 15:43:07 -08:00
projects
Remove the --noResolve check when finding the file.
2014-11-20 15:43:07 -08:00
test262-harness
Add the test262 helper file
2014-11-27 13:06:06 -08:00
unittests
Added tests, fixed order of emptying templateStack, unconditionally perform template classification.
2015-02-12 16:28:45 -08:00