aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/shims
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/shims')
-rw-r--r--client/src/shims/http.ts2
-rw-r--r--client/src/shims/https.ts2
-rw-r--r--client/src/shims/noop.ts4
-rw-r--r--client/src/shims/path.ts2
4 files changed, 5 insertions, 5 deletions
diff --git a/client/src/shims/http.ts b/client/src/shims/http.ts
index a759400cb..1b1767aab 100644
--- a/client/src/shims/http.ts
+++ b/client/src/shims/http.ts
@@ -1 +1 @@
module.exports = require('stream-http'); \ No newline at end of file module.exports = require('stream-http')
diff --git a/client/src/shims/https.ts b/client/src/shims/https.ts
index 1da6f8adb..f5ef70430 100644
--- a/client/src/shims/https.ts
+++ b/client/src/shims/https.ts
@@ -1 +1 @@
module.exports = require('https-browserify'); \ No newline at end of file module.exports = require('https-browserify')
diff --git a/client/src/shims/noop.ts b/client/src/shims/noop.ts
index 338e16104..899b69bf3 100644
--- a/client/src/shims/noop.ts
+++ b/client/src/shims/noop.ts
@@ -1,3 +1,3 @@
1// Does nothing. Used to shim out node.js modules 1// Does nothing. Used to shim out node.js modules
2// which are no-ops in the browser. 2// which are no-ops in the browser.
3export const NOOP = 0; \ No newline at end of file 3export const NOOP = 0 \ No newline at end of file
diff --git a/client/src/shims/path.ts b/client/src/shims/path.ts
index 74b6913d8..1f8c61a07 100644
--- a/client/src/shims/path.ts
+++ b/client/src/shims/path.ts
@@ -1 +1 @@
module.exports = require('path-browserify'); \ No newline at end of file module.exports = require('path-browserify')