Loading...
Loading...
Compare original and translation side by side
SKILL_DIR="${CLAUDE_CONFIG_DIR:-$HOME/.claude}/skills/modernize"SKILL_DIR="${CLAUDE_CONFIG_DIR:-$HOME/.claude}/skills/modernize"$SKILL_DIR/scripts/detect.sh$SKILL_DIR/scripts/detect.sh$SKILL_DIR/scripts/migrate-to-oxlint.sh$SKILL_DIR/scripts/migrate-to-tsdown.sh$SKILL_DIR/scripts/migrate-to-ts-native.sh$SKILL_DIR/scripts/migrate-to-oxlint.sh$SKILL_DIR/scripts/migrate-to-tsdown.sh$SKILL_DIR/scripts/migrate-to-ts-native.shdetect.shdetect.shundefinedundefinedundefinedundefined{
"scripts": {
"build": "tsdown src/index.ts",
"dev": "tsdown src/index.ts --watch"
},
"devDependencies": {
"tsdown": "latest"
}
}{
"scripts": {
"lint": "oxlint src",
"format": "oxfmt src",
"format:check": "oxfmt --check src"
},
"devDependencies": {
"oxlint": "latest"
}
}{
"scripts": {
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@typescript/native-preview": "latest"
}
}{
"scripts": {
"build": "tsdown src/index.ts",
"dev": "tsdown src/index.ts --watch"
},
"devDependencies": {
"tsdown": "latest"
}
}{
"scripts": {
"lint": "oxlint src",
"format": "oxfmt src",
"format:check": "oxfmt --check src"
},
"devDependencies": {
"oxlint": "latest"
}
}{
"scripts": {
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@typescript/native-preview": "latest"
}
}undefinedundefinedundefinedundefinednpm install -D oxlintnpm install -D oxlintnpm install -D tsdownnpm install -D tsdowntsdown.config.tstsdown.config.ts--fix--fix