-
-
Notifications
You must be signed in to change notification settings - Fork 420
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d32311b
commit ab1fafc
Showing
15 changed files
with
9,381 additions
and
11,470 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1,046 changes: 0 additions & 1,046 deletions
1,046
extensions/vscode-typescript-vue-plugin/yarn.lock
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1,043 changes: 0 additions & 1,043 deletions
1,043
extensions/vscode-vue-language-features/yarn.lock
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,24 @@ | ||
{ | ||
"private": true, | ||
"scripts": { | ||
"install": "yarn install:vue-language-features && yarn install:typescript-vue-plugin", | ||
"install:vue-language-features": "cd extensions/vscode-vue-language-features && yarn", | ||
"install:typescript-vue-plugin": "cd extensions/vscode-typescript-vue-plugin && yarn", | ||
"build": "tsc -b tsconfig.build.json", | ||
"watch": "tsc -b tsconfig.build.json -w", | ||
"prerelease": "yarn build && yarn test", | ||
"release": "lerna publish --exact --force-publish --yes && yarn release:vue-language-features && yarn release:typescript-vue-plugin", | ||
"release:vue-language-features": "cd extensions/vscode-vue-language-features && yarn release", | ||
"release:typescript-vue-plugin": "cd extensions/vscode-typescript-vue-plugin && yarn release", | ||
"pretest": "cd packages/vscode-vue-languageservice/testCases && yarn", | ||
"prerelease": "npm run build && npm run test", | ||
"release": "lerna publish --exact --force-publish --yes && npm run release:vue-language-features && npm run release:typescript-vue-plugin", | ||
"release:vue-language-features": "cd extensions/vscode-vue-language-features && npm run release", | ||
"release:typescript-vue-plugin": "cd extensions/vscode-typescript-vue-plugin && npm run release", | ||
"test": "jest", | ||
"chrome": "yarn build && vscode-test-web --browserType=chromium --extensionDevelopmentPath=./extensions/vscode-vue-language-features ../volar-starter" | ||
"chrome": "npm run build && vscode-test-web --browserType=chromium --extensionDevelopmentPath=./extensions/vscode-vue-language-features ../volar-starter" | ||
}, | ||
"devDependencies": { | ||
"@types/jest": "latest", | ||
"@vscode/test-web": "latest", | ||
"jest": "latest", | ||
"lerna": "latest", | ||
"ts-jest": "latest", | ||
"typescript": "latest", | ||
"vsce": "latest" | ||
"typescript": "latest" | ||
}, | ||
"resolutions": { | ||
"to-vfile": "7.1.0" | ||
}, | ||
"workspaces": [ | ||
"packages/*" | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"devDependencies": { | ||
"vue": "^3.2.26" | ||
"vue": "^3.2.27" | ||
} | ||
} |
160 changes: 0 additions & 160 deletions
160
packages/vscode-vue-languageservice/testCases/yarn.lock
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.