dustjs icon indicating copy to clipboard operation
dustjs copied to clipboard

Asynchronous Javascript templating for the browser and server

Results 83 dustjs issues
Sort by recently updated
recently updated
newest added

Chome dev console logs. [dust_errors.log](https://github.com/linkedin/dustjs/files/2717780/dust_errors.log)

Webpack throws error while bundling if i point dustjs-linkedin to nodemodules dustjs-linkedin/dist/dust-full.js why does the dust-full js file looks for these files in the dist folder ./parser ./server ./dust js...

This adds support for passing parameters/attributes to inline partials/blocks. This change will cause inline partials to act almost exactly the same passing parameterss to a section or (non-inline) partial (wrt...

This commit replaces lib/server.js with lib/browser.js when the code is being bundled as CommonJS for browser environments using tools that look at the "browser" option on the package.json file as...

Consider a template named `a.html`; ~~~~ Some literals // inside a helper calling context.getTemplateName() results in 'a.html' {> "b.html" /} Some more literals // inside a helper calling context.getTemplateName() now...

Child template ``` {>base_template/} {#loop} {

feature

Hi, I'm using dustjs in a lot of my projects and would apreciate if someone could make a point on the status of this project, is it still maintained ?...

If I reference a value that is undefined in the current context, I get an unwelcome warning: e.g., with parent context ``` { data: [{ item : "exampleA", blah :...

![screen shot 2018-09-05 at 4 29 05 pm](https://user-images.githubusercontent.com/5490714/45071112-d3802900-b128-11e8-9224-062fb163efdd.png) Found this issue while working on a template using multiple decimal values, if you pass through a value like 0.05, the compiler...