Merge branch 'master' into feat/webpack5

This commit is contained in:
Nathan Walker
2021-03-08 10:35:15 -08:00

View File

@ -1,6 +1,3 @@
/* eslint-disable no-var */
declare var global: NodeJS.Global & typeof globalThis;
interface ModuleResolver {
/**
* A function used to resolve the exports for a module.