summaryrefslogtreecommitdiffstats
path: root/tools/esmify/package.json
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-12 05:35:29 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-12 05:35:29 +0000
commit59203c63bb777a3bacec32fb8830fba33540e809 (patch)
tree58298e711c0ff0575818c30485b44a2f21bf28a0 /tools/esmify/package.json
parentAdding upstream version 126.0.1. (diff)
downloadfirefox-59203c63bb777a3bacec32fb8830fba33540e809.tar.xz
firefox-59203c63bb777a3bacec32fb8830fba33540e809.zip
Adding upstream version 127.0.upstream/127.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'tools/esmify/package.json')
-rw-r--r--tools/esmify/package.json9
1 files changed, 0 insertions, 9 deletions
diff --git a/tools/esmify/package.json b/tools/esmify/package.json
deleted file mode 100644
index 152aaae5da..0000000000
--- a/tools/esmify/package.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "devDependencies": {
- "jscodeshift": "^0.13.1"
- },
- "scripts": {
- "convert_module": "jscodeshift -t use-import-export-declarations.js --stdin --verbose=2",
- "rewrite_imports": "jscodeshift -t import-to-import_esmodule.js --stdin --verbose=2"
- }
-}