Skip to content

nicholaslee119/smarty-ast-loader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

smarty-ast-loader

a webpack loader to import smarty template as AST

usage

var ast = require("smarty-ast-loader!./file.tpl");

// or, if you've bound .tpl to smarty-ast-loader
var ast = require("./file.tpl");

test

$ npm test

License

MIT

About

a webpack loader to import smarty template as AST

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published