Web-components: Fix build

This commit is contained in:
Michael Shilman 2022-09-30 01:45:29 +08:00
parent 995467be28
commit 87bcf3ea80
2 changed files with 0 additions and 2 deletions

View File

@ -1,4 +1,3 @@
// @ts-expect-error (Converted from ts-ignore)
import global from 'global';
const { window: globalWindow } = global;

View File

@ -1,4 +1,3 @@
// @ts-expect-error (Converted from ts-ignore)
import global from 'global';
const { window, EventSource } = global;