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

capnpc-js 0.2.3 has old capnpc-js/lib/index.js #85

Closed
smoreinis opened this issue Nov 21, 2017 · 2 comments
Closed

capnpc-js 0.2.3 has old capnpc-js/lib/index.js #85

smoreinis opened this issue Nov 21, 2017 · 2 comments

Comments

@smoreinis
Copy link

After updating capnpc-js to v0.2.3, I see that capnpc-js/src/index.ts has

  noUnusedLocals: false,
  noUnusedParameters: false,

but capnpc-js/lib/index.js still has

        noUnusedLocals: true,
        noUnusedParameters: true,

which causes #83 to continue happening.

@jdiaz5513
Copy link
Owner

Don't know how that could have happened, but I did a full republish with 0.2.4 so give that version a shot.

@smoreinis
Copy link
Author

Thanks! Updated to 0.2.4 and I'm seeing foo.capnp compile again now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants