Skip to content

Commit

Permalink
docs(changeset): fix: export wrapExports from index.js plugin-directives
Browse files Browse the repository at this point in the history
  • Loading branch information
nksaraf committed Dec 2, 2023
1 parent 045bb93 commit 4663c9d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .changeset/tall-sloths-repair.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@vinxi/plugin-directives": patch
---

fix: export wrapExports from index.js plugin-directives
8 changes: 2 additions & 6 deletions packages/vinxi-directives/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
export { directives } from "./plugin.js";
export {
shimExportsPlugin,
splitPlugin,
decorateExportsPlugin,
wrapExportsPlugin,
} from "./transform.js";
export { shimExportsPlugin, decorateExportsPlugin } from "./transform.js";
export { wrapExports, wrapExportsPlugin } from "./wrap-exports.js";

0 comments on commit 4663c9d

Please sign in to comment.