FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Single file typescript declarations for latest v5.0.2 · Issue #2221 · ReactiveX/rxjs · GitHub

/ rxjs Public

Single file typescript declarations for latest v5.0.2 #2221

Description

For the previous versions of rxjs@4.1.0 I've been able to find the typescript declarations in a single file:
https://github.com/Reactive-Extensions/RxJS/blob/master/ts/rx.d.ts
I prefer downloading the minified file off the CND from:
https://cdnjs.cloudflare.com/ajax/libs/rxjs/4.1.0/rx.js
Then importing that file using:

global.RX = require('./rx.min')

But I can't find this single file declarations for the latest rxjs@5.0.2 anywhere. I tried downloading the release and running all the npm run compile_dist_* but the single file declarations was never produced.

Is there any other way I can generate all the declarations into one contained file that represents the CND's minified release builds? Thank you! :D

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    TSIssues and PRs related purely to TypeScript issuesfeaturePRs and issues for features

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions


      Back | FazBrowse Home | New Git URL