File tree Expand file tree Collapse file tree 6 files changed +24
-0
lines changed Expand file tree Collapse file tree 6 files changed +24
-0
lines changed Original file line number Diff line number Diff line change
1
+ // Copyright (c) 2024, the Dart project authors. Please see the AUTHORS file
2
+ // for details. All rights reserved. Use of this source code is governed by a
3
+ // BSD-style license that can be found in the LICENSE file.
4
+
1
5
import 'package:path/path.dart' as path;
2
6
3
7
import 'ast/_core/interfaces/declaration.dart' ;
Original file line number Diff line number Diff line change
1
+ // Copyright (c) 2024, the Dart project authors. Please see the AUTHORS file
2
+ // for details. All rights reserved. Use of this source code is governed by a
3
+ // BSD-style license that can be found in the LICENSE file.
4
+
1
5
import 'dart:io' ;
2
6
3
7
import 'package:path/path.dart' as path;
Original file line number Diff line number Diff line change
1
+ // Copyright (c) 2024, the Dart project authors. Please see the AUTHORS file
2
+ // for details. All rights reserved. Use of this source code is governed by a
3
+ // BSD-style license that can be found in the LICENSE file.
4
+
1
5
import 'dart:io' ;
2
6
import 'package:path/path.dart' as path;
3
7
import '../../ast/_core/interfaces/availability.dart' ;
Original file line number Diff line number Diff line change
1
+ // Copyright (c) 2024, the Dart project authors. Please see the AUTHORS file
2
+ // for details. All rights reserved. Use of this source code is governed by a
3
+ // BSD-style license that can be found in the LICENSE file.
4
+
1
5
import '../ast/_core/interfaces/declaration.dart' ;
2
6
import '../ast/declarations/compounds/class_declaration.dart' ;
3
7
import 'generators/class_generator.dart' ;
Original file line number Diff line number Diff line change
1
+ // Copyright (c) 2024, the Dart project authors. Please see the AUTHORS file
2
+ // for details. All rights reserved. Use of this source code is governed by a
3
+ // BSD-style license that can be found in the LICENSE file.
4
+
1
5
import '../../ast/_core/interfaces/declaration.dart' ;
2
6
import '../../ast/declarations/built_in/built_in_declaration.dart' ;
3
7
import '../../ast/declarations/compounds/class_declaration.dart' ;
Original file line number Diff line number Diff line change
1
+ // Copyright (c) 2024, the Dart project authors. Please see the AUTHORS file
2
+ // for details. All rights reserved. Use of this source code is governed by a
3
+ // BSD-style license that can be found in the LICENSE file.
4
+
1
5
import '../../ast/_core/interfaces/declaration.dart' ;
2
6
import '../../ast/_core/interfaces/variable_declaration.dart' ;
3
7
import '../../ast/_core/shared/referred_type.dart' ;
You can’t perform that action at this time.
0 commit comments