Commit Graph

  • 812571843c fix momentum scrolling on iOS (#5083) Paul Nta 2018-06-17 00:32:16 +02:00
  • 8a25195442 AST flag/API option; generic AST output for all nodes (#5044) Geoffrey Booth 2018-06-11 19:50:40 -07:00
  • 70f6cb70e2 Allow yield indented object (#5072) Julian Rosse 2018-06-11 00:45:45 -04:00
  • be702d67f3 2.3.1 (#5069) 2.3.1 Geoffrey Booth 2018-05-21 22:14:34 -07:00
  • 68302e6da7 Docs headings and changelog refactor (#5067) Geoffrey Booth 2018-05-20 09:39:53 -07:00
  • 0e7677ad62 Fix #5046: Adjacent JSX (#5049) zdenko 2018-05-20 18:39:09 +02:00
  • 7cf739e2b6 Lexer, helpers and comments cleanup (#5063) Geoffrey Booth 2018-05-13 16:58:44 -07:00
  • 41185ca7ac Normalize :: syntax (#5048) Julian Rosse 2018-05-13 15:41:43 -04:00
  • 7dbdca8c54 Allow implicit call with class with no body (#5053) Julian Rosse 2018-05-13 15:20:09 -04:00
  • 8e66ae404e fix JSX expression indentation bug (#5056) Julian Rosse 2018-05-12 21:01:27 -04:00
  • 7beb631694 Create CNAME Jeremy Ashkenas 2018-05-03 15:51:03 -07:00
  • c2792e4840 Delete CNAME Jeremy Ashkenas 2018-05-03 15:50:54 -07:00
  • d82272b6c2 Fix #1832: Browser compiler should run code using globally-scoped eval (#5047) Geoffrey Booth 2018-05-01 08:11:40 -07:00
  • fe7554828a Fix #5034: Adjacent JSX elements must be wrapped in an enclosing tag (#5046) Geoffrey Booth 2018-05-01 08:09:07 -07:00
  • 708e57586c Fix README ASCII art Geoffrey Booth 2018-04-28 19:03:21 -07:00
  • 8061ecf0e2 2.3.0 (#5043) 2.3.0 Geoffrey Booth 2018-04-28 18:57:15 -07:00
  • 6df8f5ff17 Remove references to Node's experimental modules support Geoffrey Booth 2018-04-17 18:55:16 -07:00
  • 776e7e5328 Docs improvements (#5042) Geoffrey Booth 2018-04-27 10:07:01 -07:00
  • 871079b25c Fix #4876: remove polyfill for object rest/spread (#4884) zdenko 2018-04-23 18:50:42 +02:00
  • be2b24310f Fix: a test relied on faulty behavior (#5028) Ruben Bridgewater 2018-04-10 18:21:40 +02:00
  • 1f9cd4eaf7 Fix #4875: Asynchronous iterators (#4893) zdenko 2018-04-08 22:42:54 +02:00
  • 47c491ffa1 Regular expressions s (dotAll) flag (#4880) Geoffrey Booth 2018-03-30 15:25:41 -07:00
  • 195a46ab77 Fix #4877: Exponentiation operators (#4881) Geoffrey Booth 2018-03-30 00:47:40 -07:00
  • e5aa758dda 2.2.4 (#5025) 2.2.4 Geoffrey Booth 2018-03-29 20:00:45 -07:00
  • 001f97ac39 Fix #5013: return statement as an expression (#5014) zdenko 2018-03-18 07:08:43 +01:00
  • ce66a499de Make node --harmony bin/cake test pass on Node 9 (#5012) Robert de Forest 2018-03-17 23:02:40 -07:00
  • 0268505119 Optimize 'for-range-by' loop when 'by' is literal number (#5016) zdenko 2018-03-15 16:02:13 +01:00
  • 5a43b2d7c5 simplified test file skipping (#4996) (#5003) Robert de Forest 2018-03-12 19:03:44 -07:00
  • 820942c3d0 2.2.3 (#5010) 2.2.3 Geoffrey Booth 2018-03-11 13:48:14 -07:00
  • 1869f3121d Fix: destructuring assignment with an empty array in object (#5000) zdenko 2018-03-10 16:39:35 +01:00
  • 4c0363fb7c Fix #5004: incorrect compiled code when a destructuring array contains accessors (#5005) zdenko 2018-03-08 00:57:31 +01:00
  • 746b0c7cc6 Code of Conduct (#4992) Geoffrey Booth 2018-02-26 22:18:13 -08:00
  • b2fe7772c5 Pull request template (#4994) Geoffrey Booth 2018-02-26 17:50:25 -08:00
  • 23479eb486 Create issue template (#4993) Geoffrey Booth 2018-02-26 17:50:14 -08:00
  • 63b8543d73 Update output Geoffrey Booth 2018-02-25 01:09:52 -08:00
  • 7542a75ff8 get/set example (#4990) zdenko 2018-02-25 09:18:57 +01:00
  • 0875039d52 [update] copyright year to 2018 (#4988) Joseph Lin 2018-02-25 02:40:11 -05:00
  • e0833c29ce 2.2.2 (#4986) 2.2.2 Geoffrey Booth 2018-02-22 00:31:14 -08:00
  • 72ab6feb2f Fix #4889: for...range loop condition (#4891) zdenko 2018-02-20 09:46:20 +01:00
  • eb7009268d fix #4898 (#4899) zdenko 2018-02-18 01:57:49 +01:00
  • 571e9df335 fix #4874 (#4888) zdenko 2018-02-09 06:11:11 +01:00
  • a73f66bc11 2.2.1 (#4885) 2.2.1 Geoffrey Booth 2018-02-06 22:28:15 -08:00
  • ba094126e2 Fix #4882: Range not declaring var for the "i" (#4883) zdenko 2018-02-04 22:33:08 +01:00
  • 794f65fbd7 Fix #4878: Compile error when using destructuring with a splat or expansion in an array (#4879) zdenko 2018-02-03 22:35:41 +01:00
  • 0490eb9a3a 2.2.0 (#4873) 2.2.0 Geoffrey Booth 2018-02-01 20:14:26 -08:00
  • 9e80f6fa67 Fix #2047: Infinite loop possible when for loop with range uses variables (#4853) zdenko 2018-02-01 04:51:43 +01:00
  • fc5ab1afa3 Update output Geoffrey Booth 2018-01-31 06:33:17 -08:00
  • 0aa77f157a fix #4871 (#4872) zdenko 2018-01-31 15:31:52 +01:00
  • 1849f0db76 Fix #4852, @get @set implicit object (#4867) Geoffrey Booth 2018-01-30 21:17:55 -08:00
  • d86597dbad Fix #3306: trailing comma in a function call in the last line throws a syntax error (#4860) zdenko 2018-01-31 06:09:50 +01:00
  • bf91781888 Fix #4868: Incorrect ‘Can’t call super with @params’ error (#4869) zdenko 2018-01-31 06:06:54 +01:00
  • dcd6de9a77 Update output Geoffrey Booth 2018-01-30 20:51:15 -08:00
  • 70b510bcb7 Fix #3933: Missing then doesn’t trigger nearby error (#4862) zdenko 2018-01-31 00:04:29 +01:00
  • 84d596d534 Fix #4437: variable scope in chained calls (#4863) zdenko 2018-01-30 08:01:25 +01:00
  • c804087ec9 Fix #3921 & #2342: inline function without parentheses used in condition, inline 'else' (#4838) zdenko 2018-01-29 02:51:57 +01:00
  • 74bd537d6c fix #3909 (#4861) zdenko 2018-01-28 11:38:39 +01:00
  • 0217ed5505 Fix #1726: expression in property access causes unexpected results (#4851) zdenko 2018-01-16 05:03:01 +01:00
  • e53307b46b Fix #3441: parentheses wrapping expression throw invalid error (#4849) zdenko 2018-01-16 04:32:27 +01:00
  • c8c8c167d1 Fix #4843: bad output when assigning to @prop in destructuring assignment with defaults (#4848) zdenko 2018-01-16 04:29:48 +01:00
  • c1283ead45 [Change]: Destructuring with non-final spread should still use rest syntax (#4517) (#4825) zdenko 2018-01-16 04:24:21 +01:00
  • 3ade25a32c Update output Geoffrey Booth 2018-01-15 19:06:57 -08:00
  • 7ea3ea92f3 fix #1403 (#4854) zdenko 2018-01-16 01:54:55 +01:00
  • a70f1a082e Throw warning for unsupported runtimes, e.g. Node < 6 (#4839) Geoffrey Booth 2018-01-14 23:40:36 -08:00
  • 2ccbb6b91a Update output Geoffrey Booth 2018-01-14 20:56:26 -08:00
  • e348026073 Fix #4105 (#4855) zdenko 2018-01-15 05:16:29 +01:00
  • 7c6f3788ca Fix #4836: functions named get or set can be used without parentheses when attached to @ (#4837) Geoffrey Booth 2018-01-06 13:58:43 -08:00
  • 12fcbfc654 2.1.1 (#4835) 2.1.1 Geoffrey Booth 2017-12-29 16:54:57 -08:00
  • 38f5963b85 Use free variables for anonymous classes (#4826) Chris Connelly 2017-12-28 22:50:12 +00:00
  • ffbe51e374 Set the context of executable class body wrappers (#4828) Chris Connelly 2017-12-18 18:51:08 +00:00
  • 926cb8463c 2.1.0 (#4823) 2.1.0 Geoffrey Booth 2017-12-10 23:12:33 -08:00
  • b1286752b9 improve elision output (#4824) zdenko 2017-12-11 00:22:34 +01:00
  • 5eb9dded52 [Enhancement] Computed property keys (#4622) (#4803) zdenko 2017-12-09 07:42:47 +01:00
  • 7f5ab7eb0d [Enhancement] CSX fragments syntax (#4802) (#4804) zdenko 2017-12-09 07:41:03 +01:00
  • 5bc85b8f6d Fix #4798: Incorrect output for object rest destructuring inside array destructuring (#4799) zdenko 2017-12-04 17:00:45 +01:00
  • 81d1b511f0 Fix #4811: Heregex comments cannot contain three slashes in a row (#4814) zdenko 2017-12-03 20:55:26 +01:00
  • 2dc3f6c87a Cache node_modules for AppVeyor builds (#4817) Geoffrey Booth 2017-12-02 20:49:22 -08:00
  • 8adb30b212 [CS1] AppVeyor (#4816) 1 Geoffrey Booth 2017-12-02 20:05:32 -08:00
  • 0730e78cf8 Remove postinstall script Geoffrey Booth 2017-12-01 15:09:07 -08:00
  • 04959162c6 AppVeyor (#4812) Geoffrey Booth 2017-12-01 13:19:48 -08:00
  • 943579a239 1.12.8 (#4801) 1.12.8 Geoffrey Booth 2017-11-29 22:51:32 -08:00
  • 8bb89d819b Backport #4783, fix for export default followed by an implicit object (#4800) Geoffrey Booth 2017-11-28 21:25:41 -08:00
  • f14c7ffa3f Fixes #4684: Elision (#4796) zdenko 2017-11-29 06:24:18 +01:00
  • f301b0413c [CS1] Add postinstall message for direct installs of ‘coffee-script’ (#4759) Geoffrey Booth 2017-11-27 23:43:23 -08:00
  • c5f43141dc [CS1] Travis CI for 1.x (#4797) Geoffrey Booth 2017-11-27 10:33:01 -08:00
  • 64b8dd486a 2.0.3 (#4795) 2.0.3 Geoffrey Booth 2017-11-26 19:29:08 -08:00
  • 7864acabc3 Fix #4790: Double-check that we're not creating a bound generator function, even if the yield got stuffed inside a compiler-generated IIFE (#4792) Geoffrey Booth 2017-11-21 17:14:32 -08:00
  • 9812d28748 Fix #4787: Destructuring of objects within arrays can generate invalid JavaScript (#4791) zdenko 2017-11-21 05:00:27 +01:00
  • 555c22af58 fix #4580 (#4793) zdenko 2017-11-20 18:15:19 +01:00
  • 3f4b03bcff Fix #4763: Comments at beginning or end of REPL input shouldn't throw errors (#4764) Geoffrey Booth 2017-11-19 11:37:08 -08:00
  • a706a64a6d Fix #4765: .map file should always have the same output base filename as the generated .js file (#4784) Geoffrey Booth 2017-11-16 13:30:40 -08:00
  • 637fe305a6 Fix #4774: export default followed by an object should always work, even if the object contains braces. default shouldn't suppress a newline, we should handle it in the grammar the same way returning an implicit object is handled (#4783) Geoffrey Booth 2017-11-15 21:38:05 -08:00
  • bd824c73dd Fix #4780: Don't mutate the options object when compiling and transpiling, so that options are correct on subsequent iterations (#4785) Geoffrey Booth 2017-11-14 08:13:22 -08:00
  • cbc695b831 2.0.2 (#4758) 2.0.2 Geoffrey Booth 2017-10-26 18:29:45 -07:00
  • f3375e798c Fix #4756: When moving comments from the children of an Existence, we need to search all its descendants, not just the immediate children (#4757) Geoffrey Booth 2017-10-25 22:15:40 -07:00
  • e2308093e4 Fix #4752: Error on calling super with @params in a derived class constructor (#4754) Geoffrey Booth 2017-10-25 22:15:05 -07:00
  • 0dc4755920 Fix #4747: Flow local variables (#4753) Geoffrey Booth 2017-10-19 06:56:59 -07:00
  • 6faa7f2b35 Fix #4706: Flow generics (#4736) Geoffrey Booth 2017-10-18 17:22:02 -07:00
  • 063c2d1f56 Fix import/export list bug with aliased keywords (#4744) geebo 2017-10-12 11:47:12 -07:00
  • 4d4e47bfb2 Fix #4724 (#4737) Chris Connelly 2017-10-07 19:32:43 +01:00
  • 22fb31e317 Transpile REPL (#4729) Geoffrey Booth 2017-10-04 17:50:25 -07:00