Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

generate a ts lint report for the generated code #219

Open
pmlopes opened this issue Oct 5, 2019 · 0 comments
Open

generate a ts lint report for the generated code #219

pmlopes opened this issue Oct 5, 2019 · 0 comments

Comments

@pmlopes
Copy link
Contributor

@pmlopes pmlopes commented Oct 5, 2019

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 pmlopes added this to the 0.9.3 milestone Oct 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.