Skip to content
This repository was archived by the owner on Jan 18, 2022. It is now read-only.
This repository was archived by the owner on Jan 18, 2022. It is now read-only.

Recursive vue imports with inline typescript #260

@ezolenko

Description

@ezolenko

Expected behavior

Ideally rollup-plugin-vue handles all inline vue imports and creates multiple ?rollup-plugin-vue=script.ts modules in rollup before passing them down the chain.

Actual behavior

See ezolenko/rollup-plugin-typescript2#129, basically rollup-plugin-vue generates typescript code that gets passed to rollup-plugin-typescript2, but that code has another import "something.vue" statement and I can't pass it back to rollup because typescript demands cold hard values and doesn't take promises.

Steps to reproduce the behavior

See the test repo in the referenced bug.

Metadata

Metadata

Assignees

No one assigned

    Labels

    staleNo activity for long

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions