insert-module-globals icon indicating copy to clipboard operation
insert-module-globals copied to clipboard

Time to update acorn-node?

Open ile opened this issue 2 years ago • 0 comments

Latest https://github.com/browserify/acorn-node/ is 2.0.1, insert-module-globals uses effectively 1.8.2, which is from 2020, and doesn't support some JS syntax, which would be useful.

Actually this would affect a few other packages too:

│ └─┬ [email protected]
│   ├─┬ [email protected]
│   │ ├─┬ [email protected]
│   │ │ └── [email protected]
│   │ └─┬ [email protected]
│   │   └─┬ [email protected]
│   │     └── [email protected]
│   ├─┬ [email protected]
│   │ └─┬ [email protected]
│   │   └─┬ [email protected]
│   │     └── [email protected]
│   └─┬ [email protected]
│     └─┬ [email protected]
│       └── [email protected]

ile avatar Jul 17 '23 07:07 ile