xxgreg / mustache

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

Update README.md #8

Closed sethladd closed 9 years ago

xxgreg commented 9 years ago

Btw. For code which doesn't require mirrors, it is possible to comment out 4-5 lines of code, and it will work.

I have considered doing this in a branch and publishing a mustache_no_mirrors library on pub.

sethladd commented 9 years ago

Instead of two different packages, you could have a single package with two different libraries to import.

Thanks for the merge!

xxgreg commented 9 years ago

From memory, I think the dart2js mirrors warning is given if a package imports the mirrors lib.

On Sat, Jan 31, 2015 at 7:51 AM, Seth Ladd notifications@github.com wrote:

Instead of two different packages, you could have a single package with two different libraries to import.

Thanks for the merge!

— Reply to this email directly or view it on GitHub https://github.com/xxgreg/mustache/pull/8#issuecomment-72250388.