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

Package detail

handlebars-template-parser

bluewings7MIT1.0.0

get paths and others from handlebars-template.

readme

handlebars-template-parser

Usage

const Handlebars = require('Handlebars');
const parser = require('handlebars-template-parser');

const templateSpec = Handlebars.precompile(templateContent);
const paths = parser.getPaths(templateSpec);

console.log(paths);