- l10n: Add zh-CN dist files
- Linting (ESLint): Add back `no-console`; while useful for debugging, could flag incomplete code (and was breaking at reporting of unused directives) - Docs (CHANGES): Add changes and apply more formal style - Build: Rebuild with updated Babel/Rollup - npm: Update devDeps
This commit is contained in:
@@ -28925,9 +28925,11 @@
|
||||
}, _callee, this, [[2, 8]]);
|
||||
}));
|
||||
|
||||
return function importLocaleDefaulting() {
|
||||
function importLocaleDefaulting() {
|
||||
return _importLocaleDefaulting.apply(this, arguments);
|
||||
};
|
||||
}
|
||||
|
||||
return importLocaleDefaulting;
|
||||
}()
|
||||
);
|
||||
}
|
||||
@@ -30122,9 +30124,11 @@
|
||||
}, _callee4, this);
|
||||
}));
|
||||
|
||||
return function callback(_x3) {
|
||||
function callback(_x3) {
|
||||
return _callback.apply(this, arguments);
|
||||
};
|
||||
}
|
||||
|
||||
return callback;
|
||||
}()
|
||||
});
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user