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" : " estree-util-is-identifier-name" ,
3
- "version" : " 2.1 .0" ,
3
+ "version" : " 3.0 .0" ,
4
4
"description" : " Check if something can be an ecmascript (javascript) identifier name" ,
5
5
"license" : " MIT" ,
6
6
"keywords" : [
Original file line number Diff line number Diff line change @@ -49,14 +49,14 @@ npm install estree-util-is-identifier-name
49
49
In Deno with [ ` esm.sh ` ] [ esmsh ] :
50
50
51
51
``` 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 '
53
53
```
54
54
55
55
In browsers with [ ` esm.sh ` ] [ esmsh ] :
56
56
57
57
``` html
58
58
<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'
60
60
</script >
61
61
```
62
62
You can’t perform that action at this time.
0 commit comments