Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
`elmPathToModuleName` assumes a path separator of `/`, but windows uses `\`. This changes to using `.split(path.sep).join(".")` instead of a regexp replace, so that any platform will use the proper path separator
- Loading branch information