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

Fix typescript (continuation of PR 11 and 12) #15

Merged
merged 4 commits into from
Jun 13, 2016
Merged

Conversation

benlesh
Copy link
Owner

@benlesh benlesh commented Jun 13, 2016

This embodies all of the changes discussed in PR 11 and 12.

There is a BREAKING CHANGE here however.. CJS users will have to require('symbol-observable').default.

cc/ @gaearon @robwormald

robwormald and others added 4 commits June 13, 2016 14:38
this will enable projects consuming symbol-observable from TS (eg, RxJS) to use
```typescript
import $$observable from 'symbol-observable'
```
rather than
```typescript
import * as $$observable from 'symbol-observable'
```

This might? require downstream changes on RxJS but its more correct methinks.
BREAKING CHANGE: CJS users will now have to
@benlesh
Copy link
Owner Author

benlesh commented Jun 13, 2016

When we publish this it will be a major revision change.

@benlesh benlesh merged commit a6d2ef5 into master Jun 13, 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

Successfully merging this pull request may close these issues.

2 participants