[
https://issues.apache.org/jira/browse/THRIFT-3535?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mark Erickson updated THRIFT-3535:
----------------------------------
Description:
The default Dart compiler behavior is to generate a new library for each thrift
file. Add an argument to generate files and imports that are usable in an
existing library.
This produces a file structure like:
{code}
gen-dart/
tutorial.dart
tutorial/
calculator.dart
invalid_operation.dart
operation.dart
tutorial_constants.dart
work.dart
{code}
was:The default Dart compiler behavior is to generate a new library for each
thrift file. Add an argument to generate files and imports that are usable in
an existing library.
> Dart generator argument to produce a file structure usable in parent library
> ----------------------------------------------------------------------------
>
> Key: THRIFT-3535
> URL: https://issues.apache.org/jira/browse/THRIFT-3535
> Project: Thrift
> Issue Type: Improvement
> Components: Dart - Compiler
> Reporter: Mark Erickson
> Assignee: Mark Erickson
>
> The default Dart compiler behavior is to generate a new library for each
> thrift file. Add an argument to generate files and imports that are usable
> in an existing library.
> This produces a file structure like:
> {code}
> gen-dart/
> tutorial.dart
> tutorial/
> calculator.dart
> invalid_operation.dart
> operation.dart
> tutorial_constants.dart
> work.dart
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)