Skip to content

Do not import rxjs instead import specific component from individual file #449

@DonJayamanne

Description

@DonJayamanne

Do not import everything from RxJs, instead import just the necessary functionality as follows:

import { Observable } from 'rxjs/Observable';

Do not do the following:

const Rx = require("rxjs");

This simple change improves extension loads times by over 200ms.

Metadata

Metadata

Assignees

Labels

debtCovers everything internal: CI, testing, refactoring of the codebase, etc.

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions