mustache
mustache copied to clipboard
Dart 2 runtime failures in tests
Running the tests on VM with --preview-dart-2, see the following failure
type 'List
/cc @srawlins
I'm looking at this.
I think this is just blocked by https://github.com/dart-lang/sdk/issues/32889.
Another Dart2 runtime failure in the following location with the latest dev.59 SDK:
file:///Users/isoos/.pub-cache/hosted/pub.dartlang.org/mustache-1.0.0/lib/src/renderer.dart:94:20: Error: The method 'call' isn't defined for the class 'dart.core::Object'.
Try correcting the name to the name of an existing method, or defining a method named 'call'.
value = value(context);