tsc-esm-fix
Advanced tools
Comparing version 2.9.0 to 2.9.1
{ | ||
"git": { | ||
"commitId": "33aeb5cc3a0b80485785723e7a38773736bb3666", | ||
"commitId": "484998a5f59061850d9c7a03ac8be25e4388ac95", | ||
"repoUrl": "https://github.com/antongolub/tsc-esm-fix", | ||
"repoName": "antongolub/tsc-esm-fix" | ||
}, | ||
"date": "2022-04-01T08:58:51.240Z" | ||
"date": "2022-04-06T13:01:34.944Z" | ||
} |
@@ -0,1 +1,3 @@ | ||
## [2.9.1](https://github.com/antongolub/tsc-esm-fix/compare/v2.9.0...v2.9.1) (2022-04-06) | ||
# [2.9.0](https://github.com/antongolub/tsc-esm-fix/compare/v2.8.0...v2.9.0) (2022-04-01) | ||
@@ -2,0 +4,0 @@ |
{ | ||
"name": "tsc-esm-fix", | ||
"version": "2.9.0", | ||
"version": "2.9.1", | ||
"private": false, | ||
@@ -76,3 +76,3 @@ "publishConfig": { | ||
"mkdirp": "^1.0.4", | ||
"prettier": "^2.6.1", | ||
"prettier": "^2.6.2", | ||
"prettier-config-qiwi": "^1.6.1", | ||
@@ -79,0 +79,0 @@ "rimraf": "^3.0.2", |
@@ -153,3 +153,3 @@ # tsc-esm-fix | ||
| `--tsconfig` | Path to project's ts-config(s) | `tsconfig.json` | | ||
| `--src` | Entry points where the ts-source files are placed. If defined `src` option suppresses `target` | | ||
| `--src` | Entry points where the ts-source files are placed. If defined `src` option suppresses `target` | | | ||
| `--target` | tsc-compiled output directory | If not specified inherited from tsconfig.json **compilerOptions.outDir** | | ||
@@ -160,6 +160,6 @@ | `--dirnameVar` | Replace `__dirname` usages with `import.meta` | true | | ||
| `--unlink` | Remove original files if ext changes | true | | ||
| `--fillBlank` | Fill blank files with `export {}` | false | ||
| `--fillBlank` | Fill blank files with `export {}` | false | | ||
| `--cwd` | cwd | `process.cwd()` | | ||
| `--out` | Output dir. Defaults to `cwd`, so files would be overwritten | `process.cwd()` | | ||
| `--debug` | Prints debug notes | ||
| `--debug` | Prints debug notes | | | ||
@@ -188,2 +188,3 @@ ### JS/TS API | ||
filenameVar: boolean | ||
fillBlank?: boolean | ||
ext: boolean | string | ||
@@ -190,0 +191,0 @@ unlink?: boolean, |
91787
216