valotas / mustache4dart

mustache implementation for Dart
Other
87 stars 15 forks source link

Remove dart:mirrors dependency #73

Open valotas opened 6 years ago

valotas commented 6 years ago

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

nshahan commented 6 years ago

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?

kevmoo commented 6 years ago

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

kevmoo commented 6 years ago

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

kevmoo commented 6 years ago

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

valotas commented 6 years ago

81 is addressing this issue