File: fix-for-magic-string-0.30.patch

package info (click to toggle)
node-buble 0.20.0%2B~0.20.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,336 kB
  • sloc: javascript: 12,767; makefile: 30; sh: 12
file content (16 lines) | stat: -rw-r--r-- 373 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: fix fro magic-string >= 0.30
Author: Yadd <yadd@debian.org>
Forwarded: not-needed
Last-Update: 2023-08-13

--- a/test/test.js
+++ b/test/test.js
@@ -231,7 +231,7 @@
 				includeContent: false
 			}).map;
 
-			assert.deepEqual(map.sourcesContent, [null]);
+			assert.deepEqual(map.sourcesContent, undefined);
 		});
 
 		it('locates original content', () => {