You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
5
+
6
+
## When should the keywords be generated?
7
+
8
+
`save_dart_keywords.sh` should be run when a new version of Dart is release to update the keywords file.
9
+
10
+
The last Dart version that was used to generate the keywords can be found in `dart-version.txt`.
11
+
12
+
## What does the shellscript do?
13
+
14
+
1. compile a dart app
15
+
-`dart2native save-dart-keywords.dart`
16
+
17
+
1. run the dart app
18
+
-`./save-dart-keywords.exe`
19
+
20
+
1. the ouput is `dart-keywords.txt` and `dart-version.txt`
0 commit comments