You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
[Acorn](https://github.com/acornjs/acorn) preloaded with plugins for syntax parity with recent Node versions.
4
4
5
-
It also includes versions of the plugins compiled with [Bublé](https://github.com/rich-harris/buble), so they can be run on old Node versions (0.6 and up).
5
+
It also includes versions of the plugins compiled with [Babel](https://github.com/babel/babel), so they can be run on old Node versions (0.6 and up).
6
6
7
7
[![npm][npm-image]][npm-url]
8
8
[![travis][travis-image]][travis-url]
@@ -29,7 +29,6 @@ var acorn = require('acorn-node')
29
29
30
30
The API is the same as [acorn](https://github.com/acornjs/acorn), but the following syntax features are enabled by default:
31
31
32
-
- Numeric separators syntax `10_000`
33
32
- Public and private class instance fields
34
33
- Public and private class static fields
35
34
@@ -52,6 +51,6 @@ The files in the repo root and the ./test folder are licensed as [Apache-2.0](LI
52
51
53
52
The files in lib/ are generated from other packages:
54
53
54
+
- lib/class-fields: [acorn-class-fields](https://github.com/acornjs/acorn-class-fields), MIT
55
55
- lib/class-private-elements: [acorn-class-private-elements](https://github.com/acornjs/acorn-class-private-elements), MIT
56
-
- lib/numeric-separator: [acorn-numeric-separator](https://github.com/acornjs/acorn-numeric-separator]), MIT
57
56
- lib/static-class-features: [acorn-static-class-features](https://github.com/acornjs/acorn-static-class-features), MIT
0 commit comments