Skip to content

Commit

Permalink
Remove async iterators from stage 3 proposals section
Browse files Browse the repository at this point in the history
  • Loading branch information
dnalborczyk authored and marijnh committed Jun 22, 2019
1 parent a53faf5 commit 211e4c9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion acorn/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,6 @@ The utility spits out the syntax tree as JSON data.
Plugins for ECMAScript proposals:

- [`acorn-stage3`](https://github.com/acornjs/acorn-stage3): Parse most stage 3 proposals, bundling:
- [`acorn-async-iteration`](https://github.com/acornjs/acorn-async-iteration): Parse [async iteration proposal](https://github.com/tc39/proposal-async-iteration)
- [`acorn-bigint`](https://github.com/acornjs/acorn-bigint): Parse [BigInt proposal](https://github.com/tc39/proposal-bigint)
- [`acorn-class-fields`](https://github.com/acornjs/acorn-class-fields): Parse [class fields proposal](https://github.com/tc39/proposal-class-fields)
- [`acorn-dynamic-import`](https://github.com/kesne/acorn-dynamic-import): Parse [import() proposal](https://github.com/tc39/proposal-dynamic-import)
Expand Down

0 comments on commit 211e4c9

Please sign in to comment.