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-06-11 20:37:46 -05:00
Code
Issues
Packages
Projects
Releases
212
Wiki
Activity
Files
7f5fb8bc19005a0082fd627f82c8606799709178
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
…
project
…
projects
…
test262-harness
…
unittests
Added tests, fixed order of emptying templateStack, unconditionally perform template classification.
2015-02-12 16:28:45 -08:00