es4x icon indicating copy to clipboard operation
es4x copied to clipboard

generate a ts lint report for the generated code

Open pmlopes opened this issue 6 years ago • 0 comments

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:

  1. Run the generator
  2. Run npm cache to cache the undeployed packages
  3. For each module run a npm install
  4. Lint the ts definitions

pmlopes avatar Oct 05 '19 18:10 pmlopes