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 9fced22 commit e3e14edCopy full SHA for e3e14ed
pkgs/jot/lib/src/display.dart
@@ -4,6 +4,15 @@
4
5
// ignore_for_file: implementation_imports
6
7
+// Note: This file was copied from package:analyzer's
8
+// `lib/src/dart/element/display_string_builder.dart` file and adopted to
9
+// make the output correct from the POV of dart format. It will need to be
10
+// updated periodically from the upstream source-of-truth.
11
+//
12
+// We use this file to generate reasonable looking source code from Elements
13
+// - something that looks like what the user might have written - which we then
14
+// normalize via dart format.
15
+
16
import 'package:analyzer/dart/element/element.dart';
17
import 'package:analyzer/dart/element/nullability_suffix.dart';
18
import 'package:analyzer/dart/element/type.dart';
0 commit comments