parse-imports icon indicating copy to clipboard operation
parse-imports copied to clipboard

⚡ A blazing fast ES module imports parser.

Results 6 parse-imports issues
Sort by recently updated
recently updated
newest added

Here are a couple of examples. I show the error message on the specific line referenced in the error. ``` { setFilterValue(''); setSortedColumns(getFilteredColumns('')); }} > ****** Parse error @:287:42 ```...

enhancement

e.g. the case ``` //=> // { // startIndex: 3, // endIndex: 20, // isDynamicImport: false, // moduleSpecifier: { // type: 'package', // isConstant: true, // code: `'b'`, // value:...

```js import a from 'b' with {at: '12'} await import("w", {with: {at: "1"}}) ```

Bumps [rollup](https://github.com/rollup/rollup) from 4.18.0 to 4.24.0. Release notes Sourced from rollup's releases. v4.24.0 4.24.0 2024-10-02 Features Support preserving and transpiling JSX syntax (#5668) Pull Requests #5668: Introduce JSX support (@​lukastaegert,...

dependencies

Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.7 to 4.0.8. Release notes Sourced from micromatch's releases. 4.0.8 Ultimate release that fixes both CVE-2024-4067 and CVE-2024-4068. We consider the issues low-priority, so even if you...

dependencies