vite 5.0.0-beta.0 → 5.0.0-beta.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/LICENSE.md CHANGED
@@ -566,6 +566,13 @@ Repository: https://github.com/acornjs/acorn.git
566
566
 
567
567
  ---------------------------------------
568
568
 
569
+ ## acorn-import-assertions
570
+ License: MIT
571
+ By: Sven Sauleau
572
+ Repository: https://github.com/xtuc/acorn-import-assertions
573
+
574
+ ---------------------------------------
575
+
569
576
  ## acorn-walk
570
577
  License: MIT
571
578
  By: Marijn Haverbeke, Ingvar Stepanyan, Adrian Heine
package/client.d.ts CHANGED
@@ -37,62 +37,14 @@ declare module '*.module.sss' {
37
37
  }
38
38
 
39
39
  // CSS
40
- declare module '*.css' {
41
- /**
42
- * @deprecated Use `import style from './style.css?inline'` instead.
43
- */
44
- const css: string
45
- export default css
46
- }
47
- declare module '*.scss' {
48
- /**
49
- * @deprecated Use `import style from './style.scss?inline'` instead.
50
- */
51
- const css: string
52
- export default css
53
- }
54
- declare module '*.sass' {
55
- /**
56
- * @deprecated Use `import style from './style.sass?inline'` instead.
57
- */
58
- const css: string
59
- export default css
60
- }
61
- declare module '*.less' {
62
- /**
63
- * @deprecated Use `import style from './style.less?inline'` instead.
64
- */
65
- const css: string
66
- export default css
67
- }
68
- declare module '*.styl' {
69
- /**
70
- * @deprecated Use `import style from './style.styl?inline'` instead.
71
- */
72
- const css: string
73
- export default css
74
- }
75
- declare module '*.stylus' {
76
- /**
77
- * @deprecated Use `import style from './style.stylus?inline'` instead.
78
- */
79
- const css: string
80
- export default css
81
- }
82
- declare module '*.pcss' {
83
- /**
84
- * @deprecated Use `import style from './style.pcss?inline'` instead.
85
- */
86
- const css: string
87
- export default css
88
- }
89
- declare module '*.sss' {
90
- /**
91
- * @deprecated Use `import style from './style.sss?inline'` instead.
92
- */
93
- const css: string
94
- export default css
95
- }
40
+ declare module '*.css' {}
41
+ declare module '*.scss' {}
42
+ declare module '*.sass' {}
43
+ declare module '*.less' {}
44
+ declare module '*.styl' {}
45
+ declare module '*.stylus' {}
46
+ declare module '*.pcss' {}
47
+ declare module '*.sss' {}
96
48
 
97
49
  // Built-in asset types
98
50
  // see `src/node/constants.ts`
@@ -1,4 +1,4 @@
1
- import { E as getDefaultExportFromCjs } from './dep-4033fb3a.js';
1
+ import { D as getDefaultExportFromCjs } from './dep-82f73734.js';
2
2
  import require$$0 from 'path';
3
3
  import require$$0__default from 'fs';
4
4
  import { l as lib } from './dep-c423598f.js';
@@ -1,4 +1,4 @@
1
- import { F as commonjsGlobal, E as getDefaultExportFromCjs } from './dep-4033fb3a.js';
1
+ import { E as commonjsGlobal, D as getDefaultExportFromCjs } from './dep-82f73734.js';
2
2
  import require$$0__default from 'fs';
3
3
  import require$$0 from 'postcss';
4
4
  import require$$0$1 from 'path';