Skip to content

Commit 84f53eb

Browse files
authored
README: pointing out that ES modules aren't supported yet
Related to avajs#5
1 parent 058b5be commit 84f53eb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,8 @@ You can configure AVA to recognize additional file extensions. To add (partial
6161
See also AVA's [`extensions` option](https://github.com/avajs/ava/blob/master/docs/06-configuration.md#options).
6262

6363
† Note that the [*preserve* mode for JSX](https://www.typescriptlang.org/docs/handbook/jsx.html) is not (yet) supported.
64+
65+
66+
## ES modules
67+
68+
Importing ES modules is not supported yet. You must use `require` for now. See issue [#5](https://github.com/avajs/typescript/issues/5)

0 commit comments

Comments
 (0)