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

feat: Moved to @types declaration files #180

Merged
merged 1 commit into from
Apr 7, 2017
Merged

Conversation

Steelfish
Copy link
Contributor

@Steelfish Steelfish commented Apr 7, 2017

Instead of using typings, xstream now uses the @types packages for declaration files as recommended
for typescript 2.0+. This also ensures compatibility with projects that used these declaration
files. See: https://blogs.msdn.microsoft.com/typescript/2016/06/15/the-future-of-declaration-files/

This fixes #176 and compilation errors for projects using the @types declaration files such as seen in: https://gist.github.com/EnigmaCurry/c4849b25484d5068936a6818038146df

Instead of using typings, xstream now uses the @types packages for declaration files as recommended
for typescript 2.0+. This also ensures compatibility with projects that used these declaration
files.

176
@staltz
Copy link
Owner

staltz commented Apr 7, 2017

Okay, this looks great. Thanks @Steelfish

@staltz staltz merged commit ff2c637 into staltz:master Apr 7, 2017
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.

Replace reference path definition with reference types in fromEvent.ts
2 participants