Skip to content

Commit

Permalink
fix: add missing babel types (#5183)
Browse files Browse the repository at this point in the history
Co-authored-by: neverland <[email protected]>
  • Loading branch information
tmkx and chenjiahan authored Jan 3, 2024
1 parent dee0095 commit 19c8687
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .changeset/weak-beds-wash.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@modern-js/types': patch
---

fix: add missing babel types
fix: 添加缺失 babel 类型
5 changes: 5 additions & 0 deletions packages/toolkit/types/common/babel.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
import type {
TransformOptions as BabelTransformOptions,
PluginItem as BabelPlugin,
} from '@babel/core';

export type {
TransformOptions as BabelTransformOptions,
PluginItem as BabelPlugin,
Expand Down

0 comments on commit 19c8687

Please sign in to comment.