summaryrefslogtreecommitdiff
path: root/packages/integrations/vue/test/app-entrypoint.test.js (follow)
AgeCommit message (Collapse)AuthorFilesLines
2024-02-21chore: use biome to sort imports - only test files (#10180)Gravatar Emanuele Stoppa 1-2/+2
* chore: use biome to sort imports * do the sorting * Update package.json Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com> --------- Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
2024-02-07Use eslint-plugin-regexp (#9993)Gravatar Bjorn Lu 1-4/+4
2024-01-31chore(`@astrojs/vue`): use Node.js for testing (#9901)Gravatar Atharva 1-27/+27
* chore: migrate vue tests to node * chore: prune chai/mocha from package-lock
2024-01-01Fix asynchronous `appEntrypoint` support (#9558)Gravatar Michael Thomas 1-0/+23
2023-12-06[ci] formatGravatar Nate Moore 1-2/+2
2023-12-05Vue: Remove `hasDefaultExport` check from `appEntrypoint` logic (#9333)Gravatar Nate Moore 1-0/+64
2023-12-05Improve Vue `appEntrypoint` handling (#8794)Gravatar Amumu 1-0/+70
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> Co-authored-by: Arsh <69170106+lilnasy@users.noreply.github.com> Co-authored-by: Florian LEFEBVRE <contact@florian-lefebvre.dev> Co-authored-by: Nate Moore <nate@astro.build>
2023-11-08fix(vue): vue regular script block exports not being recognized inside ↵Gravatar Justinas Delinda 1-5/+17
editor (#8998) Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com>
2023-09-06fix: no asset plugin w/ img is imported with query (#8353)Gravatar Barthélémy Ledoux 1-0/+8
* fix: no asset plugin w/ img is imported with query * add changeset * add test for the new feature * remove exp * use removeQueryString instead of `includes('?')` it's more explicit --------- Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com>
2023-03-31supporting top of await (#6671)Gravatar wulinsheng123 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] formatGravatar natemoo-re 1-4/+4
2022-10-13[Vue] add support for `appEntrypoint` (#5075)Gravatar Nate Moore 1-0/+34
* 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>