slang-i18n / slang

Type-safe i18n for Dart and Flutter
https://pub.dev/packages/slang
MIT License
459 stars 39 forks source link

build_runner does not handle trailing commas in build.yaml #157

Closed Tienisto closed 1 year ago

Tienisto commented 1 year ago

Describe the bug Paths with trailing commas are not handled correctly when using build_runner.

targets:
  $default:
    builders:
      slang_build_runner:
        options:
          base_locale: en
          input_directory: lib/abc/ # <-- does not work
Tienisto commented 1 year ago

Fixed in 3.23.0