File: 0003-Build-with-older-tsc.patch

package info (click to toggle)
node-tap-parser 13.0.1%2B~cs4.1.3-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 9,176 kB
  • sloc: javascript: 275; sh: 48; makefile: 30
file content (19 lines) | stat: -rw-r--r-- 625 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
From: =?utf-8?q?Bastien_Roucari=C3=A8s?= <rouca@debian.org>
Date: Thu, 1 Aug 2024 09:53:32 +0000
Subject: Build with older tsc

Forwarded: not-needed
---
 tap-yaml/src/types/bigint.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tap-yaml/src/types/bigint.ts b/tap-yaml/src/types/bigint.ts
index 67689e3..b49fa33 100644
--- a/tap-yaml/src/types/bigint.ts
+++ b/tap-yaml/src/types/bigint.ts
@@ -28,4 +28,4 @@ export const bigint = {
     const value = (item.value as BigInt).toString() + 'n'
     return stringifyString({ value }, ctx, onComment, onChompKeep)
   }
-} satisfies ScalarTag
+} as ScalarTag