summaryrefslogtreecommitdiffstats
path: root/node_modules/@webassemblyjs/helper-api-error/esm
diff options
context:
space:
mode:
authorGravatar Piotr Russ <mail@pruss.it> 2020-11-18 23:26:45 +0100
committerGravatar Piotr Russ <mail@pruss.it> 2020-11-18 23:26:45 +0100
commit81ddf9b700bc48a1f8e472209f080f9c1d9a9b09 (patch)
tree8b959d50c5a614cbf9fcb346ed556140374d4b6d /node_modules/@webassemblyjs/helper-api-error/esm
parent1870f3fdf43707a15fda0f609a021f516f45eb63 (diff)
downloadwebsite_creator-81ddf9b700bc48a1f8e472209f080f9c1d9a9b09.tar.gz
website_creator-81ddf9b700bc48a1f8e472209f080f9c1d9a9b09.tar.bz2
website_creator-81ddf9b700bc48a1f8e472209f080f9c1d9a9b09.zip
rm node_modules
Diffstat (limited to 'node_modules/@webassemblyjs/helper-api-error/esm')
-rw-r--r--node_modules/@webassemblyjs/helper-api-error/esm/index.js47
1 files changed, 0 insertions, 47 deletions
diff --git a/node_modules/@webassemblyjs/helper-api-error/esm/index.js b/node_modules/@webassemblyjs/helper-api-error/esm/index.js
deleted file mode 100644
index 869d480..0000000
--- a/node_modules/@webassemblyjs/helper-api-error/esm/index.js
+++ /dev/null
@@ -1,47 +0,0 @@
-function _typeof(obj) { if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
-
-function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
-
-function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } if (!self) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
-
-function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } }); if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass.__proto__ = superClass; }
-
-export var RuntimeError =
-/*#__PURE__*/
-function (_Error) {
- _inherits(RuntimeError, _Error);
-
- function RuntimeError() {
- _classCallCheck(this, RuntimeError);
-
- return _possibleConstructorReturn(this, (RuntimeError.__proto__ || Object.getPrototypeOf(RuntimeError)).apply(this, arguments));
- }
-
- return RuntimeError;
-}(Error);
-export var CompileError =
-/*#__PURE__*/
-function (_Error2) {
- _inherits(CompileError, _Error2);
-
- function CompileError() {
- _classCallCheck(this, CompileError);
-
- return _possibleConstructorReturn(this, (CompileError.__proto__ || Object.getPrototypeOf(CompileError)).apply(this, arguments));
- }
-
- return CompileError;
-}(Error);
-export var LinkError =
-/*#__PURE__*/
-function (_Error3) {
- _inherits(LinkError, _Error3);
-
- function LinkError() {
- _classCallCheck(this, LinkError);
-
- return _possibleConstructorReturn(this, (LinkError.__proto__ || Object.getPrototypeOf(LinkError)).apply(this, arguments));
- }
-
- return LinkError;
-}(Error); \ No newline at end of file