umakantp / jsmart

jSmart is Smarty Javascript Template Engine, port of the PHP Smarty Template Engine
MIT License
134 stars 35 forks source link

No dump plugin #28

Closed hparadiz closed 6 years ago

hparadiz commented 6 years ago

I submitted a pull request with a basic implementation of the dump plugin https://github.com/umakantp/jsmart/pull/27

umakantp commented 6 years ago

You can use customize plugin specific to your project with jSmart. Why do you want to have dump plugin included in jSmart itself?

hparadiz commented 6 years ago

Because the official Dwoo project has dump as a default plugin: http://dwoo.org/plugins/functions/dump.html

My PHP projects all use Dwoo.

Was hoping jSmart would have support for every default Dwoo plugin out of the box.

peon501 commented 6 years ago

its not Dwoo