-
Notifications
You must be signed in to change notification settings - Fork 12.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Let and const support #904
Commits on Oct 11, 2014
-
6
Configuration menu - View commit details
-
Copy full SHA for 873c1df - Browse repository at this point
Copy the full SHA 873c1dfView commit details
Commits on Oct 13, 2014
-
9
Configuration menu - View commit details
-
Copy full SHA for 778f101 - Browse repository at this point
Copy the full SHA 778f101View commit details -
10
Configuration menu - View commit details
-
Copy full SHA for 979d45e - Browse repository at this point
Copy the full SHA 979d45eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f6f4af - Browse repository at this point
Copy the full SHA 6f6f4afView commit details
Commits on Oct 14, 2014
-
2
Configuration menu - View commit details
-
Copy full SHA for cf89f5c - Browse repository at this point
Copy the full SHA cf89f5cView commit details -
5
Configuration menu - View commit details
-
Copy full SHA for 1dde985 - Browse repository at this point
Copy the full SHA 1dde985View commit details -
Configuration menu - View commit details
-
Copy full SHA for 318575c - Browse repository at this point
Copy the full SHA 318575cView commit details -
Report duplicate identifier errors on all locations for merged declar…
…ations to align with local declarations
2Configuration menu - View commit details
-
Copy full SHA for cffc62a - Browse repository at this point
Copy the full SHA cffc62aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f5c2740 - Browse repository at this point
Copy the full SHA f5c2740View commit details
Commits on Oct 15, 2014
-
2
Configuration menu - View commit details
-
Copy full SHA for 82f5fb4 - Browse repository at this point
Copy the full SHA 82f5fb4View commit details -
2
Configuration menu - View commit details
-
Copy full SHA for 3e45601 - Browse repository at this point
Copy the full SHA 3e45601View commit details -
Configuration menu - View commit details
-
Copy full SHA for 03a100d - Browse repository at this point
Copy the full SHA 03a100dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6154923 - Browse repository at this point
Copy the full SHA 6154923View commit details
Commits on Oct 16, 2014
-
Merge branch 'master' into letAndConst
Conflicts: src/compiler/types.ts
Configuration menu - View commit details
-
Copy full SHA for e15f4e6 - Browse repository at this point
Copy the full SHA e15f4e6View commit details -
3
Configuration menu - View commit details
-
Copy full SHA for 60bb37b - Browse repository at this point
Copy the full SHA 60bb37bView commit details
Commits on Oct 17, 2014
-
Fix search for shadowed const declarations by a var declarations to s…
…earch for any variable instead of only a blockScoped one to ensure we are not picking it up from a wrong scope.
Configuration menu - View commit details
-
Copy full SHA for fd469d6 - Browse repository at this point
Copy the full SHA fd469d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ef68b9 - Browse repository at this point
Copy the full SHA 4ef68b9View commit details -
Allow const and let declarations to be exported in modules. Also ensu…
…re that const module elements are not used as references.
Configuration menu - View commit details
-
Copy full SHA for a5a6c6f - Browse repository at this point
Copy the full SHA a5a6c6fView commit details -
Treat blockScoped variable declarations as a separate category when i…
…t comes to symbol flags, instead of compining BlockScoped and Variable
Configuration menu - View commit details
-
Copy full SHA for 0a59cdd - Browse repository at this point
Copy the full SHA 0a59cddView commit details
Commits on Oct 20, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 0e7d8b6 - Browse repository at this point
Copy the full SHA 0e7d8b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd5c89d - Browse repository at this point
Copy the full SHA dd5c89dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 91f4098 - Browse repository at this point
Copy the full SHA 91f4098View commit details -
Configuration menu - View commit details
-
Copy full SHA for d5fe43b - Browse repository at this point
Copy the full SHA d5fe43bView commit details
Commits on Oct 21, 2014
-
Create a new flag for diagnostics 'isEarly' and disable emit if this …
…flag is set. Set the flag by default on all let and const errors to ensure we are not emitting invalid JS code.
Configuration menu - View commit details
-
Copy full SHA for dd7ca69 - Browse repository at this point
Copy the full SHA dd7ca69View commit details -
Configuration menu - View commit details
-
Copy full SHA for 373dc76 - Browse repository at this point
Copy the full SHA 373dc76View commit details
Commits on Oct 23, 2014
-
Merge branch 'master' into letAndConst
Conflicts: src/compiler/types.ts
Configuration menu - View commit details
-
Copy full SHA for 9353c11 - Browse repository at this point
Copy the full SHA 9353c11View commit details -
Configuration menu - View commit details
-
Copy full SHA for d1858d0 - Browse repository at this point
Copy the full SHA d1858d0View commit details
Commits on Oct 24, 2014
-
Configuration menu - View commit details
-
Copy full SHA for e4a2084 - Browse repository at this point
Copy the full SHA e4a2084View commit details -
Configuration menu - View commit details
-
Copy full SHA for 67c78a2 - Browse repository at this point
Copy the full SHA 67c78a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 51e101c - Browse repository at this point
Copy the full SHA 51e101cView commit details