mirror of
https://github.com/swc-project/swc.git
synced 2024-12-19 03:31:45 +03:00
b02e189d07
swc_ecma_codegen: - Fix codegen of `U+0028` and `U+0029`. swc_ecma_minifier: - Implement MVP. swc_ecma_transforms_base: - `fixer`: Handle seq/await in rhs of for-of.
21 lines
486 B
JSON
21 lines
486 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-eslint": "^10.1.0",
|
|
"eslint": "^7.29.0"
|
|
}
|
|
}
|