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

top level export should export DisposableBase #73

Closed
KeithWoods opened this issue Mar 1, 2016 · 0 comments
Closed

top level export should export DisposableBase #73

KeithWoods opened this issue Mar 1, 2016 · 0 comments

Comments

@KeithWoods
Copy link
Member

currently you have to do this:

import model from 'esp-js'
class Foo extends model.DisposableBase {}

You should be able to do this:

import { DisposableBase } from 'esp-js'
class Foo extends DisposableBase {}
KeithWoods added a commit that referenced this issue Mar 1, 2016
#73 top level export should export DisposableBase
@KeithWoods KeithWoods mentioned this issue Mar 1, 2016
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

1 participant