@@ -201,7 +201,7 @@ index 4b5ee5e02f8ecdf880594d191ec1e84b983faeaa..7c73ea0a0338450804e7dbce16b7687a
201
201
- terminalHighlight.registerInput(Input)
202
202
- }
203
203
diff --git a/lib/lazy-result.js b/lib/lazy-result.js
204
- index 126f40c7e9d7a1f131e2d75b68aeab6c93ee9673..75f9c946ed862d08b80afd00a6b3f2c6b3ab373a 100644
204
+ index 126f40c7e9d7a1f131e2d75b68aeab6c93ee9673..c714eeeab0dc56559a24cbe4ba25fa25713c9401 100644
205
205
--- a/lib/lazy-result.js
206
206
+++ b/lib/lazy-result.js
207
207
@@ -1,7 +1,6 @@
@@ -221,17 +221,14 @@ index 126f40c7e9d7a1f131e2d75b68aeab6c93ee9673..75f9c946ed862d08b80afd00a6b3f2c6
221
221
- this.result.css = data[0]
222
222
- this.result.map = data[1]
223
223
+ this.result.css = '';
224
- + stringify( str(this.result.root) , chunk => {
224
+ + str(this.result.root, chunk => {
225
225
+ this.result.css += chunk;
226
226
+ });
227
227
228
228
return this.result
229
229
}
230
- diff --git a/lib/map-generator.js b/lib/map-generator.js
231
- deleted file mode 100644
232
- index 71b21caa2e067b00383cf68c5f15bd68dae7c88b..0000000000000000000000000000000000000000
233
230
diff --git a/lib/no-work-result.js b/lib/no-work-result.js
234
- index 05821b7a318c04b787b62441872b2680681aea4f..574815cadfa8d69f954f395480157a34166fd7fd 100644
231
+ index 05821b7a318c04b787b62441872b2680681aea4f..b1e55ee59d7aa28fd0eea115a657671ce61aad71 100644
235
232
--- a/lib/no-work-result.js
236
233
+++ b/lib/no-work-result.js
237
234
@@ -1,6 +1,5 @@
@@ -241,10 +238,11 @@ index 05821b7a318c04b787b62441872b2680681aea4f..574815cadfa8d69f954f395480157a34
241
238
let stringify = require('./stringify')
242
239
let warnOnce = require('./warn-once')
243
240
let parse = require('./parse')
244
- @@ -28,19 +27,7 @@ class NoWorkResult {
241
+ @@ -27,20 +26,6 @@ class NoWorkResult {
242
+ return self.root
245
243
}
246
244
})
247
-
245
+ -
248
246
- let map = new MapGenerator(str, root, this._opts, css)
249
247
- if (map.isMap()) {
250
248
- let [generatedCSS, generatedMap] = map.generate()
@@ -258,7 +256,6 @@ index 05821b7a318c04b787b62441872b2680681aea4f..574815cadfa8d69f954f395480157a34
258
256
- map.clearAnnotation()
259
257
- this.result.css = map.css
260
258
- }
261
- + this.result.css = css;
262
259
}
263
260
264
261
async() {
0 commit comments