es4x
es4x copied to clipboard
generate a ts lint report for the generated code
The generated code works without errors for js, however the generated ts definitions might contain bugs although this isn't critical at runtime it can cause confusion at dev time.
A report should be generated for all modules inside the generator directory after a build is done.
The task should be more or less as follows:
- Run the generator
- Run npm cache to cache the undeployed packages
- For each module run a npm install
- Lint the ts definitions