Skip to content

Commit

Permalink
fix: export @marko/compiler/babel-utils for legacy resolvers
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanPiercey committed Dec 30, 2024
1 parent 638ba01 commit b4d73b0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/bright-parrots-end.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@marko/compiler": patch
---

Expose @marko/compiler/babel-utils as a top level file for legacy resolvers.
1 change: 1 addition & 0 deletions packages/compiler/babel-utils.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = require("./dist/babel-utils");
1 change: 1 addition & 0 deletions packages/compiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
"modules.js",
"index.d.ts",
"babel-types.d.ts",
"babel-utils.js",
"babel-utils.d.ts",
"register.js",
"register.d.ts"
Expand Down

0 comments on commit b4d73b0

Please sign in to comment.