Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(types): export missing type from compiler-core #907

Merged
merged 1 commit into from
Apr 1, 2020

Conversation

rigor789
Copy link
Contributor

@rigor789 rigor789 commented Apr 1, 2020

transformElement is not currently exported, but it's required for our custom renderer's tests similar to what's used in compiler-dom transform tests:
https://github.com/vuejs/vue-next/blob/b7b0d16b1cc076a80ab51388f8f861d14e6fe8a0/packages/compiler-dom/__tests__/transforms/transformStyle.spec.ts#L10

If it makes sense, I can update all the imports to use the new export.

@yyx990803 yyx990803 merged commit 20f4965 into vuejs:master Apr 1, 2020
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