Skip to content

Commit b24818e

Browse files
authored
fix: do not reference DOM-related imports (#6305)
* fix: do not reference DOM-related imports Closes #6297 * chore: fix typo
1 parent 6d62574 commit b24818e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/index.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,10 @@
66
//////////////////////////////////////////////////////////
77

88
// tslint:disable: no-reference
9-
/// <reference path="./ajax/index.ts" />
10-
/// <reference path="./fetch/index.ts" />
9+
// It's tempting to add references to all of the deep-import locations, but
10+
// adding references to those that require DOM types breaks Node projects.
1111
/// <reference path="./operators/index.ts" />
1212
/// <reference path="./testing/index.ts" />
13-
/// <reference path="./webSocket/index.ts" />
1413
// tslint:enable: no-reference
1514

1615
/* Observable */

0 commit comments

Comments
 (0)