From 71c2f3c003bd8b9d82671a203e8a7db653ff8f20 Mon Sep 17 00:00:00 2001 From: Bohr Hew Date: Mon, 8 Jul 2019 12:38:14 -0400 Subject: [PATCH] [urijs] Ensure compatibility with node.js environment (#36536) --- types/urijs/index.d.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/types/urijs/index.d.ts b/types/urijs/index.d.ts index 809b50c733..382a3f71d1 100644 --- a/types/urijs/index.d.ts +++ b/types/urijs/index.d.ts @@ -15,6 +15,10 @@ // - rxjs: https://github.com/ReactiveX/rxjs/issues/1986 /// +// Compatability with node.js +// tslint:disable-next-line:no-empty-interface +interface HTMLElement { } + declare namespace uri { interface URI { absoluteTo(path: string | URI): URI;