@financial-times/dotcom-build-sass 9.3.0 → 9.3.1
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.
@@ -161,7 +161,7 @@ class SassStats {
|
|
161
161
|
.join(' ')} waiting on FT Sass to compile.\n${cta}`);
|
162
162
|
__classPrivateFieldGet(this, _write).call(this, { noticeDate: Date.now(), totalTimeAtLastNotice: __classPrivateFieldGet(this, _stats).totalTime });
|
163
163
|
});
|
164
|
-
fs_1.default.mkdirSync(
|
164
|
+
fs_1.default.mkdirSync(__classPrivateFieldGet(this, _directory), { recursive: true });
|
165
165
|
}
|
166
166
|
}
|
167
167
|
_monitorRemotely = new WeakMap(), _noticeStrategies = new WeakMap(), _noticeStrategy = new WeakMap(), _noticeThrottleSeconds = new WeakMap(), _noticeThrottlePercentage = new WeakMap(), _stats = new WeakMap(), _directory = new WeakMap(), _file = new WeakMap(), _startTime = new WeakMap(), _endTime = new WeakMap(), _read = new WeakMap(), _write = new WeakMap(), _report = new WeakMap();
|
@@ -457,7 +457,7 @@
|
|
457
457
|
"affectsGlobalScope": false
|
458
458
|
},
|
459
459
|
"../src/monitored-sass-loader.ts": {
|
460
|
-
"version": "
|
460
|
+
"version": "b4a57f13235d705d5db658149a2725d718016ceb68726c565632f5f9b1e9d084",
|
461
461
|
"signature": "d6c7e7fe7e8f3b80e77d715b5d0d632a6bdb41bfa6c96d464997d2f698366e9b",
|
462
462
|
"affectsGlobalScope": false
|
463
463
|
},
|
package/package.json
CHANGED