0.0.0-pre0 • Published 5 years ago

lit-mustache v0.0.0-pre0

Weekly downloads
2
License
Apache-2.0
Repository
github
Last release
5 years ago

lit-mustache

Usage

const mustache = require('lit-mustache')
const template = (scope) => mustache`<p>{{name}}</p>`(scope)

syntax highlighting for vscode

https://github.com/direktspeed/vscode-lit-mustache

TODO

Will Work mustache should have access to this as scope and so use its name needs evaluation whats the this context when imported and used as function mustache and fat arrow

const mustache = require('lit-mustache');
const template = (name) => mustache`<p>{{name}}</p>`;

need to add some more tests