We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33c00b0 commit 8522886Copy full SHA for 8522886
pkgs/unix_api/tool/generate.dart
@@ -51,5 +51,6 @@ void main() async {
51
_formatFile('lib/src/constants.g.dart');
52
_formatFile('lib/src/function_bindings.g.dart');
53
_formatFile('lib/src/functions.g.dart');
54
+ _formatFile('lib/src/handwritten_constant_bindings.g.dart');
55
_formatFile('lib/src/libc_bindings.g.dart');
56
}
0 commit comments