Skip to content

Commit 5302b33

Browse files
authored
add 1 & 2 points
1 parent 5bb44d5 commit 5302b33

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,16 @@
6060
//...
6161
```
6262
63+
1. ESM resolution algorithm does not currently support automatic
64+
resolution of file extensions and does not have the hability to
65+
import directories that have an index file. The extension and the name
66+
of the file being import need to _always_ be spcified. See:
67+
https://nodejs.org/api/esm.html#esm_customizing_esm_specifier_resolution_algorithm
68+
69+
2. Typescript does not provide features that change compiled JS code.
70+
This means there is no Typescript feature to include the ".js" on
71+
compiled code. See: microsoft/TypeScript#16577 (comment)
72+
6373
## Problematic Settings
6474
6575
> **Warning** <br />

0 commit comments

Comments
 (0)