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

Remove the src/ vs. lib/ distinction #153

Closed
domenic opened this issue May 14, 2020 · 0 comments · Fixed by #157
Closed

Remove the src/ vs. lib/ distinction #153

domenic opened this issue May 14, 2020 · 0 comments · Fixed by #157

Comments

@domenic
Copy link
Member

domenic commented May 14, 2020

It's confusing and hard to work with, having to remember that the interesting source files are in both places.

I propose an end state where:

  • All interesting code lives in src/ (apart from index.js and webidl2js-wrapper.js)
  • We copy all of that code into dist/
  • We also generate the IDL wrapper files in dist/
  • The published package thus only contains index.js, webidl2js-wrapper.js, and dist/
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

Successfully merging a pull request may close this issue.

1 participant