feat:fix ListNode crash on iOS 10 and iOS 11

This commit is contained in:
pengfei.zhou
2020-06-12 11:13:55 +08:00
committed by osborn
parent 5e0b1ea92b
commit 6b1040b8a2
3 changed files with 20 additions and 28 deletions

View File

@@ -59,18 +59,8 @@ var doric = (function (exports) {
var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
function createCommonjsModule(fn, basedir, module) {
return module = {
path: basedir,
exports: {},
require: function (path, base) {
return commonjsRequire(path, (base === undefined || base === null) ? module.path : base);
}
}, fn(module, module.exports), module.exports;
}
function commonjsRequire () {
throw new Error('Dynamic requires are not currently supported by @rollup/plugin-commonjs');
function createCommonjsModule(fn, module) {
return module = { exports: {} }, fn(module, module.exports), module.exports;
}
/*! *****************************************************************************