This repository was archived by the owner on May 25, 2022. It is now read-only.
File tree 4 files changed +16
-0
lines changed
built_json_generator/lib/src
4 files changed +16
-0
lines changed Original file line number Diff line number Diff line change
1
+ // Copyright (c) 2015, Google Inc. Please see the AUTHORS file for details.
2
+ // All rights reserved. Use of this source code is governed by a BSD-style
3
+ // license that can be found in the LICENSE file.
4
+
1
5
library built_json_generator.library_elements;
2
6
3
7
import 'package:analyzer/src/generated/element.dart' ;
Original file line number Diff line number Diff line change
1
+ // Copyright (c) 2015, Google Inc. Please see the AUTHORS file for details.
2
+ // All rights reserved. Use of this source code is governed by a BSD-style
3
+ // license that can be found in the LICENSE file.
4
+
1
5
library built_json_generator.source_class;
2
6
3
7
import 'package:analyzer/src/generated/element.dart' ;
Original file line number Diff line number Diff line change
1
+ // Copyright (c) 2015, Google Inc. Please see the AUTHORS file for details.
2
+ // All rights reserved. Use of this source code is governed by a BSD-style
3
+ // license that can be found in the LICENSE file.
4
+
1
5
library built_json_generator.source_field;
2
6
3
7
import 'package:analyzer/src/generated/element.dart' ;
Original file line number Diff line number Diff line change
1
+ // Copyright (c) 2015, Google Inc. Please see the AUTHORS file for details.
2
+ // All rights reserved. Use of this source code is governed by a BSD-style
3
+ // license that can be found in the LICENSE file.
4
+
1
5
library built_json_generator.source_library;
2
6
3
7
import 'package:analyzer/src/generated/element.dart' ;
You can’t perform that action at this time.
0 commit comments