Skip to content

Conversation

zhiyuanzmj
Copy link
Member

// prevent handle the declaration:
export { shallowRef as useRef } from 'vue';

Copy link

vercel bot commented Mar 18, 2025

@zhiyuanzmj is attempting to deploy a commit to the vuejs Team on Vercel.

A member of the Team first needs to authorize it.

Copy link

pkg-pr-new bot commented Mar 18, 2025

Open in Stackblitz

npm i https://pkg.pr.new/@vue/repl@327

commit: 185c85a

@edison1105 edison1105 requested a review from wangcch March 24, 2025 03:05
@@ -201,7 +201,7 @@ function processModule(store: Store, src: string, filename: string) {
}
}
s.remove(node.start!, node.declaration.start!)
} else if (node.source) {
} else if (node.source && node.source.value.startsWith('./')) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤔 I think line214 may not be able to support external dependence export.

export { ... } from 'module'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants