File: remove-useless-dependency.patch

package info (click to toggle)
node-babel7 7.20.15%2Bds1%2B~cs214.269.168-9
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 135,684 kB
  • sloc: javascript: 162,146; sh: 364; makefile: 306
file content (17 lines) | stat: -rw-r--r-- 540 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: node-environment-flags isn't required anywhere
 and it's just a polyfill of process.allowedNodeEnvironmentFlags
Author: Yadd <yadd@debian.org>
Bug-Debian: https://bugs.debian.org/977232
Forwarded: no
Last-Update: 2022-09-15

--- a/packages/babel-node/package.json
+++ b/packages/babel-node/package.json
@@ -26,7 +26,6 @@
     "@babel/register": "workspace:^",
     "commander": "^4.0.1",
     "core-js": "^3.26.0",
-    "node-environment-flags": "^1.0.5",
     "regenerator-runtime": "^0.13.11",
     "v8flags": "^3.1.1"
   },