File: tsc-workaround.patch

package info (click to toggle)
node-csstype 3.1.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,320 kB
  • sloc: javascript: 49; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 442 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: tsc workarounds
Author: Yadd <yadd@debian.org>
Forwarded: not-needed
Last-Update: 2023-12-13

--- a/build.ts
+++ b/build.ts
@@ -20,6 +20,7 @@
       console.info('Done! Watching...');
       let debounce: NodeJS.Timer;
       chokidar.watch(path.join(__dirname, 'src'), { ignored: '*.json', ignoreInitial: true }).on('all', () => {
+// @ts-ignore
         clearTimeout(debounce);
         debounce = setTimeout(
           () =>