Skip to content

Commit

Permalink
chore: Publish @swc/[email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Apr 15, 2024
1 parent 5f75019 commit 1af8483
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/helpers/esm/_using_ctx.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export function _usingCtx() {
export function _using_ctx() {
var _disposeSuppressedError =
typeof SuppressedError === "function"
? // eslint-disable-next-line no-undef
Expand Down
1 change: 1 addition & 0 deletions packages/helpers/esm/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ export { _type_of } from "./_type_of.js";
export { _unsupported_iterable_to_array } from "./_unsupported_iterable_to_array.js";
export { _update } from "./_update.js";
export { _using } from "./_using.js";
export { _using_ctx } from "./_using_ctx.js";
export { _wrap_async_generator } from "./_wrap_async_generator.js";
export { _wrap_native_super } from "./_wrap_native_super.js";
export { _write_only_error } from "./_write_only_error.js";
4 changes: 4 additions & 0 deletions packages/helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,10 @@
"import": "./esm/_using.js",
"default": "./cjs/_using.cjs"
},
"./_/_using_ctx": {
"import": "./esm/_using_ctx.js",
"default": "./cjs/_using_ctx.cjs"
},
"./_/_wrap_async_generator": {
"import": "./esm/_wrap_async_generator.js",
"default": "./cjs/_wrap_async_generator.cjs"
Expand Down

0 comments on commit 1af8483

Please sign in to comment.