xxgreg / mustache

Mustache template Dart library
BSD 2-Clause "Simplified" License
57 stars 59 forks source link

“Non-reflection version” in docs should say what and where this is #47

Open gisborne opened 4 years ago

gisborne commented 4 years ago

The docs say:

There is also another version of this library available which doesn't use mirrors.

I have no idea what to do after this. It would be much more useful to specify at least what and where this other way of doing things is (is it another project? somewhere inside this project? available through some flag?).

If it’s otherwise equivalent, the version that doesn’t require mirrors would seem to be strictly better and should be the only version offered.