Skip to content

Releases: MatAtBread/fast-async

Update nodent to latest version

16 Feb 22:16
Compare
Choose a tag to compare

Fixes a range of edge cases related to try-catch, strict mode and location of package.json options.

Implement 'spec' option

28 Dec 17:19
Compare
Choose a tag to compare

Note minor bump since the spec option requires noRuntime and therefore nodent v3.

Fix `export` declarations

18 Sep 17:30
Compare
Choose a tag to compare

Don't attempt to hoist exported named declarations
Correctly identify Babel types Object/ClassMethod as scopes to avoid illegal mappings

Thanks to @dessaya for finding this case
Fixes #12

ES6 destructuring and export async fixes

06 Aug 19:12
Compare
Choose a tag to compare

Bump nodent for:

Object spread support

14 Jul 16:38
Compare
Choose a tag to compare

Implement parsing for proposed ES7 Object spread var {a,b,...x} = y ; used in Babel (see #6)

Specify runtime inclusion rules.

21 Apr 15:10
Compare
Choose a tag to compare

Update to allow for much more specific rules for including the nodent runtime in compiled files. See README.md for more details.

Improved README. Bump to Nodent 2.5.0

13 Apr 16:08
Compare
Choose a tag to compare

Fix issue with babel>=6.5.0. Bump Nodent to 2.4.0

12 Feb 12:39
Compare
Choose a tag to compare

Remove location information from the runtime as Babel >=6.5.0 does a search by location and barfs if multiple nodes appearantly occupy the same source locations.
Bump nodent - see https://github.com/MatAtBread/nodent#changelog v2.4.0 for details

Correct ESTree async Property bug. Add optional compiler flags

06 Nov 08:52
Compare
Choose a tag to compare
6.0.2

Bump acorn-es7-plugin & nodent to improve ESTree compliance