_bazel_codegen 0.0.3 copy "_bazel_codegen: ^0.0.3" to clipboard
_bazel_codegen: ^0.0.3 copied to clipboard

discontinued
outdatedDart 1 only

Bazel code generation runner

0.0.3 #

  • Only read '.dart' files as sources for the Resolver. This avoids a problem trying to read binary assets as if they were strings. Poorly encoded .dart files can still cause an error - but this case we'd expect to fail.
  • Fix a bug where failure to read an asset during the Resolvers.get call would cause the entire process to hang.
  • Rely on the print capturing from package:build

0.0.2 #

  • Bug fix: Correct the import after library was renamed with a leading underscore.