mustache_no_mirror 0.1.8 copy "mustache_no_mirror: ^0.1.8" to clipboard
mustache_no_mirror: ^0.1.8 copied to clipboard

Dart 1 only

This is a fork of the library 'mustache' modified to remove calls to mirror API.

Mustache no mirror #

This is a fork of the Dart library ['mustache'] (https://github.com/xxgreg/mustache) modified to remove calls to mirror API.

Build Status

Why removing calls to mirror API ? #

Because when using the mirror API with dart2js, the generated code is very large ( 800kb -> 6Mb )

What are the implications of this modification ? #

Without the mirror API, the only way to retrieve named properties is the [ ] operator, so the values objects passed to render methods must implement this operator.

0
likes
25
pub points
0%
popularity

Publisher

unverified uploader

This is a fork of the library 'mustache' modified to remove calls to mirror API.

Repository (GitHub)
View/report issues

License

BSD-2-Clause (LICENSE)

More

Packages that depend on mustache_no_mirror