Skip to content

Commit 9448b4d

Browse files
committed
Enable extension types in analysis
Generate extension type bindings Generate extension types instead of classes Refactors some code around overrides so we don't emit @js unless they're needed. Updates code_builder dep to 4.10.0 and dart_style to 2.3.4. Clean up JS supertype generation contribute a fix_data.yaml file to enable 'dart fix' renames (dart-lang#141) contribute a fix_data.yaml file to enable 'dart fix' renames collect MDN API information (dart-lang#130) collect MDN info for use in API documentation Redeprecate deprecated APIs in 0.4.1 (dart-lang#142) Undeprecate some APIs and prepare for publish of 0.4.2 (dart-lang#140) move bindings_generator/ to tool/generator/ (dart-lang#138) rev to 0.4.1 in preparation for publishing (dart-lang#135) Update generate copyright year to 2024 (dart-lang#136) Change-Id: I0f90fc08fd7871f8331f42c158cb7ba34e6bf887
1 parent 876df99 commit 9448b4d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

analysis_options.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
include: package:dart_flutter_team_lints/analysis_options.yaml
33

44
analyzer:
5+
enable-experiment:
6+
- inline-class
57
language:
68
strict-casts: true
79
strict-inference: true

0 commit comments

Comments
 (0)