Skip to content

Commit da632bf

Browse files
authoredSep 24, 2022
refactor(types): bundle client types (#9966)
1 parent bafccf5 commit da632bf

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+2216
-2032
lines changed
 

‎.eslintignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
dist
22
playground-temp
33
temp
4-
4+
packages/vite/client/types.d.ts

‎.eslintrc.cjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ module.exports = defineConfig({
131131
}
132132
},
133133
{
134-
files: ['packages/vite/types/**', '*.spec.ts'],
134+
files: ['packages/vite/src/dep-types/**', '*.spec.ts'],
135135
rules: {
136136
'node/no-extraneous-import': 'off'
137137
}

0 commit comments

Comments
 (0)
Please sign in to comment.