mozilla / nunjucks

A powerful templating engine with inheritance, asynchronous control, and more (jinja2 inspired)
https://mozilla.github.io/nunjucks/
BSD 2-Clause "Simplified" License
8.48k stars 634 forks source link

Document `nunjucks.parser` #1239

Open ogonkov opened 4 years ago

ogonkov commented 4 years ago

It's a hidden treasure, and it would be nice to have some docs for nunjucks.parser and nunjucks.nodes.*.

You could guess the meaning of some nunjucks.nodes, but having docs would be much better.

fdintino commented 4 years ago

I agree this is a good idea, but some of the API will likely change for v4 of nunjucks (currently in-progress). I'll write some docs for it as part of the release.

ogonkov commented 4 years ago

@fdintino where i can track v4 progress? develop branch?

fdintino commented 4 years ago

@ogonkov that is where I'll be pushing out changes. I have a bunch of work locally that I need to clean up and push out. I may find time to do it this weekend.

ogonkov commented 4 years ago

Should be done after #1059