Skip to content

Commit 957a937

Browse files
authored
Merge pull request #13 from hankei6km/topic/readme
Update README
2 parents 233bc4e + 6eea842 commit 957a937

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,15 @@ $ git push origin
6363
$ gh release create v0.1.2 -t 0.1.2
6464
```
6565

66+
## ESM 対応
67+
68+
[`setup-to-native-esm`](https://github.com/hankei6km/my-starter-ts-npm-cli-and-lib/tree/topic/setup-to-native-esm) ブランチで ESM 対応を実験的に行っている。
69+
70+
- [Pure ESM package · GitHub](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c)
71+
- [ESM Support | ts-jest](https://kulshekhar.github.io/ts-jest/docs/next/guides/esm-support/)
72+
- [Native support for ES Modules · Issue #9430 · facebook/jest · GitHub](https://github.com/facebook/jest/issues/9430#issuecomment-616232029)
73+
- [jest.mock does not mock an ES module without Babel · Issue #10025 · facebook/jest · GitHub](https://github.com/facebook/jest/issues/10025)
74+
6675
## 付録
6776

6877
`package.json` に記述する情報のテンプレート。`license` を変更したら `LICENSE` ファイルの変更も忘れずに。
@@ -97,5 +106,3 @@ MIT License
97106

98107
Copyright (c) 2021 hankei6km
99108

100-
101-

0 commit comments

Comments
 (0)