Skip to content

Commit 2f13f1b

Browse files
committed
chore: spelling
1 parent fd850b0 commit 2f13f1b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/bundle-utils/src

packages/bundle-utils/src/js.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ function _generate(
151151
const componentNamespace = '_Component'
152152
const variableDeclarations: string[] = []
153153

154-
// slice and reseuse imports and top-level variable declarations as-is
154+
// slice and reuse imports and top-level variable declarations as-is
155155
// NOTE: this prevents optimization/compilation of top-level variables, we may be able to add support for this
156156
walk(node, {
157157
/**

0 commit comments

Comments
 (0)