We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1563f3f commit 540e669Copy full SHA for 540e669
pkgs/hook/tool/generate_syntax.dart
@@ -45,31 +45,6 @@ void main(List<String> args) {
45
'HookOutput',
46
'LinkOutput',
47
],
48
- classSorting:
49
- packageName == 'code_assets'
50
- ? [
51
- 'AndroidCodeConfig',
52
- 'Architecture',
53
- 'Asset',
54
- 'NativeCodeAsset',
55
- 'CCompilerConfig',
56
- 'Windows',
57
- 'DeveloperCommandPrompt',
58
- 'CodeConfig',
59
- 'Config',
60
- 'ConfigExtensions',
61
- 'IOSCodeConfig',
62
- 'LinkMode',
63
- 'DynamicLoadingBundleLinkMode',
64
- 'DynamicLoadingExecutableLinkMode',
65
- 'DynamicLoadingProcessLinkMode',
66
- 'DynamicLoadingSystemLinkMode',
67
- 'StaticLinkMode',
68
- 'LinkModePreference',
69
- 'MacOSCodeConfig',
70
- 'OS',
71
- ]
72
- : null,
73
).analyze();
74
final textDumpFile = File.fromUri(
75
packageUri.resolve(
0 commit comments