Skip to content

Commit

Permalink
Fix after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Mar 7, 2022
1 parent 30ad797 commit 2c61f00
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
3 changes: 1 addition & 2 deletions packages/babel-core/test/merge-map.js
@@ -1,5 +1,4 @@
import _mergeSourceMap from "../lib/transformation/file/merge-map.js";
const mergeSourceMap = _mergeSourceMap.default;
import mergeSourceMap from "../lib/transformation/file/merge-map.js";

describe("merge-map", () => {
it("returns a plain js object", () => {
Expand Down
Expand Up @@ -44,5 +44,6 @@
},
"engines": {
"node": ">=6.9.0"
}
},
"type": "module"
}
Expand Up @@ -29,5 +29,6 @@
"engines": {
"node": ">=6.9.0"
},
"author": "The Babel Team (https://babel.dev/team)"
"author": "The Babel Team (https://babel.dev/team)",
"type": "module"
}
3 changes: 2 additions & 1 deletion packages/babel-plugin-syntax-unicode-sets-regex/package.json
Expand Up @@ -44,5 +44,6 @@
},
"engines": {
"node": ">=6.9.0"
}
},
"type": "module"
}

0 comments on commit 2c61f00

Please sign in to comment.