parrot icon indicating copy to clipboard operation
parrot copied to clipboard

A lightning fast and lightweight templating engine for Node.js

Results 7 parrot issues
Sort by recently updated
recently updated
newest added

There's no way that I can tell to escape user input within the template.

If one were to render a two user pages near-simultaneously with completely separate information in each sandbox, you will get repeated, bad data.

Since you have `config.cache = config.cache || exports.config.cache;`, you can't set cache to 0, you have to set it to a negative to get a similar effect.

This could be easily implemented, we just need to convert the code to real JavaScript after we compiled the input using RegEx.

It's not the largest library in the world, this shouldn't be too hard

See ERB in the [Ruby documentation](http://www.ruby-doc.org/stdlib-1.9.3/libdoc/erb/rdoc/ERB.html): > ERB recognizes certain tags in the provided template and converts them based on the rules below: > > ``` > > > >...

Hey there, i am currently working on a cli for a translation management system right within figma called Parrot: https://www.figma.com/community/plugin/1205803482754362456 The npm package name parrot is [taken](https://www.npmjs.com/package/parrot) by this project...