Lines Matching refs:babylon
12 > Semver Policy: https://github.com/babel/babylon#semver
38 …* Fixed invalid number literal parsing ([#473](https://github.com/babel/babylon/pull/473)) (Alex K…
39 * Fix number parser ([#433](https://github.com/babel/babylon/pull/433)) (Alex Kuzmenko)
40 …nd props are checked for reserved words ([#479](https://github.com/babel/babylon/pull/479)) (Brian…
41 …* Remove jsx context when parsing arrow functions ([#475](https://github.com/babel/babylon/pull/47…
42 * Allow super in class properties ([#499](https://github.com/babel/babylon/pull/499)) (Brian Ng)
43 …* Allow flow class field to be named constructor ([#510](https://github.com/babel/babylon/pull/510…
47 * Cherry-pick #418 to 6.x ([#476](https://github.com/babel/babylon/pull/476)) (Sebastian McKenzie)
48 …* Add support for invalid escapes in tagged templates ([#274](https://github.com/babel/babylon/pul…
49 …* Throw error if new.target is used outside of a function ([#402](https://github.com/babel/babylon…
50 …* Fix parsing of class properties ([#351](https://github.com/babel/babylon/pull/351)) (Kevin Gibbo…
51 …* Fix parsing yield with dynamicImport ([#383](https://github.com/babel/babylon/pull/383)) (Brian …
52 …* Ensure consistent start args for parseParenItem ([#386](https://github.com/babel/babylon/pull/38…
58 ***ESTree*** compatibility as plugin ([#277](https://github.com/babel/babylon/pull/277)) (Daniel Ts…
60 We finally introduce a new compatibility layer for ESTree. To put babylon into ESTree-compatible mo…
62 …babylon outside of babel to use this plugin. This will make it much easier for users to switch bet…
71 …ree mode to ESTree, have a look at our [Readme](https://github.com/babel/babylon/#output), where a…
73 Add a parseExpression public method ([#213](https://github.com/babel/babylon/pull/213)) (jeromew)
78 import { parseExpression } from 'babylon';
85 Add startLine option ([#346](https://github.com/babel/babylon/pull/346)) (Raphael Mu)
87 A new option was added to babylon allowing to change the intial linenumber for the first line which…
90 Function predicate declaration ([#103](https://github.com/babel/babylon/pull/103)) (Panagiotis Vekr…
98 Allow imports in declare module ([#315](https://github.com/babel/babylon/pull/315)) (Daniel Tschind…
111 Forbid semicolons after decorators in classes ([#352](https://github.com/babel/babylon/pull/352)) (…
122 Keywords are not allowed as local specifier ([#307](https://github.com/babel/babylon/pull/307)) (Da…
131 Do not allow overwritting of primitive types ([#314](https://github.com/babel/babylon/pull/314)) (D…
135 Disallow import type { type a } from … ([#305](https://github.com/babel/babylon/pull/305)) (Daniel …
143 …perties is disabled and Flow is enabled ([#300](https://github.com/babel/babylon/pull/300)) (Andre…
149 …sync function to be FunctionDeclaration ([#324](https://github.com/babel/babylon/pull/324)) (Danie…
159 … on attempt to destructure named import ([#288](https://github.com/babel/babylon/pull/288)) (Brian…
163 Fix negative number literal typeannotations ([#366](https://github.com/babel/babylon/pull/366)) (Da…
165 Ensure takeDecorators is called on exported class ([#358](https://github.com/babel/babylon/pull/358…
167 ESTree: correctly change literals in all cases ([#368](https://github.com/babel/babylon/pull/368)) …
169 Correctly convert RestProperty to Assignable ([#339](https://github.com/babel/babylon/pull/339)) (D…
171 Fix #321 by allowing question marks in type params ([#338](https://github.com/babel/babylon/pull/33…
173 Fix #336 by correctly setting arrow-param ([#337](https://github.com/babel/babylon/pull/337)) (Dani…
175 … destructuring `set` with default value ([#317](https://github.com/babel/babylon/pull/317)) (Brian…
177 Fix ObjectTypeCallProperty static ([#298](https://github.com/babel/babylon/pull/298)) (Dan Harper)
182 Fix generator-method-with-computed-name spec ([#360](https://github.com/babel/babylon/pull/360)) (A…
184 …claration test with unintended semantic ([#361](https://github.com/babel/babylon/pull/361)) (Alex …
186 Cleanup and splitup parser functions ([#295](https://github.com/babel/babylon/pull/295)) (Daniel Ts…
188 chore(package): update flow-bin to version 0.38.0 ([#313](https://github.com/babel/babylon/pull/313…
190 Call inner function instead of 1:1 copy to plugin ([#294](https://github.com/babel/babylon/pull/294…
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…
198 Correct indent eslint rule config ([#276](https://github.com/babel/babylon/pull/276)) (Daniel Tschi…
200 Fail tests that have expected.json and throws-option ([#285](https://github.com/babel/babylon/pull/…
204 Update contributing with more test info [skip ci] ([#355](https://github.com/babel/babylon/pull/355…
206 Update API documentation ([#330](https://github.com/babel/babylon/pull/330)) (Timothy Gu)
208 Added keywords to package.json ([#323](https://github.com/babel/babylon/pull/323)) (Dmytro)
210 AST spec: fix casing of `RegExpLiteral` ([#318](https://github.com/babel/babylon/pull/318)) (Mathia…
216 Add support for Flow shorthand import type ([#267](https://github.com/babel/babylon/pull/267)) (Jef…
239 flow: allow leading pipes in all positions ([#256](https://github.com/babel/babylon/pull/256)) (Vla…
246 Throw error when exporting non-declaration ([#241](https://github.com/babel/babylon/pull/241)) (Kai…
248 Previously babylon parsed the following exports, although they are not valid:
259 Don't set inType flag when parsing property names ([#266](https://github.com/babel/babylon/pull/266…
269 …r JSXEmptyExpression nodes (fixes #248) ([#249](https://github.com/babel/babylon/pull/249)) (James…
276 Use fromCodePoint to convert high value unicode entities ([#243](https://github.com/babel/babylon/p…
280 Rename folder to avoid Windows-illegal characters ([#281](https://github.com/babel/babylon/pull/281…
282 Allow this.state.clone() when parsing decorators ([#262](https://github.com/babel/babylon/pull/262)…
286 User external-helpers ([#254](https://github.com/babel/babylon/pull/254)) (Daniel Tschinder)
288 Add watch script for dev ([#234](https://github.com/babel/babylon/pull/234)) (Kai Cataldo)
290 …r "*" option, and remove from README.md ([#245](https://github.com/babel/babylon/pull/245)) (Andre…
292 Prepare tests for multiple fixture runners. ([#240](https://github.com/babel/babylon/pull/240)) (Da…
294 Add some test coverage for decorators stage-0 plugin ([#250](https://github.com/babel/babylon/pull/…
296 Refactor tokenizer types file ([#263](https://github.com/babel/babylon/pull/263)) (Sven SAULEAU)
298 Update eslint-config-babel to the latest version ([#273](https://github.com/babel/babylon/pull/2…
300 chore(package): update rollup to version 0.41.0 ([#272](https://github.com/babel/babylon/pull/272))…
302 chore(package): update flow-bin to version 0.37.0 ([#255](https://github.com/babel/babylon/pull/255…
308 Allow `"plugins": ["*"]` ([#229](https://github.com/babel/babylon/pull/229)) (Daniel Tschinder)
322 Throw error for reserved words `enum` and `await` ([#195](https://github.com/babel/babylon/pull/195…
333 Optional names for function types and object type indexers ([#197](https://github.com/babel/babylon…
351 Parse flow nested array type annotations like `number[][]` ([#219](https://github.com/babel/babylon…
362 …on at the end of `DelcareModuleExports` ([#223](https://github.com/babel/babylon/pull/223)) (Dani…
371 …* Count Babel tests towards Babylon code coverage ([#182](https://github.com/babel/babylon/pull/18…
372 * Fix strange line endings ([#214](https://github.com/babel/babylon/pull/214)) (Thomas Grainger)
374 …* chore(package): update flow-bin to version 0.34.0 ([#204](https://github.com/babel/babylon/pull/…
380 - Use rollup for bundling to speed up startup time ([#190](https://github.com/babel/babylon/pull/19…
383 const babylon = require('babylon');
384 const ast = babylon.parse('var foo = "lol";');
395 - add clean command [skip ci] ([#201](https://github.com/babel/babylon/pull/201)) (Henry Zhu)
396 …sync generator already added) [skip ci] ([#196](https://github.com/babel/babylon/pull/196)) (Henry…
402 Property variance type annotations for Flow plugin ([#161](https://github.com/babel/babylon/pull/16…
414 Raise error on duplicate definition of __proto__ ([#183](https://github.com/babel/babylon/pull/183)…
422 Flow: Allow class properties to be named `static` ([#184](https://github.com/babel/babylon/pull/184…
430 …r for object literal property shorthand ([#187](https://github.com/babel/babylon/pull/187)) (Andre…
438 Fix flowtype and add inType to state ([#189](https://github.com/babel/babylon/pull/189)) (Daniel Ts…
444 Fix .gitattributes line ending setting ([#191](https://github.com/babel/babylon/pull/191)) (Moti Zi…
446 Increase test coverage ([#175](https://github.com/babel/babylon/pull/175) (Moti Zilberman)
450 Error on missing expected.json fixture in CI ([#188](https://github.com/babel/babylon/pull/188)) (M…
452 Add .gitattributes and .editorconfig for LF line endings ([#179](https://github.com/babel/babylon/p…
454 Fixes two tests that are failing after the merge of #172 ([#177](https://github.com/babel/babylon/p…
460 Implement import() syntax ([#163](https://github.com/babel/babylon/pull/163)) (Jordan Gensler)
478 Add EmptyTypeAnnotation ([#171](https://github.com/babel/babylon/pull/171)) (Sam Goldman)
490 …ing with destructuring and sparse array ([#170](https://github.com/babel/babylon/pull/170)) (Jeroe…
497 …ion property names with type parameters ([#146](https://github.com/babel/babylon/pull/146)) (Dan H…
506 …roperty names with Flow type parameters ([#145](https://github.com/babel/babylon/pull/145)) (Dan H…
516 Allow typeAnnotations for yield expressions ([#174](https://github.com/babel/babylon/pull/174))) (D…
526 Annotate more errors with expected token ([#172](https://github.com/babel/babylon/pull/172))) (Moti…
535 Remove kcheck ([#173](https://github.com/babel/babylon/pull/173))) (Daniel Tschinder)
543 …ing with destructuring and sparse array ([#170](https://github.com/babel/babylon/pull/170)) (Jeroe…
554 …s in exported destructuring assignments ([#144](https://github.com/babel/babylon/pull/144)) (Kai C…
562 …ts in exported rest elements/properties ([#164](https://github.com/babel/babylon/pull/164)) (Kai C…
572 …` for default param in arrow expression ([#165](https://github.com/babel/babylon/pull/165)) (Kai C…
581 …'s expecting if there's a `SyntaxError` ([#150](https://github.com/babel/babylon/pull/150)) (Danie…
661 - [#139](https://github.com/babel/babylon/issues/139) Don't do the duplicate check if not an identi…
676 - [#137](https://github.com/babel/babylon/pull/137) - Fix a regression with duplicate exports - it …
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 …g through in the declare class Flow AST ([#135](https://github.com/babel/babylon/pull/135)) @danha…
750 …ng to rvalue" errors to include context ([#119](https://github.com/babel/babylon/pull/119)) @motiz…
766 …parseMaybeAssign` with correct arguments ([#133](https://github.com/babel/babylon/pull/133)) @danez
767 - Add semver note to changelog ([#131](https://github.com/babel/babylon/pull/131)) @hzoo
775 …or simple parameter list in strict mode ([#106](https://github.com/babel/babylon/pull/106)) (Timot…
795 * Exact object type annotations for Flow plugin ([#104](https://github.com/babel/babylon/pull/104))…
807 …` location in `ArrowFunctionExpression` ([#126](https://github.com/babel/babylon/pull/126)) (Danie…
808 …type annotation with default assignment ([#122](https://github.com/babel/babylon/pull/122)) (Dan H…
809 * Fix Flow return types on arrow functions ([#124](https://github.com/babel/babylon/pull/124)) (Dan…
813 * Add tests for export extensions ([#127](https://github.com/babel/babylon/pull/127)) (Daniel Tschi…
818 …untime` dependency by compiling with Babel's ES2015 loose mode. So using babylon standalone should…
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 …ith destructuring, types & default value ([#94](https://github.com/babel/babylon/pull/94)) @danhar…
829 - Fix declare class with qualified type identifier ([#97](https://github.com/babel/babylon/pull/97)…
830 …nCommas plugins and enable them by default ([#98](https://github.com/babel/babylon/pull/98)) @danez
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 …h filename property to comment node loc. ([#80](https://github.com/babel/babylon/pull/80)) @divmain
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 …dd comments to arrays which are not cloned ([#76](https://github.com/babel/babylon/pull/76)) @danez
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…
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 …e babel-plugin-istanbul to version 2.0.0 ([#89](https://github.com/babel/babylon/pull/89)) @greenk…
877 - chore(package): update nyc to version 8.0.0 ([#88](https://github.com/babel/babylon/pull/88)) @gr…
883 …f params, when flow and default value used ([#68](https://github.com/babel/babylon/pull/68)) @danez
889 …sion introduced in 6.8.2 with conditionals ([#63](https://github.com/babel/babylon/pull/63)) @danez
895 …tors `function* it() { yield <a></a>; }` ([#31](https://github.com/babel/babylon/pull/31)) @eldere…
896 - When cloning nodes do not clone its comments ([#24](https://github.com/babel/babylon/pull/24)) @d…
897 …t and return type `(...props): void => {}` ([#10](https://github.com/babel/babylon/pull/10)) @danez
898 - Fix leading comments added from previous node ([#23](https://github.com/babel/babylon/pull/23)) @…
899 …h flow's optional arguments `(arg?) => {}` ([#19](https://github.com/babel/babylon/pull/19)) @danez
903 … `get` or `set` `class foo { get() {} }` ([#55](https://github.com/babel/babylon/pull/55)) @vkurch…
904 …ameter declarations `<T>(x: T): T => x;` ([#54](https://github.com/babel/babylon/pull/54)) @gabele…
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…
919 - Update to Unicode v9 ([#45](https://github.com/babel/babylon/pull/45)) @mathiasbynens
949 ##### Parse Method Parameter Decorators ([#12](https://github.com/babel/babylon/pull/12))
967 …or-await statements (w/ `asyncGenerators` plugin) ([#17](https://github.com/babel/babylon/pull/17))