Skip to content

Separating functions per file #489

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

Closed
mparpaillon opened this issue Aug 12, 2016 · 2 comments
Closed

Separating functions per file #489

mparpaillon opened this issue Aug 12, 2016 · 2 comments

Comments

@mparpaillon
Copy link

Hi all,
Thanks for this great lib.

If I have a npm package with several files/modules ES6 in a src folder should I just link the entry file and wait for the dependency resolution to do the work ? or should I use a wildcard to match all src/*.js files ?

Also the lib doesn't seem to separate the functions by file, is that normal ?

Thanks a lot

@doberkofler
Copy link

Also the lib doesn't seem to separate the functions by file, is that normal ?
I'm having the same question.

@tmcw
Copy link
Member

tmcw commented Jul 28, 2017

If I have a npm package with several files/modules ES6 in a src folder should I just link the entry file and wait for the dependency resolution to do the work ?

Yep, that should work. If it doesn't, please show details for what you expect and what happens.

Also the lib doesn't seem to separate the functions by file, is that normal ?

It does not, currently. See #234 and #49 which cover the intent.

@tmcw tmcw closed this as completed Jul 28, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants