@@ -9,7 +9,14 @@ error-plugin: /dist/entry2.css:10:3: Postcss error [webpack://./sourcemap/foo.cs
99]
1010` ;
1111
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+ ` ;
1320
1421exports [` when applied with "sourceMap" option should work and emit warnings on broken sourcemaps: assets 1` ] = `
1522{
@@ -39,6 +46,10 @@ exports[`when applied with "sourceMap" option should work and emit warnings on b
3946exports [` when applied with "sourceMap" option should work and emit warnings on broken sourcemaps: warnings 1` ] = `
4047[
4148 "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:",
4253]
4354` ;
4455
@@ -83,7 +94,18 @@ exports[`when applied with "sourceMap" option should work with SourceMapDevToolP
8394
8495exports [` when applied with "sourceMap" option should work with SourceMapDevToolPlugin plugin): errors 1` ] = ` []` ;
8596
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+ ` ;
87109
88110exports [` when applied with "sourceMap" option should work with the "devtool" option and the "parallel" option with "false" value: assets 1` ] = `
89111{
@@ -126,7 +148,18 @@ exports[`when applied with "sourceMap" option should work with the "devtool" opt
126148
127149exports [` when applied with "sourceMap" option should work with the "devtool" option and the "parallel" option with "false" value: errors 1` ] = ` []` ;
128150
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+ ` ;
130163
131164exports [` when applied with "sourceMap" option should work with the "devtool" option and the "parallel" option with "true" value: assets 1` ] = `
132165{
@@ -169,7 +202,18 @@ exports[`when applied with "sourceMap" option should work with the "devtool" opt
169202
170203exports [` when applied with "sourceMap" option should work with the "devtool" option and the "parallel" option with "true" value: errors 1` ] = ` []` ;
171204
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+ ` ;
173217
174218exports [` when applied with "sourceMap" option should work with the "devtool" option: assets 1` ] = `
175219{
@@ -212,4 +256,15 @@ exports[`when applied with "sourceMap" option should work with the "devtool" opt
212256
213257exports [` when applied with "sourceMap" option should work with the "devtool" option: errors 1` ] = ` []` ;
214258
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