Skip to content

Commit 27e64df

Browse files
committed
Revert "build: depend on acorn-import-attributes (closes #1)"
This reverts commit f359c33. as it does not actually closes #1
1 parent ac498ac commit 27e64df

File tree

3 files changed

+16
-13
lines changed

3 files changed

+16
-13
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@rollup/plugin-node-resolve": "^15.0.2",
4545
"@rollup/pluginutils": "^4.2.1",
4646
"acorn": "^8.8.2",
47-
"acorn-import-attributes": "^1.9.2",
47+
"acorn-import-assertions": "git+http://github.com/swiing/acorn-import-assertions.git",
4848
"estree-walker": "^2.0.2"
4949
},
5050
"devDependencies": {

pnpm-lock.yaml

+14-11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* SPDX-License-Identifier: MIT
44
*/
55

6-
import { importAssertions as acornImportAssertions } from 'acorn-import-attributes';
6+
import { importAssertions as acornImportAssertions } from 'acorn-import-assertions';
77
import { createFilter, dataToEsm } from '@rollup/pluginutils';
88
import { walk } from 'estree-walker';
99

0 commit comments

Comments
 (0)