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" : " estree-util-is-identifier-name" ,
3- "version" : " 2.1 .0" ,
3+ "version" : " 3.0 .0" ,
44 "description" : " Check if something can be an ecmascript (javascript) identifier name" ,
55 "license" : " MIT" ,
66 "keywords" : [
Original file line number Diff line number Diff line change @@ -49,14 +49,14 @@ npm install estree-util-is-identifier-name
4949In Deno with [ ` esm.sh ` ] [ esmsh ] :
5050
5151``` js
52- import {cont , name , start } from ' https://esm.sh/estree-util-is-identifier-name@2 '
52+ import {cont , name , start } from ' https://esm.sh/estree-util-is-identifier-name@3 '
5353```
5454
5555In browsers with [ ` esm.sh ` ] [ esmsh ] :
5656
5757``` html
5858<script type =" module" >
59- import {cont , name , start } from ' https://esm.sh/estree-util-is-identifier-name@2 ?bundle'
59+ import {cont , name , start } from ' https://esm.sh/estree-util-is-identifier-name@3 ?bundle'
6060 </script >
6161```
6262
You can’t perform that action at this time.
0 commit comments