Skip to content

Commit 99af41e

Browse files
committed
[native_assets_cli] Remove manual sorting
1 parent 2c05819 commit 99af41e

File tree

2 files changed

+294
-319
lines changed

2 files changed

+294
-319
lines changed

pkgs/hook/tool/generate_syntax.dart

-25
Original file line numberDiff line numberDiff line change
@@ -45,31 +45,6 @@ void main(List<String> args) {
4545
'HookOutput',
4646
'LinkOutput',
4747
],
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,
7348
).analyze();
7449
final textDumpFile = File.fromUri(
7550
packageUri.resolve(

0 commit comments

Comments
 (0)