Skip to content

Commit 32aa8a8

Browse files
chore: remove side effects (#4871)
Co-authored-by: Johnson Chu <[email protected]>
1 parent 0243d5e commit 32aa8a8

File tree

8 files changed

+8
-0
lines changed

8 files changed

+8
-0
lines changed

packages/component-meta/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"**/*.js",
77
"**/*.d.ts"
88
],
9+
"sideEffects": false,
910
"repository": {
1011
"type": "git",
1112
"url": "https://github.com/vuejs/language-tools.git",

packages/component-type-helpers/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"**/*.js",
77
"**/*.d.ts"
88
],
9+
"sideEffects": false,
910
"repository": {
1011
"type": "git",
1112
"url": "https://github.com/vuejs/language-tools.git",

packages/language-core/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"**/*.js",
77
"**/*.d.ts"
88
],
9+
"sideEffects": false,
910
"repository": {
1011
"type": "git",
1112
"url": "https://github.com/vuejs/language-tools.git",

packages/language-plugin-pug/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"**/*.js",
77
"**/*.d.ts"
88
],
9+
"sideEffects": false,
910
"repository": {
1011
"type": "git",
1112
"url": "https://github.com/vuejs/language-tools.git",

packages/language-server/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"bin": {
1010
"vue-language-server": "./bin/vue-language-server.js"
1111
},
12+
"sideEffects": true,
1213
"repository": {
1314
"type": "git",
1415
"url": "https://github.com/vuejs/language-tools.git",

packages/language-service/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"**/*.js",
88
"**/*.d.ts"
99
],
10+
"sideEffects": false,
1011
"repository": {
1112
"type": "git",
1213
"url": "https://github.com/vuejs/language-tools.git",

packages/tsc/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"**/*.js",
88
"**/*.d.ts"
99
],
10+
"sideEffects": false,
1011
"repository": {
1112
"type": "git",
1213
"url": "https://github.com/vuejs/language-tools.git",

packages/typescript-plugin/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"**/*.js",
77
"**/*.d.ts"
88
],
9+
"sideEffects": false,
910
"repository": {
1011
"type": "git",
1112
"url": "https://github.com/vuejs/language-tools.git",

0 commit comments

Comments
 (0)