Lines Matching +full:i +full:- +full:cherry

4 > - :boom:       [Breaking Change]
5 > - :eyeglasses: [Spec Compliancy]
6 > - :rocket: [New Feature]
7 > - :bug: [Bug Fix]
8 > - :memo: [Documentation]
9 > - :house: [Internal]
10 > - :nail_care: [Polish]
16 See the [Babel Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md) for the pre-6.8.…
18 ## 6.17.4 (2017-06-18)
23 ## 6.17.3 (2017-06-09)
28 ## 6.17.2 (2017-05-31)
35 ## 6.17.1 (2017-05-10)
45 ## 6.17.0 (2017-04-20)
47 * Cherry-pick #418 to 6.x ([#476](https://github.com/babel/babylon/pull/476)) (Sebastian McKenzie)
54 ## 6.16.0 (2017-02-23)
60 We finally introduce a new compatibility layer for ESTree. To put babylon into ESTree-compatible mo…
62-compatible parsers. We so far tested several projects with different parsers and exchanged their …
71 If you want to migrate your project from non-ESTree mode to ESTree, have a look at our [Readme](htt…
173 Fix #336 by correctly setting arrow-param ([#337](https://github.com/babel/babylon/pull/337)) (Dani…
182 Fix generator-method-with-computed-name spec ([#360](https://github.com/babel/babylon/pull/360)) (A…
184 Fix flow type-parameter-declaration test with unintended semantic ([#361](https://github.com/babel/…
188 chore(package): update flow-bin to version 0.38.0 ([#313](https://github.com/babel/babylon/pull/313…
192 Update eslint-config-babel to the latest version �� ([#299](https://github.com/babel/babylon/pull/2…
194 Update eslint-config-babel to the latest version �� ([#293](https://github.com/babel/babylon/pull/2…
196 devDeps: remove eslint-plugin-babel ([#292](https://github.com/babel/babylon/pull/292)) (Kai Catald…
200 Fail tests that have expected.json and throws-option ([#285](https://github.com/babel/babylon/pull/…
212 ## 6.15.0 (2017-01-10)
246 Throw error when exporting non-declaration ([#241](https://github.com/babel/babylon/pull/241)) (Kai…
280 Rename folder to avoid Windows-illegal characters ([#281](https://github.com/babel/babylon/pull/281…
286 User external-helpers ([#254](https://github.com/babel/babylon/pull/254)) (Daniel Tschinder)
294 Add some test coverage for decorators stage-0 plugin ([#250](https://github.com/babel/babylon/pull/…
298 Update eslint-config-babel to the latest version �� ([#273](https://github.com/babel/babylon/pull/2…
302 chore(package): update flow-bin to version 0.37.0 ([#255](https://github.com/babel/babylon/pull/255…
304 ## 6.14.1 (2016-11-17)
316 …specifying each one individually. Useful for tools like babel-eslint, jscodeshift, and ast-explore…
318 ## 6.14.0 (2016-11-16)
324 [11.6.2.2 Future Reserved Words](http://www.ecma-international.org/ecma-262/6.0/#sec-future-reserve…
374 …* chore(package): update flow-bin to version 0.34.0 ([#204](https://github.com/babel/babylon/pull/…
376 ## v6.13.1 (2016-10-26)
380 - Use rollup for bundling to speed up startup time ([#190](https://github.com/babel/babylon/pull/19…
390 ![image](https://cloud.githubusercontent.com/assets/5233399/19420264/3133497e-93ad-11e6-9a6a-2da59c…
393 ![image](https://cloud.githubusercontent.com/assets/5233399/19420267/388f556e-93ad-11e6-813e-7c5c39…
395 - add clean command [skip ci] ([#201](https://github.com/babel/babylon/pull/201)) (Henry Zhu)
396 - add ForAwaitStatement (async generator already added) [skip ci] ([#196](https://github.com/babel/…
398 ## v6.13.0 (2016-10-21)
408 interface T { -p: T };
410 class T { -[k:K]: V };
456 ## v6.12.0 (2016-10-14)
464 - Proposal Repo: https://github.com/domenic/proposal-dynamic-import
465 - Championed by [@domenic](https://github.com/domenic)
466 - stage-2
467 - [sept-28 tc39 notes](https://github.com/rwaldron/tc39-notes/blob/master/es7/2016-09/sept-28.md#11…
469 > This repository contains a proposal for adding a "function-like" import() module loading syntacti…
472 import(`./section-modules/${link.dataset.entryModule}.js`)
539 ## v6.11.6 (2016-10-12)
550 ## v6.11.5 (2016-10-12)
592 ## v6.11.4 (2016-10-03)
596 ## v6.11.3 (2016-10-01)
602 > https://github.com/sebmarkbage/ecmascript-rest-spread
648 ---
657 ## v6.11.2 (2016-09-23)
661 - [#139](https://github.com/babel/babylon/issues/139) Don't do the duplicate check if not an identi…
673 ## 6.11.1 (2016-09-22)
676 - [#137](https://github.com/babel/babylon/pull/137) - Fix a regression with duplicate exports - it …
689 ## 6.11.0 (2016-09-22)
693 - Disallow duplicate named exports ([#107](https://github.com/babel/babylon/pull/107)) @kaicataldo
711 - Add support for computed class property names ([#121](https://github.com/babel/babylon/pull/121))…
738 - Fix `static` property falling through in the declare class Flow AST ([#135](https://github.com/ba…
750 - Rephrase "assigning/binding to rvalue" errors to include context ([#119](https://github.com/babel…
757 // Invalid left-hand side in assignment expression (1:0)
760 // Invalid left-hand side in for-in statement (1:5)
761 for (+i in {});
766 - Fix call to `this.parseMaybeAssign` with correct arguments ([#133](https://github.com/babel/babyl…
767 - Add semver note to changelog ([#131](https://github.com/babel/babylon/pull/131)) @hzoo
769 ## 6.10.0 (2016-09-19)
777 …ers is false. https://tc39.github.io/ecma262/2016/#sec-function-definitions-static-semantics-early
779-notes](https://github.com/rwaldron/tc39-notes/blob/master/es7/2015-07/july-29.md#611-the-scope-of
816 ## 6.9.2 (2016-09-09)
818 The only change is to remove the `babel-runtime` dependency by compiling with Babel's ES2015 loose …
820 ## 6.9.1 (2016-08-23)
822 …iously needed to be activated via plugin are now enabled by default and the plugins are now no-ops.
826 - Fix issues with default object params in async functions ([#96](https://github.com/babel/babylon/…
827 - Fix issues with flow-types and async function ([#95](https://github.com/babel/babylon/pull/95)) @…
828 - Fix arrow functions with destructuring, types & default value ([#94](https://github.com/babel/bab…
829 - Fix declare class with qualified type identifier ([#97](https://github.com/babel/babylon/pull/97)…
830 - Remove exponentiationOperator, asyncFunctions, trailingFunctionCommas plugins and enable them by …
832 ## 6.9.0 (2016-08-16)
836 - Add JSX spread children ([#42](https://github.com/babel/babylon/pull/42)) @calebmer
846 - Add support for declare module.exports ([#72](https://github.com/babel/babylon/pull/72)) @danez
856 - If supplied, attach filename property to comment node loc. ([#80](https://github.com/babel/babylo…
857 - Add identifier name to node loc field ([#90](https://github.com/babel/babylon/pull/90)) @kittens
861 - Fix exponential operator to behave according to spec ([#75](https://github.com/babel/babylon/pull…
862 - Fix lookahead to not add comments to arrays which are not cloned ([#76](https://github.com/babel/…
863 - Fix accidental fall-through in Flow type parsing. ([#82](https://github.com/babel/babylon/pull/82…
864 - Only allow declares inside declare module ([#73](https://github.com/babel/babylon/pull/73)) @danez
865 - Small fix for parsing type parameter declarations ([#83](https://github.com/babel/babylon/pull/83…
866 - Fix arrow param locations with flow types ([#57](https://github.com/babel/babylon/pull/57)) @danez
867 - Fixes SyntaxError position with flow optional type ([#65](https://github.com/babel/babylon/pull/6…
871 - Add codecoverage to tests @danez
872 - Fix tests to not save expected output if we expect the test to fail @danez
873 - Make a shallow clone of babel for testing @danez
874 - chore(package): update cross-env to version 2.0.0 ([#77](https://github.com/babel/babylon/pull/77…
875 - chore(package): update ava to version 0.16.0 ([#86](https://github.com/babel/babylon/pull/86)) @g…
876 - chore(package): update babel-plugin-istanbul to version 2.0.0 ([#89](https://github.com/babel/bab…
877 - chore(package): update nyc to version 8.0.0 ([#88](https://github.com/babel/babylon/pull/88)) @gr…
879 ## 6.8.4 (2016-07-06)
883 - Fix the location of params, when flow and default value used ([#68](https://github.com/babel/baby…
885 ## 6.8.3 (2016-07-02)
889 - Fix performance regression introduced in 6.8.2 with conditionals ([#63](https://github.com/babel/…
891 ## 6.8.2 (2016-06-24)
895 - Fix parse error with yielding jsx elements in generators `function* it() { yield <a></a>; }` ([#3…
896 - When cloning nodes do not clone its comments ([#24](https://github.com/babel/babylon/pull/24)) @d…
897 - Fix parse errors when using arrow functions with an spread element and return type `(...props): v…
898 - Fix leading comments added from previous node ([#23](https://github.com/babel/babylon/pull/23)) @…
899 - Fix parse errors with flow's optional arguments `(arg?) => {}` ([#19](https://github.com/babel/ba…
900 - Support negative numeric type literals @kittens
901 - Remove line terminator restriction after await keyword @kittens
902 - Remove grouped type arrow restriction as it seems flow no longer has it @kittens
903 - Fix parse error with generic methods that have the name `get` or `set` `class foo { get() {} }` (…
904 - Fix parse error with arrow functions that have flow type parameter declarations `<T>(x: T): T => …
908 - Document AST differences from ESTree ([#41](https://github.com/babel/babylon/pull/41)) @nene
909 - Move ast spec from babel/babel ([#46](https://github.com/babel/babylon/pull/46)) @hzoo
913 - Enable skipped tests ([#16](https://github.com/babel/babylon/pull/16)) @danez
914 - Add script to test latest version of babylon with babel ([#21](https://github.com/babel/babylon/p…
915 - Upgrade test runner ava @kittens
916 - Add missing generate-identifier-regex script @kittens
917 - Rename parser context types @kittens
918 - Add node v6 to travis testing @hzoo
919 - Update to Unicode v9 ([#45](https://github.com/babel/babylon/pull/45)) @mathiasbynens
921 ## 6.8.1 (2016-06-06)
925 - Parse type parameter declarations with defaults like `type Foo<T = string> = T`
928 - Type parameter declarations need 1 or more type parameters.
929 - The existential type `*` is not a valid type parameter.
930 - The existential type `*` is a primary type
933 - The param list for type parameter declarations now consists of `TypeParameter` nodes
934 - New `TypeParameter` AST Node (replaces using the `Identifier` node before)
945 ## 6.8.0 (2016-05-02)
967 ##### Parse for-await statements (w/ `asyncGenerators` plugin) ([#17](https://github.com/babel/baby…
971 …ators and for-await](https://github.com/tc39/proposal-async-iteration) are now a [stage 2 proposal…