aboutsummaryrefslogtreecommitdiff
path: root/src/runtime.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime.js')
-rw-r--r--src/runtime.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/runtime.js b/src/runtime.js
index c8e4c174c..41242637b 100644
--- a/src/runtime.js
+++ b/src/runtime.js
@@ -1,6 +1,5 @@
var tagSymbol;
var cjsRequireSymbol;
-var __hasOwnProp = Object.prototype.hasOwnProperty;
var __create = Object.create;
var __descs = Object.getOwnPropertyDescriptors;
var __defProp = Object.defineProperty;
@@ -8,6 +7,9 @@ var __getProtoOf = Object.getPrototypeOf;
var __getOwnPropNames = Object.getOwnPropertyNames;
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
+// This order is deliberate so that the printer does the {} optimization here
+var __hasOwnProp = Object.prototype.hasOwnProperty;
+
export var __markAsModule = target => __defProp(target, "__esModule", { value: true, configurable: true });
// This is used to implement "export * from" statements. It copies properties