公式:在ES2017中实现的Salesforce公式解析器。 的现场演示 源码
Formulon 免责声明:正在大量开发中,远未完成功能。 有关详细信息,请参见 Formulon是完全用ECMA Script 2015编写的解析器。 用法 解析 此方法将返回一个保存值的对象及其元数据 import { parse } from 'formulon' 例子 parse ( 'IF(TRUE, "True String", "False String")' ) // { // type: 'literal', // value: 'True String', // dataType: 'text', // options: { length: 11 } // }
用户评论