@@ -9,7 +9,14 @@ error-plugin: /dist/entry2.css:10:3: Postcss error [webpack://./sourcemap/foo.cs
9
9
]
10
10
` ;
11
11
12
- exports [` when applied with "sourceMap" option should work and emit warning on valid sourcemap and minimizer error: warnings 1` ] = ` []` ;
12
+ exports [` when applied with "sourceMap" option should work and emit warning on valid sourcemap and minimizer error: warnings 1` ] = `
13
+ [
14
+ "ModuleWarning: Module Warning (from ../../node_modules/sass-loader/dist/cjs.js):
15
+ Deprecation The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.",
16
+ "ModuleWarning: Module Warning (from ../../node_modules/sass-loader/dist/cjs.js):
17
+ Deprecation Warning on line 0, column 8 of file:///test/fixtures/sourcemap/foo.css:0:8:",
18
+ ]
19
+ ` ;
13
20
14
21
exports [` when applied with "sourceMap" option should work and emit warnings on broken sourcemaps: assets 1` ] = `
15
22
{
@@ -39,6 +46,10 @@ exports[`when applied with "sourceMap" option should work and emit warnings on b
39
46
exports [` when applied with "sourceMap" option should work and emit warnings on broken sourcemaps: warnings 1` ] = `
40
47
[
41
48
"Error: broken-source-map.css contains invalid source map",
49
+ "ModuleWarning: Module Warning (from ../../node_modules/sass-loader/dist/cjs.js):
50
+ Deprecation The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.",
51
+ "ModuleWarning: Module Warning (from ../../node_modules/sass-loader/dist/cjs.js):
52
+ Deprecation Warning on line 0, column 8 of file:///test/fixtures/sourcemap/foo.css:0:8:",
42
53
]
43
54
` ;
44
55
@@ -83,7 +94,18 @@ exports[`when applied with "sourceMap" option should work with SourceMapDevToolP
83
94
84
95
exports [` when applied with "sourceMap" option should work with SourceMapDevToolPlugin plugin): errors 1` ] = ` []` ;
85
96
86
- exports [` when applied with "sourceMap" option should work with SourceMapDevToolPlugin plugin): warnings 1` ] = ` []` ;
97
+ exports [` when applied with "sourceMap" option should work with SourceMapDevToolPlugin plugin): warnings 1` ] = `
98
+ [
99
+ "ModuleWarning: Module Warning (from ../../node_modules/sass-loader/dist/cjs.js):
100
+ Deprecation The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.",
101
+ "ModuleWarning: Module Warning (from ../../node_modules/sass-loader/dist/cjs.js):
102
+ Deprecation The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.",
103
+ "ModuleWarning: Module Warning (from ../../node_modules/sass-loader/dist/cjs.js):
104
+ Deprecation Warning on line 0, column 8 of file:///test/fixtures/sourcemap/foo.css:0:8:",
105
+ "ModuleWarning: Module Warning (from ../../node_modules/sass-loader/dist/cjs.js):
106
+ Deprecation Warning on line 0, column 8 of file:///test/fixtures/sourcemap/foo.scss:0:8:",
107
+ ]
108
+ ` ;
87
109
88
110
exports [` when applied with "sourceMap" option should work with the "devtool" option and the "parallel" option with "false" value: assets 1` ] = `
89
111
{
@@ -126,7 +148,18 @@ exports[`when applied with "sourceMap" option should work with the "devtool" opt
126
148
127
149
exports [` when applied with "sourceMap" option should work with the "devtool" option and the "parallel" option with "false" value: errors 1` ] = ` []` ;
128
150
129
- exports [` when applied with "sourceMap" option should work with the "devtool" option and the "parallel" option with "false" value: warnings 1` ] = ` []` ;
151
+ exports [` when applied with "sourceMap" option should work with the "devtool" option and the "parallel" option with "false" value: warnings 1` ] = `
152
+ [
153
+ "ModuleWarning: Module Warning (from ../../node_modules/sass-loader/dist/cjs.js):
154
+ Deprecation The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.",
155
+ "ModuleWarning: Module Warning (from ../../node_modules/sass-loader/dist/cjs.js):
156
+ Deprecation The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.",
157
+ "ModuleWarning: Module Warning (from ../../node_modules/sass-loader/dist/cjs.js):
158
+ Deprecation Warning on line 0, column 8 of file:///test/fixtures/sourcemap/foo.css:0:8:",
159
+ "ModuleWarning: Module Warning (from ../../node_modules/sass-loader/dist/cjs.js):
160
+ Deprecation Warning on line 0, column 8 of file:///test/fixtures/sourcemap/foo.scss:0:8:",
161
+ ]
162
+ ` ;
130
163
131
164
exports [` when applied with "sourceMap" option should work with the "devtool" option and the "parallel" option with "true" value: assets 1` ] = `
132
165
{
@@ -169,7 +202,18 @@ exports[`when applied with "sourceMap" option should work with the "devtool" opt
169
202
170
203
exports [` when applied with "sourceMap" option should work with the "devtool" option and the "parallel" option with "true" value: errors 1` ] = ` []` ;
171
204
172
- exports [` when applied with "sourceMap" option should work with the "devtool" option and the "parallel" option with "true" value: warnings 1` ] = ` []` ;
205
+ exports [` when applied with "sourceMap" option should work with the "devtool" option and the "parallel" option with "true" value: warnings 1` ] = `
206
+ [
207
+ "ModuleWarning: Module Warning (from ../../node_modules/sass-loader/dist/cjs.js):
208
+ Deprecation The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.",
209
+ "ModuleWarning: Module Warning (from ../../node_modules/sass-loader/dist/cjs.js):
210
+ Deprecation The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.",
211
+ "ModuleWarning: Module Warning (from ../../node_modules/sass-loader/dist/cjs.js):
212
+ Deprecation Warning on line 0, column 8 of file:///test/fixtures/sourcemap/foo.css:0:8:",
213
+ "ModuleWarning: Module Warning (from ../../node_modules/sass-loader/dist/cjs.js):
214
+ Deprecation Warning on line 0, column 8 of file:///test/fixtures/sourcemap/foo.scss:0:8:",
215
+ ]
216
+ ` ;
173
217
174
218
exports [` when applied with "sourceMap" option should work with the "devtool" option: assets 1` ] = `
175
219
{
@@ -212,4 +256,15 @@ exports[`when applied with "sourceMap" option should work with the "devtool" opt
212
256
213
257
exports [` when applied with "sourceMap" option should work with the "devtool" option: errors 1` ] = ` []` ;
214
258
215
- exports [` when applied with "sourceMap" option should work with the "devtool" option: warnings 1` ] = ` []` ;
259
+ exports [` when applied with "sourceMap" option should work with the "devtool" option: warnings 1` ] = `
260
+ [
261
+ "ModuleWarning: Module Warning (from ../../node_modules/sass-loader/dist/cjs.js):
262
+ Deprecation The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.",
263
+ "ModuleWarning: Module Warning (from ../../node_modules/sass-loader/dist/cjs.js):
264
+ Deprecation The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.",
265
+ "ModuleWarning: Module Warning (from ../../node_modules/sass-loader/dist/cjs.js):
266
+ Deprecation Warning on line 0, column 8 of file:///test/fixtures/sourcemap/foo.css:0:8:",
267
+ "ModuleWarning: Module Warning (from ../../node_modules/sass-loader/dist/cjs.js):
268
+ Deprecation Warning on line 0, column 8 of file:///test/fixtures/sourcemap/foo.scss:0:8:",
269
+ ]
270
+ ` ;
0 commit comments