Bug 1829125 - Align the PHC area to the jemalloc chunk size r=glandium
[gecko.git] / tools / esmify / package.json
blob152aaae5da7720d7c583fb0026b096f7d4fc6f18
2   "devDependencies": {
3     "jscodeshift": "^0.13.1"
4   },
5   "scripts": {
6     "convert_module": "jscodeshift -t use-import-export-declarations.js --stdin --verbose=2",
7     "rewrite_imports": "jscodeshift -t import-to-import_esmodule.js --stdin --verbose=2"
8   }