File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " esast-util-from-js" ,
3
- "version" : " 1.2 .0" ,
3
+ "version" : " 2.0 .0" ,
4
4
"description" : " estree (and esast) utility to parse from JavaScript" ,
5
5
"license" : " MIT" ,
6
6
"keywords" : [
Original file line number Diff line number Diff line change @@ -54,14 +54,14 @@ npm install esast-util-from-js
54
54
In Deno with [ ` esm.sh ` ] [ esmsh ] :
55
55
56
56
``` js
57
- import {fromJs } from ' https://esm.sh/esast-util-from-js@1 '
57
+ import {fromJs } from ' https://esm.sh/esast-util-from-js@2 '
58
58
```
59
59
60
60
In browsers with [ ` esm.sh ` ] [ esmsh ] :
61
61
62
62
``` html
63
63
<script type =" module" >
64
- import {fromJs } from ' https://esm.sh/esast-util-from-js@1 ?bundle'
64
+ import {fromJs } from ' https://esm.sh/esast-util-from-js@2 ?bundle'
65
65
</script >
66
66
```
67
67
You can’t perform that action at this time.
0 commit comments