swc/crates/swc_ecma_minifier/package.json
Donny/강동윤 12dd0a6c1f
fix(es/minifier): Fix optimization of assignment expressions (#3231)
swc_ecma_minifier:
 - Check if the operator is `=` before optimizing assignment with a binary expression.
2022-01-12 08:26:56 +09:00

24 lines
580 B
JSON

{
"name": "minifier",
"private": true,
"version": "1.0.0",
"description": "EcmaScript minifier for the swc project. This is basically a port of terser.",
"main": "lab.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/parser": "^7.16.8",
"antd": "^4.16.13",
"babel-eslint": "^10.1.0",
"eslint": "^7.29.0",
"readline": "^1.3.0"
}
}