Simpler empty modules for shims.

This commit is contained in:
Richard Moore 2018-07-22 20:41:30 -04:00
parent 7d4caa05ca
commit bfff3ea4cc
No known key found for this signature in database
GPG Key ID: 525F70A6FCABC295
2 changed files with 2 additions and 3 deletions

View File

@ -1,2 +1 @@
export const _empty: any = null;
export { }

View File

@ -7,4 +7,4 @@ try {
module.exports.XMLHttpRequest = null;
}
export const _empty: any = null;
export { }