unional / domture

Create jsdom environment to load NodeJS modules
MIT License
2 stars 0 forks source link

support sub-folder index #34

Closed unional closed 6 years ago

unional commented 6 years ago

systemjs resolution does not support this:

// ./index.ts
export * from './some-folder'

// ./some-folder/index.ts
export * from './funcA.ts'
unional commented 6 years ago

To do this, I need to have a custom plugin to hook into the locate function. Will pull the path transform code into it.

unional commented 6 years ago

Closed by #35