Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Open
Changes from 1 commit
Commits
Show all changes
54 commits
Select commit Hold shift + click to select a range
5d9c13b
wip: support vapor compile
ShenQingchuan Jul 13, 2025
f5c290e
wip: support vapor highlight and add demo
ShenQingchuan Jul 14, 2025
03e0324
wip: language service changes for vapor
ShenQingchuan Jul 14, 2025
5da89b0
wip: add vapor interop e2e test case
ShenQingchuan Jul 14, 2025
813eb16
wip: add guide for how to enable vapor in docs
ShenQingchuan Jul 14, 2025
5bb5231
wip: fix some pitfalls
ShenQingchuan Jul 14, 2025
604a56d
wip: fix vue-vine main package peer dep
ShenQingchuan Jul 14, 2025
200ebe1
wip: fix empty value pitfalls
ShenQingchuan Jul 14, 2025
95a7018
wip: fix transform assets url in vuejs/core#13623
ShenQingchuan Jul 14, 2025
6bb2def
wip: improve lowlight vapor tag
ShenQingchuan Jul 15, 2025
482532c
wip: add test case for SHOULD_ADD_SUFFIX_REGEXP
ShenQingchuan Jul 15, 2025
262bcdc
Merge branch 'main' of https://github.com/vue-vine/vue-vine into feat…
ShenQingchuan Jul 16, 2025
2f77366
feat: add transform srcset
ShenQingchuan Jul 17, 2025
1944a16
fix: implementation for srcset statically hoist
ShenQingchuan Jul 17, 2025
2780956
Merge branch 'main' of https://github.com/vue-vine/vue-vine into feat…
ShenQingchuan Jul 17, 2025
e38b1de
Merge branches 'feat/vine-vapor' and 'main' of https://github.com/vue…
ShenQingchuan Jul 20, 2025
8d751a2
Merge branch 'main' of https://github.com/vue-vine/vue-vine into feat…
ShenQingchuan Jul 21, 2025
a8eaf4b
Merge branch 'main' of https://github.com/vue-vine/vue-vine into feat…
ShenQingchuan Jul 21, 2025
89ce517
feat: support use vapor directive
ShenQingchuan Jul 21, 2025
51543ce
chore(e2e): add image loaded test check
ShenQingchuan Jul 21, 2025
d3a8b16
test: add typecheck and lint output snapshot
ShenQingchuan Jul 22, 2025
ec19ff9
chore: add minor,major for local-ext-pack [ci skip]
ShenQingchuan Jul 22, 2025
fab73b0
test(e2e): add remote assets url test cases
ShenQingchuan Jul 22, 2025
a1f3eb7
chore: use explicit tsgo version number
ShenQingchuan Jul 22, 2025
67282d6
test(e2e): remove userland path prefix in snapshot
ShenQingchuan Jul 22, 2025
275aff6
fix: use common path functions for windows
ShenQingchuan Jul 22, 2025
30e5b3d
fix: use strict template in vue-vine-tsc
ShenQingchuan Jul 22, 2025
c2d15fd
fix: remove path posix import
ShenQingchuan Jul 22, 2025
564b2e6
fix: remove another path posix import
ShenQingchuan Jul 22, 2025
f2c68f8
fix: normalize reference path sepatators
ShenQingchuan Jul 22, 2025
2f3932f
fix: add gitattributes for eol as LF
ShenQingchuan Jul 22, 2025
979fe28
fix: join search text in path.sep
ShenQingchuan Jul 22, 2025
1794bf5
test(e2e): wait a few seconds for remote img loading
ShenQingchuan Jul 22, 2025
a0e806b
test(e2e): change image loaded check implementation
ShenQingchuan Jul 22, 2025
3fcf56f
fix(lang-service): avoid duplicate references in scoped class names
ShenQingchuan Jul 23, 2025
4a2d31b
test(e2e): add vineEmits test cases
ShenQingchuan Jul 23, 2025
1da0979
fix(lang-service): gurantee using pipeline for completions list
ShenQingchuan Jul 23, 2025
54c00aa
Merge branch 'main' of https://github.com/vue-vine/vue-vine into feat…
ShenQingchuan Jul 23, 2025
eb9e497
Merge branch 'main' of https://github.com/vue-vine/vue-vine into feat…
ShenQingchuan Aug 2, 2025
9c10c3e
enhance(lang-service): performance improve for generate virtual code
ShenQingchuan Aug 8, 2025
5410ef5
Merge branch 'fix/improve-compiler-arch' of https://github.com/vue-vi…
ShenQingchuan Aug 8, 2025
6eaccf9
Merge branch 'main' of https://github.com/vue-vine/vue-vine into temp…
ShenQingchuan Aug 8, 2025
e3f74ef
Merge branch 'main' of https://github.com/vue-vine/vue-vine into feat…
ShenQingchuan Aug 12, 2025
24c22a3
fix: snapshot needs update
ShenQingchuan Aug 12, 2025
fd862d5
Merge branch 'main' of https://github.com/vue-vine/vue-vine into feat…
ShenQingchuan Aug 12, 2025
530e482
Merge branch 'main' of https://github.com/vue-vine/vue-vine into feat…
ShenQingchuan Aug 12, 2025
e9eccba
Merge branch 'main' into feat/vine-vapor
ShenQingchuan Aug 12, 2025
8e7fb61
Merge branch 'main' of https://github.com/vue-vine/vue-vine into feat…
ShenQingchuan Aug 12, 2025
f8bcf6c
Merge branch 'main' of https://github.com/vue-vine/vue-vine into feat…
ShenQingchuan Aug 12, 2025
28de59a
Merge branch 'main' of https://github.com/vue-vine/vue-vine into feat…
ShenQingchuan Aug 12, 2025
2d83980
chore(ci): do not use shell env syntax in windows
ShenQingchuan Aug 12, 2025
5274062
Merge branch 'main' of https://github.com/vue-vine/vue-vine into feat…
ShenQingchuan Aug 13, 2025
774b8a4
Merge branch 'main' of https://github.com/vue-vine/vue-vine into feat…
ShenQingchuan Aug 17, 2025
7295a69
Merge branch 'main' of https://github.com/vue-vine/vue-vine into feat…
ShenQingchuan Aug 20, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore(ci): do not use shell env syntax in windows
  • Loading branch information
ShenQingchuan committed Aug 12, 2025
commit 2d83980befa87e2e341b12591a2d6d42ec7164a9
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
run: pnpm run build

- name: Run Unit Tests
run: NODE_ENV=test pnpm --filter @vue-vine/compiler --filter @vue-vine/language-service --filter @vue-vine/language-server --filter @vue-vine/eslint-parser --filter @vue-vine/eslint-plugin --filter @vue-vine/eslint-config --filter @vue-vine/nuxt --filter vue-vine run test --run
run: pnpm --filter @vue-vine/compiler --filter @vue-vine/language-service --filter @vue-vine/language-server --filter @vue-vine/eslint-parser --filter @vue-vine/eslint-plugin --filter @vue-vine/eslint-config --filter @vue-vine/nuxt --filter vue-vine run test --run

e2e_tests:
runs-on: ${{ matrix.os }}
Expand Down
Loading