(function() {
var defaults, execution, _, _ref, _ref1, _ref2;
execution = require('./execution');
_ = (_ref = (_ref1 = (_ref2 = typeof window !== "undefined" && window !== null ? window._ : void 0) != null ? _ref2 : typeof self !== "undefined" && self !== null ? self._ : void 0) != null ? _ref1 : typeof global !== "undefined" && global !== null ? global._ : void 0) != null ? _ref : require('lodash');
module.exports = defaults = {
thisValue: null,
globals: [],
language: "javascript",
functionName: null,
functionParameters: [],
yieldAutomatically: false,
yieldConditionally: false,
executionCosts: {},
noSerializationInFlow: false,
noVariablesInFlow: false,
skipDuplicateUserInfoInFlow: false,
includeFlow: true,
includeMetrics: true,
includeStyle: true,
protectBuiltins: true
};
}).call(this);
|