diff --git a/packages/recma-jsx/package.json b/packages/recma-jsx/package.json index 64b3315..e635f86 100644 --- a/packages/recma-jsx/package.json +++ b/packages/recma-jsx/package.json @@ -12,6 +12,9 @@ "recma-stringify": "^1.0.0", "unified": "^11.0.0" }, + "peerDependencies": { + "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0" + }, "exports": "./index.js", "files": [ "lib/", diff --git a/test/fixtures/basic/index.json b/test/fixtures/basic/index.json index d88f825..8ebd343 100644 --- a/test/fixtures/basic/index.json +++ b/test/fixtures/basic/index.json @@ -892,6 +892,7 @@ } ], "source": null, + "attributes": [], "position": { "start": { "line": 11,