File: fix-for-rollup-3.patch

package info (click to toggle)
node-css-tree 3.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,184 kB
  • sloc: javascript: 17,452; makefile: 5
file content (17 lines) | stat: -rw-r--r-- 448 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: fix for rollup 3
Author: Yadd <yadd@debian.org>
Bug-Debian: https://bugs.debian.org/1022583
Forwarded: not-needed
Last-Update: 2022-10-25

--- a/scripts/esm-to-cjs.cjs
+++ b/scripts/esm-to-cjs.cjs
@@ -137,7 +137,7 @@
         format: 'cjs',
         exports: 'auto',
         preserveModules: true,
-        interop: false,
+        interop: 'auto',
         esModule: false,
         generatedCode: {
             constBindings: true