okam-build
Version:
The build tool for Okam develop framework
13 lines (8 loc) • 303 B
JavaScript
/**
* @file Mini program view template syntax transform plugin: okam syntax -> toutiao syntax
* @author sparklewhy@gmail.com
*/
;
const {createSyntaxPlugin} = require('../helper');
const transformers = require('../../transform/tt');
module.exports = createSyntaxPlugin(transformers);