tsc-esm-fix
Advanced tools
Comparing version 2.7.0 to 2.7.1
{ | ||
"git": { | ||
"commitId": "9b6501e42325d3e2753b46facf7d25157a44fc55", | ||
"commitId": "bae38d140ce8fdd6ad9f837550bae70c276d7b1d", | ||
"repoUrl": "https://github.com/antongolub/tsc-esm-fix", | ||
"repoName": "antongolub/tsc-esm-fix" | ||
}, | ||
"date": "2021-09-07T16:49:54.557Z" | ||
"date": "2021-09-07T17:34:51.976Z" | ||
} |
@@ -0,1 +1,3 @@ | ||
## [2.7.1](https://github.com/antongolub/tsc-esm-fix/compare/v2.7.0...v2.7.1) (2021-09-07) | ||
# [2.7.0](https://github.com/antongolub/tsc-esm-fix/compare/v2.6.0...v2.7.0) (2021-09-07) | ||
@@ -2,0 +4,0 @@ |
{ | ||
"name": "tsc-esm-fix", | ||
"version": "2.7.0", | ||
"version": "2.7.1", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "publishConfig": { |
@@ -18,3 +18,3 @@ # tsc-esm-fix | ||
- [CLI](#cli) | ||
- [JS/TS API](#js-ts-api) | ||
- [JS/TS API](#jsts-api) | ||
- [Alternatives](#alternatives) | ||
@@ -200,3 +200,14 @@ - [Contributing](#contributing) | ||
## Refs | ||
* [TypeScript/issues/13422: TypeScript and script type="module"](https://github.com/microsoft/TypeScript/issues/13422) | ||
* [TypeScript/issues/28288: Feature: disable extensionless imports](https://github.com/microsoft/TypeScript/issues/28288) | ||
* [ts-jest/issues/1174: import.meta not allowed](https://github.com/kulshekhar/ts-jest/issues/1174) | ||
* [stackoverflow.com/how-to-use-import-meta-when-testing-with-jest](https://stackoverflow.com/questions/64961387/how-to-use-import-meta-when-testing-with-jest) | ||
* [Pure ESM package](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c) | ||
* [stackoverflow.com/alternative-for-dirname-in-node-when-using-the-experimental-modules-flag](https://stackoverflow.com/questions/46745014/alternative-for-dirname-in-node-when-using-the-experimental-modules-flag) | ||
* [ecma262/#sec-imports](https://tc39.es/ecma262/#sec-imports) | ||
* [ERR_REQUIRE_ESM](https://dev.to/antongolub/errrequireesm-4j0h) | ||
* [Publishing Node modules with TypeScript and ES modules](https://blog.logrocket.com/publishing-node-modules-typescript-es-modules/) | ||
## License | ||
[MIT](./LICENSE) |
85016
212