tplv:现代的Nano(〜170字节)字符串模板库,基于ES6模板字符串语法

时间:2024-02-25 19:31:16
【文件属性】:

文件名称:tplv:现代的Nano(〜170字节)字符串模板库,基于ES6模板字符串语法

文件大小:9KB

文件格式:ZIP

更新时间:2024-02-25 19:31:16

template es6 string strings tplv

TPLV Nano(〜170字节),基于ES6 String模板语法的高性能字符串模板库。 安装 $ npm i --save tplv 用法 render模板字符串 import { render } from 'tplv' ; const template = '${ name }, ${value}(${percent} | Top ${array[2]})' ; const data = { name : 'Hangzhou' , value : 1200 , percent : '13%' , array : [ 1 , 2 , 3 , 4 ] } ; render


【文件预览】:
tplv-master
----rollup.config.js(420B)
----package.json(2KB)
----.commitlintrc.js(198B)
----perf()
--------constant.ts(236B)
--------index.ts(768B)
----__tests__()
--------template.spec.ts(819B)
--------index.spec.ts(523B)
--------template.tpl(98B)
----.github()
--------FUNDING.yml(689B)
--------workflows()
----.prettierrc(142B)
----LICENSE(1KB)
----src()
--------render.ts(350B)
--------tpl.ts(139B)
--------fn.ts(149B)
--------compile.ts(399B)
--------index.ts(72B)
----tsconfig.json(465B)
----.gitignore(166B)
----README.md(2KB)

网友评论