Skip to content

Single file typescript declarations for latest v5.0.2 #2221

Closed
@roblav96

Description

@roblav96

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

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