Skip to content

expose debug as default export#212

Merged
TooTallNate merged 1 commit intomasterfrom
unknown repository
Aug 14, 2015
Merged

expose debug as default export#212
TooTallNate merged 1 commit intomasterfrom
unknown repository

Conversation

@ghost
Copy link
Copy Markdown

@ghost ghost commented Aug 1, 2015

  • Similar to tj/co
  • Allow to re-export debug from another module in ES6

Without this fix, it is troublesome to re-export debug from a module. Basically, the following will not compile / debug will not be correctly exported as it should:

// my utilities
export myLog () {}
export * from "debug" // just re-export debug 
...

+ Similar to tj/co/blob/master/index.js
+ Allow to re-export debug from another module in ES6
TooTallNate added a commit that referenced this pull request Aug 14, 2015
expose debug as default export
@TooTallNate TooTallNate merged commit a3b5ba8 into debug-js:master Aug 14, 2015
@ghost
Copy link
Copy Markdown
Author

ghost commented Aug 14, 2015

Thanks

@101100
Copy link
Copy Markdown

101100 commented Apr 13, 2016

Any plans to release this on npm soon?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants