[
https://issues.apache.org/jira/browse/THRIFT-3535?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15107498#comment-15107498
]
ASF GitHub Bot commented on THRIFT-3535:
----------------------------------------
Github user asfgit closed the pull request at:
https://github.com/apache/thrift/pull/789
> 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)