mutator 0.0.4 copy "mutator: ^0.0.4" to clipboard
mutator: ^0.0.4 copied to clipboard

Dart 1 only

A dart language helper tool for pre-compile/transform time refactoring. A potential alternative to Macro or inline function in desperate times.

Changelog #

0.0.1 #

  • Initial version

0.0.2 #

  • A bug fixed

0.0.3 #

  • mutate and mutate_t are now async methods. This change has been made as sometimes barback attempts to transform a part file before library's main file. Now, mutate_t only completes when dependencies are resolved.

0.0.4 #

  • time_out_in_seconds option added to mutate_t and mutate. mutator function hangs when a part file is passed to mutate never its main library file is never passed; dependencies cannot be resolved. time_out_in_seconds is added to throw a warning when such occurs.
0
likes
40
pub points
0%
popularity

Publisher

unverified uploader

A dart language helper tool for pre-compile/transform time refactoring. A potential alternative to Macro or inline function in desperate times.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

More

Packages that depend on mutator