Skip to content

Commit

Permalink
docs: clarify mjs support
Browse files Browse the repository at this point in the history
  • Loading branch information
dbushong committed Dec 9, 2019
1 parent a447de8 commit 5608968
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 @@ -122,6 +122,11 @@ This function returns an array with one entry for each interface file:
relative to the app's root directory.
* `group`: The directory the file was found in.

Note that `.mjs` file support requires you to be using a version of node with
builtin support for ES Modules. Currently this is Node 10+ with
the `--experimental-modules` flag. Node 10.x seems to experience
segfaults under certain conditions, so we recommend 12+.

### Registry

A set of three scopes, in order of nesting:
Expand Down

0 comments on commit 5608968

Please sign in to comment.