-
Notifications
You must be signed in to change notification settings - Fork 588
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
[JavaScript] New structure for expressions #1009
Commits on May 27, 2017
-
Merge pull request #1 from sublimehq/master
Merge in upstream changes
Thom1729 authoredMay 27, 2017 Configuration menu - View commit details
-
Copy full SHA for d643d59 - Browse repository at this point
Copy the full SHA d643d59View commit details
Commits on May 28, 2017
-
Moved comments to prototype. Added missing tests for comments and for…
… a bug that was fixed.
Thomas Smith authored and Thomas Smith committedMay 28, 2017 Configuration menu - View commit details
-
Copy full SHA for 8b71483 - Browse repository at this point
Copy the full SHA 8b71483View commit details -
Added another meta_include_prototype that I missed due to other bugs.
Thomas Smith authored and Thomas Smith committedMay 28, 2017 Configuration menu - View commit details
-
Copy full SHA for 918a535 - Browse repository at this point
Copy the full SHA 918a535View commit details
Commits on May 29, 2017
-
Expression scope is now pushed.
Thomas Smith authored and Thomas Smith committedMay 29, 2017 Configuration menu - View commit details
-
Copy full SHA for 29d9336 - Browse repository at this point
Copy the full SHA 29d9336View commit details -
Moved statement keywords to statements context.
Thomas Smith authored and Thomas Smith committedMay 29, 2017 Configuration menu - View commit details
-
Copy full SHA for 0495ab1 - Browse repository at this point
Copy the full SHA 0495ab1View commit details -
Added class and function statements. Implemented semicolon insertion.
Thomas Smith authored and Thomas Smith committedMay 29, 2017 Configuration menu - View commit details
-
Copy full SHA for 5ad77af - Browse repository at this point
Copy the full SHA 5ad77afView commit details -
Implemented the two-level expression scheme. All tests pass, somehow.
Thomas Smith authored and Thomas Smith committedMay 29, 2017 Configuration menu - View commit details
-
Copy full SHA for 6d3cf3e - Browse repository at this point
Copy the full SHA 6d3cf3eView commit details -
Renamed "expressions" to singular "expression".
Thomas Smith authored and Thomas Smith committedMay 29, 2017 Configuration menu - View commit details
-
Copy full SHA for d06206c - Browse repository at this point
Copy the full SHA d06206cView commit details -
Moved comment contexts to the top of the file.
Thomas Smith authored and Thomas Smith committedMay 29, 2017 Configuration menu - View commit details
-
Copy full SHA for 5114ff9 - Browse repository at this point
Copy the full SHA 5114ff9View commit details -
Expression scope is now pushed.
Thomas Smith authored and Thomas Smith committedMay 29, 2017 Configuration menu - View commit details
-
Copy full SHA for 51d6019 - Browse repository at this point
Copy the full SHA 51d6019View commit details -
Moved statement keywords to statements context.
Thomas Smith authored and Thomas Smith committedMay 29, 2017 Configuration menu - View commit details
-
Copy full SHA for edf9547 - Browse repository at this point
Copy the full SHA edf9547View commit details -
Added class and function statements. Implemented semicolon insertion.
Thomas Smith authored and Thomas Smith committedMay 29, 2017 Configuration menu - View commit details
-
Copy full SHA for 8bf34b8 - Browse repository at this point
Copy the full SHA 8bf34b8View commit details -
Implemented the two-level expression scheme. All tests pass, somehow.
Thomas Smith authored and Thomas Smith committedMay 29, 2017 Configuration menu - View commit details
-
Copy full SHA for e522556 - Browse repository at this point
Copy the full SHA e522556View commit details -
Renamed "expressions" to singular "expression".
Thomas Smith authored and Thomas Smith committedMay 29, 2017 Configuration menu - View commit details
-
Copy full SHA for 9cd5d1a - Browse repository at this point
Copy the full SHA 9cd5d1aView commit details -
Thomas Smith authored and Thomas Smith committed
May 29, 2017 Configuration menu - View commit details
-
Copy full SHA for bb77569 - Browse repository at this point
Copy the full SHA bb77569View commit details -
Scope arrays as meta.sequence per sublimehq#790. Fixes sublimehq#324.
Thomas Smith authored and Thomas Smith committedMay 29, 2017 Configuration menu - View commit details
-
Copy full SHA for b18022f - Browse repository at this point
Copy the full SHA b18022fView commit details -
Improved line continuation lookahead.
Thomas Smith authored and Thomas Smith committedMay 29, 2017 Configuration menu - View commit details
-
Copy full SHA for 35bd19b - Browse repository at this point
Copy the full SHA 35bd19bView commit details -
Merge branch 'javascript-fix-statements' of https://github.com/Thom17…
…29/Packages into javascript-fix-statements
Thomas Smith authored and Thomas Smith committedMay 29, 2017 Configuration menu - View commit details
-
Copy full SHA for c6b0264 - Browse repository at this point
Copy the full SHA c6b0264View commit details
Commits on May 30, 2017
-
Thomas Smith authored and Thomas Smith committed
May 30, 2017 Configuration menu - View commit details
-
Copy full SHA for a993ab8 - Browse repository at this point
Copy the full SHA a993ab8View commit details -
Minor simplifications. Also, postfix decrement is scoped properly.
Thomas Smith authored and Thomas Smith committedMay 30, 2017 Configuration menu - View commit details
-
Copy full SHA for 6365568 - Browse repository at this point
Copy the full SHA 6365568View commit details
Commits on Jun 10, 2017
-
Merge branch 'master' into javascript-fix-statements
Thomas Smith authored and Thomas Smith committedJun 10, 2017 Configuration menu - View commit details
-
Copy full SHA for 15a0601 - Browse repository at this point
Copy the full SHA 15a0601View commit details -
Fixed variable names to pop correctly. Then fixed constructor stuff b…
…ecause the change broke it.
Thomas Smith authored and Thomas Smith committedJun 10, 2017 Configuration menu - View commit details
-
Copy full SHA for 2bcf9e0 - Browse repository at this point
Copy the full SHA 2bcf9e0View commit details
Commits on Jun 11, 2017
-
Fixed and unified import/export aliases.
Thomas Smith authored and Thomas Smith committedJun 11, 2017 Configuration menu - View commit details
-
Copy full SHA for 2bc6eb4 - Browse repository at this point
Copy the full SHA 2bc6eb4View commit details -
Removed various *-continue scopes that aren't needed with the new arc…
…hitecture.
Thomas Smith authored and Thomas Smith committedJun 11, 2017 Configuration menu - View commit details
-
Copy full SHA for 477c785 - Browse repository at this point
Copy the full SHA 477c785View commit details -
Import/export braces now use the stack for simplicity.
Thomas Smith authored and Thomas Smith committedJun 11, 2017 Configuration menu - View commit details
-
Copy full SHA for a4f18e9 - Browse repository at this point
Copy the full SHA a4f18e9View commit details -
Replaced the rest of the sets with pushes and pops. Consolidated more…
… duplicate logic.
Thomas Smith authored and Thomas Smith committedJun 11, 2017 Configuration menu - View commit details
-
Copy full SHA for 512491f - Browse repository at this point
Copy the full SHA 512491fView commit details -
Moved things around to fix sublimehq#1028.
Thomas Smith authored and Thomas Smith committedJun 11, 2017 Configuration menu - View commit details
-
Copy full SHA for 78b6f0c - Browse repository at this point
Copy the full SHA 78b6f0cView commit details
Commits on Jun 15, 2017
-
Merge branch 'javascript-fix-regexp-lookahead-whitespace' into javasc…
…ript-fix-statements
Thomas Smith committedJun 15, 2017 Configuration menu - View commit details
-
Copy full SHA for 1bd37b2 - Browse repository at this point
Copy the full SHA 1bd37b2View commit details
Commits on Jun 22, 2017
-
Fixed bug with case statement.
Thomas Smith authored and Thomas Smith committedJun 22, 2017 Configuration menu - View commit details
-
Copy full SHA for 3de201f - Browse repository at this point
Copy the full SHA 3de201fView commit details
Commits on Jun 28, 2017
-
Thomas Smith committed
Jun 28, 2017 Configuration menu - View commit details
-
Copy full SHA for c91a31d - Browse repository at this point
Copy the full SHA c91a31dView commit details
Commits on Jul 5, 2017
-
Merge branch 'javascript-fix-import-export-newline-alias' into javasc…
…ript-fix-statements
Thomas Smith committedJul 5, 2017 Configuration menu - View commit details
-
Copy full SHA for 33400a6 - Browse repository at this point
Copy the full SHA 33400a6View commit details -
Fixed import meta scope issue.
Thomas Smith committedJul 5, 2017 Configuration menu - View commit details
-
Copy full SHA for 2c43bec - Browse repository at this point
Copy the full SHA 2c43becView commit details -
Fixed doubled function meta scopes in parameter lists.
Thomas Smith committedJul 5, 2017 Configuration menu - View commit details
-
Copy full SHA for b6946fa - Browse repository at this point
Copy the full SHA b6946faView commit details -
Thomas Smith committed
Jul 5, 2017 Configuration menu - View commit details
-
Copy full SHA for 6393a92 - Browse repository at this point
Copy the full SHA 6393a92View commit details -
Fixed block scope lasting too long.
Thomas Smith committedJul 5, 2017 Configuration menu - View commit details
-
Copy full SHA for aaa3cc9 - Browse repository at this point
Copy the full SHA aaa3cc9View commit details
Commits on Jul 6, 2017
-
Thomas Smith committed
Jul 6, 2017 Configuration menu - View commit details
-
Copy full SHA for 370aca6 - Browse repository at this point
Copy the full SHA 370aca6View commit details -
Added word breaks to some lookaheads.
Thomas Smith committedJul 6, 2017 Configuration menu - View commit details
-
Copy full SHA for 7aeb854 - Browse repository at this point
Copy the full SHA 7aeb854View commit details
Commits on Jul 7, 2017
-
Thomas Smith committed
Jul 7, 2017 Configuration menu - View commit details
-
Copy full SHA for 019869f - Browse repository at this point
Copy the full SHA 019869fView commit details -
Substantially simplified function internals.
Thomas Smith committedJul 7, 2017 Configuration menu - View commit details
-
Copy full SHA for b228687 - Browse repository at this point
Copy the full SHA b228687View commit details
Commits on Jul 11, 2017
-
Fixed overextensive meta.block.js in function declaration.
Thomas Smith committedJul 11, 2017 Configuration menu - View commit details
-
Copy full SHA for e00c755 - Browse repository at this point
Copy the full SHA e00c755View commit details -
Thomas Smith committed
Jul 11, 2017 Configuration menu - View commit details
-
Copy full SHA for 4ea9885 - Browse repository at this point
Copy the full SHA 4ea9885View commit details -
Fixed scoping for ternary operator.
Thomas Smith committedJul 11, 2017 Configuration menu - View commit details
-
Copy full SHA for 1a74f95 - Browse repository at this point
Copy the full SHA 1a74f95View commit details -
Thomas Smith committed
Jul 11, 2017 Configuration menu - View commit details
-
Copy full SHA for 4bee151 - Browse repository at this point
Copy the full SHA 4bee151View commit details -
Fixed meta scopes not popping correctly.
Thomas Smith committedJul 11, 2017 Configuration menu - View commit details
-
Copy full SHA for 602561a - Browse repository at this point
Copy the full SHA 602561aView commit details
Commits on Jul 12, 2017
-
Fixed extra declaration scope in method declaration.
Thomas Smith committedJul 12, 2017 Configuration menu - View commit details
-
Copy full SHA for 47da79b - Browse repository at this point
Copy the full SHA 47da79bView commit details -
Removed reference to deleted literal-punctuation context.
Thomas Smith committedJul 12, 2017 Configuration menu - View commit details
-
Copy full SHA for fd26da8 - Browse repository at this point
Copy the full SHA fd26da8View commit details -
Thomas Smith committed
Jul 12, 2017 Configuration menu - View commit details
-
Copy full SHA for 1ebfdfe - Browse repository at this point
Copy the full SHA 1ebfdfeView commit details
Commits on Jul 25, 2017
-
Thomas Smith committed
Jul 25, 2017 Configuration menu - View commit details
-
Copy full SHA for e10e465 - Browse repository at this point
Copy the full SHA e10e465View commit details
Commits on Aug 2, 2017
-
thom committed
Aug 2, 2017 Configuration menu - View commit details
-
Copy full SHA for 8a6776a - Browse repository at this point
Copy the full SHA 8a6776aView commit details
Commits on Sep 8, 2017
-
Merge branch 'master' into javascript-fix-statements
thom committedSep 8, 2017 Configuration menu - View commit details
-
Copy full SHA for a6ed544 - Browse repository at this point
Copy the full SHA a6ed544View commit details
Commits on Oct 18, 2017
-
Merge branch 'master' into javascript-fix-statements
thom committedOct 18, 2017 Configuration menu - View commit details
-
Copy full SHA for 1c56319 - Browse repository at this point
Copy the full SHA 1c56319View commit details -
Refactored anonymous contexts to avoid nested lists.
thom committedOct 18, 2017 Configuration menu - View commit details
-
Copy full SHA for 983b2e4 - Browse repository at this point
Copy the full SHA 983b2e4View commit details
Commits on Nov 2, 2017
-
Merge branch 'master' into javascript-fix-statements
thom committedNov 2, 2017 Configuration menu - View commit details
-
Copy full SHA for 78a2b75 - Browse repository at this point
Copy the full SHA 78a2b75View commit details
Commits on Nov 8, 2017
-
thom committed
Nov 8, 2017 Configuration menu - View commit details
-
Copy full SHA for 24c4755 - Browse repository at this point
Copy the full SHA 24c4755View commit details -
Merge branch 'master' into javascript-fix-statements
thom committedNov 8, 2017 Configuration menu - View commit details
-
Copy full SHA for 1645983 - Browse repository at this point
Copy the full SHA 1645983View commit details