@@ -56,7 +56,7 @@ It turns JS into esast.
56
56
## Install
57
57
58
58
This package is [ ESM only] [ esm ] .
59
- In Node.js (version 14.14+ and 16.0 +), install with [ npm] [ ] :
59
+ In Node.js (version 16 +), install with [ npm] [ ] :
60
60
61
61
``` sh
62
62
npm install estree-util-to-js
@@ -322,10 +322,13 @@ It exports the additional types [`Handler`][api-handler],
322
322
323
323
## Compatibility
324
324
325
- Projects maintained by the unified collective are compatible with all maintained
325
+ Projects maintained by the unified collective are compatible with maintained
326
326
versions of Node.js.
327
- As of now, that is Node.js 14.14+, 16.0+, and 18.0+.
328
- Our projects sometimes work with older versions, but this is not guaranteed.
327
+
328
+ When we cut a new major release, we drop support for unmaintained versions of
329
+ Node.
330
+ This means we try to keep the current release line, ` estree-util-to-js@^1 ` ,
331
+ compatible with Node.js 12.
329
332
330
333
## Contribute
331
334
@@ -355,9 +358,9 @@ abide by its terms.
355
358
356
359
[ downloads ] : https://www.npmjs.com/package/estree-util-to-js
357
360
358
- [ size-badge ] : https://img.shields.io/bundlephobia/minzip/ estree-util-to-js.svg
361
+ [ size-badge ] : https://img.shields.io/badge/dynamic/json?label=minzipped%20size&query=$.size.compressedSize&url=https://deno.bundlejs.com/?q= estree-util-to-js
359
362
360
- [ size ] : https://bundlephobia .com/result?p =estree-util-to-js
363
+ [ size ] : https://bundlejs .com/?q =estree-util-to-js
361
364
362
365
[ sponsors-badge ] : https://opencollective.com/unified/sponsors/badge.svg
363
366
0 commit comments