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

refactor(language-core): improve maintainability of codegen #4276

Merged
merged 11 commits into from
Apr 21, 2024

Conversation

johnsoncodehk
Copy link
Member

@johnsoncodehk johnsoncodehk commented Apr 16, 2024

  • No longer supports codegen stack to simplify the code.
  • Deprecated vueCompilerOptions.nativeTags, now respects the nodeType property of template AST node.
  • Dynamic component types without v-bind:is are no longer supported.
    ✅ This ok
    <component :is="Foo" />
    
    ❌ No longer support
    <component is="Foo" />
    <component is="a" />
  • CodeGen has been reorganized into multiple files.
  • Improved partial code reusability.

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.

None yet

1 participant