Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-03-31 | supporting top of await (#6671) | 1 | -1/+0 | ||
* add fix * fix * revert verison * fix fn is undefined g * add e2e test * fix unit test * delete redundant code * add changeset --------- Co-authored-by: wuls <linsheng.wu@beantechs.com> | |||||
2022-10-13 | [ci] format | 1 | -4/+4 | ||
2022-10-13 | [Vue] add support for `appEntrypoint` (#5075) | 8 | -0/+94 | ||
* feat(vue): add support for appEntrypoint * chore: add changeset * test(vue): add tests for app entrypoint * docs(vue): update README to include app entrypoint * fix(vue): prefer resolvedVirtualModuleId Co-authored-by: Nate Moore <nate@astro.build> |