Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

mya-parser-undertpl

animabear4ISC1.0.1

fis3 plugin for underscore template parse

underscore, template

readme

mya-parser-undertpl

mya plugin for underscore template parse

使用

fis.match('*.tmpl', {
    parser: fis.plugin('undertpl')
});

配置

// 开启 underscore xss 自动转义,此时支持自定义语法 <%= xxx|safe %>,用于标明变量xxx是安全的,无需转义
fis.config.set('settings.parser.undertpl', {
    xssEscape: true
});