about summary refs log tree commit diff
path: root/pkgs/development/compilers/typescript/disable-dprint-dstBundler.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/compilers/typescript/disable-dprint-dstBundler.patch')
-rw-r--r--pkgs/development/compilers/typescript/disable-dprint-dstBundler.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/pkgs/development/compilers/typescript/disable-dprint-dstBundler.patch b/pkgs/development/compilers/typescript/disable-dprint-dstBundler.patch
deleted file mode 100644
index 95ccf411a93e..000000000000
--- a/pkgs/development/compilers/typescript/disable-dprint-dstBundler.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Disable dprint on dstBundler
-
-dprint fails on sandbox, because it requires internet access to install its
-plugins.
-
---- a/scripts/dtsBundler.mjs
-+++ b/scripts/dtsBundler.mjs
-@@ -430,5 +430,5 @@
-     return result.replace(/\r\n/g, "\n");

- }

- 

--fs.writeFileSync(output, dprint(publicContents));

--fs.writeFileSync(internalOutput, dprint(internalContents));

-+fs.writeFileSync(output, publicContents);

-+fs.writeFileSync(internalOutput, internalContents);