mustache4dart icon indicating copy to clipboard operation
mustache4dart copied to clipboard

Remove dart:mirrors dependency

Open valotas opened this issue 7 years ago • 5 comments

At least it should not be used when compiling for the browser

valotas avatar Apr 14 '18 21:04 valotas

I'm curious how the progress is going for a Dart 2 release. I see there is a branch were it looks like work is being done and tests are running. Are there plans to publish a version with SDK constraints lower bounded on a dev release?

nshahan avatar Jul 25 '18 23:07 nshahan

https://github.com/valotas/mustache4dart/pull/78

kevmoo avatar Jul 26 '18 00:07 kevmoo

This does not address the mirrors issue – I just skip browser tests. But it does get this package ready for Dart2

kevmoo avatar Jul 26 '18 00:07 kevmoo

I'd recommend going w/ a source_gen based model. You get great browser support and better runtime speed!

kevmoo avatar Jul 26 '18 01:07 kevmoo

#81 is addressing this issue

valotas avatar Aug 25 '18 13:08 valotas