File tree 5 files changed +12
-4
lines changed
5 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 4
4
5
5
import 'dart:typed_data' ;
6
6
7
- import 'package:_macros/src/executor/response_impls.dart' as macro;
8
7
import 'package:analyzer/dart/element/element.dart' ;
9
8
import 'package:analyzer/src/dart/analysis/file_state.dart' ;
10
9
import 'package:analyzer/src/dart/analysis/library_graph.dart' ;
@@ -18,6 +17,7 @@ import 'package:analyzer/src/summary2/reference.dart';
18
17
import 'package:macros/macros.dart' as macro;
19
18
import 'package:macros/src/executor.dart' as macro;
20
19
import 'package:macros/src/executor/introspection_impls.dart' as macro;
20
+ import 'package:macros/src/executor/response_impls.dart' as macro;
21
21
22
22
macro .MacroExecutionResult readMacroExecutionResult ({
23
23
required DeclarationBuilder declarationBuilder,
Original file line number Diff line number Diff line change @@ -13,8 +13,7 @@ dependencies:
13
13
convert : ^3.0.0
14
14
crypto : ^3.0.0
15
15
glob : ^2.0.0
16
- _macros : ' >=0.3.0 <0.4.0'
17
- macros : ' >=0.1.2-0 <0.1.3'
16
+ macros : ' >=0.1.2-main.3 <0.1.3'
18
17
meta : ^1.15.0
19
18
package_config : ^2.0.0
20
19
path : ^1.9.0
Original file line number Diff line number Diff line change
1
+ ## 0.1.2-main.3
2
+
3
+ - Re-export 'package:_ macros/src/executor/response_impls.dart'.
4
+
1
5
## 0.1.2-main.2
2
6
3
7
- Re-publish of ` 0.1.2-main.1 ` which was retracted due to a corrupted tar file.
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
+
5
+ export 'package:_macros/src/executor/response_impls.dart' ;
Original file line number Diff line number Diff line change 1
1
name : macros
2
- version : 0.1.2-main.2
2
+ version : 0.1.2-main.3
3
3
description : >-
4
4
This package is for macro authors, and exposes the APIs necessary to write
5
5
a macro. It exports the APIs from the private `_macros` SDK vendored package.
You can’t perform that action at this time.
0 commit comments