We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6548f8f commit 1ffa93fCopy full SHA for 1ffa93f
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "estree-util-to-js",
3
- "version": "1.2.0",
+ "version": "2.0.0",
4
"description": "estree (and esast) utility to serialize to JavaScript",
5
"license": "MIT",
6
"keywords": [
readme.md
@@ -65,14 +65,14 @@ npm install estree-util-to-js
65
In Deno with [`esm.sh`][esmsh]:
66
67
```js
68
-import {toJs} from 'https://esm.sh/estree-util-to-js@1'
+import {toJs} from 'https://esm.sh/estree-util-to-js@2'
69
```
70
71
In browsers with [`esm.sh`][esmsh]:
72
73
```html
74
<script type="module">
75
- import {toJs} from 'https://esm.sh/estree-util-to-js@1?bundle'
+ import {toJs} from 'https://esm.sh/estree-util-to-js@2?bundle'
76
</script>
77
78
0 commit comments