1 Star 0 Fork 0

code-v / mathjs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
core.js 498 Bytes
一键复制 编辑 原始数据 按行查看 历史
jos 提交于 2019-06-08 13:49 . Fix broken require in deprecated core.js
const create = require('./lib/entry/mainAny').create
const typedDependencies = require('./lib/entry/dependenciesAny.generated').typedDependencies
console.warn('Warning: ' +
'The file "mathjs/core.js" is deprecated since v6.0.0. ' +
'Please use the root "mathjs" instead')
exports.create = function createLegacy (config) {
// TODO: wrap the function create in a warnOnce message
const factories = {
createTyped: typedDependencies.createTyped
}
return create(factories, config)
}
1
https://gitee.com/lxydyx/mathjs.git
git@gitee.com:lxydyx/mathjs.git
lxydyx
mathjs
mathjs
master

搜索帮助