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 11{
22 "name" : " esast-util-from-js" ,
3- "version" : " 1.2 .0" ,
3+ "version" : " 2.0 .0" ,
44 "description" : " estree (and esast) utility to parse from JavaScript" ,
55 "license" : " MIT" ,
66 "keywords" : [
Original file line number Diff line number Diff line change @@ -54,14 +54,14 @@ npm install esast-util-from-js
5454In Deno with [ ` esm.sh ` ] [ esmsh ] :
5555
5656``` 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 '
5858```
5959
6060In browsers with [ ` esm.sh ` ] [ esmsh ] :
6161
6262``` html
6363<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'
6565 </script >
6666```
6767
You can’t perform that action at this time.
0 commit comments