mirror of
https://github.com/valitydev/openapi-generator.git
synced 2024-11-06 02:25:20 +00:00
11bcb661a1
* Add script to use Dart SDK to generate keywords * Read generated keywords in dart generator |
||
---|---|---|
.. | ||
dart-version.txt | ||
pubspec.lock | ||
pubspec.yaml | ||
README.md | ||
save_dart_keywords.sh | ||
save-dart-keywords.dart |
What is the purpose?
Running ./save_dart_keywords.sh
from this directory will generate dart-keywords.txt
which contains the current Dart keywords and is used by the dart generator as a set of reserved words.
When should the keywords be generated?
save_dart_keywords.sh
should be run when a new version of Dart is release to update the keywords file.
The last Dart version that was used to generate the keywords can be found in dart-version.txt
.
What does the shellscript do?
-
compile a dart app
dart2native save-dart-keywords.dart
-
run the dart app
./save-dart-keywords.exe
-
the ouput is
dart-keywords.txt
anddart-version.txt