Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
I wanted to use this exact script, however it didn't work as the iterator returns no object containing `name`. Refer to coding in `cds/lib/compile/to/edm.js`, specifically the function `function* _many` which `yields`: ```js for (let file in all) yield [ callback(all[file]), { file, suffix } ] ```
- Loading branch information