Skip to content

Commit

Permalink
README: pointing out that ES modules aren't supported yet
Browse files Browse the repository at this point in the history
Related to avajs#5
  • Loading branch information
adam-lynch authored Apr 23, 2020
1 parent 058b5be commit 84f53eb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,8 @@ You can configure AVA to recognize additional file extensions. To add (partial
See also AVA's [`extensions` option](https://github.com/avajs/ava/blob/master/docs/06-configuration.md#options).

† Note that the [*preserve* mode for JSX](https://www.typescriptlang.org/docs/handbook/jsx.html) is not (yet) supported.


## ES modules

Importing ES modules is not supported yet. You must use `require` for now. See issue [#5](https://github.com/avajs/typescript/issues/5)

0 comments on commit 84f53eb

Please sign in to comment.