Skip to content

Commit

Permalink
fix some lints
Browse files Browse the repository at this point in the history
  • Loading branch information
jakemac53 committed Feb 16, 2024
1 parent 63a7dec commit 1c895c3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
1 change: 1 addition & 0 deletions _test/lib/macros/debug_to_string.dart
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

import 'dart:async';

// ignore: implementation_imports
import 'package:_fe_analyzer_shared/src/macros/api.dart';

macro class DebugToString implements ClassDeclarationsMacro {
Expand Down
12 changes: 7 additions & 5 deletions _test/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ publish_to: none
environment:
sdk: ^3.3.0-0

dev_dependencies:
dependencies:
_fe_analyzer_shared: any

dev_dependencies:
analyzer: any
build: any
build_config: any
Expand All @@ -30,14 +32,14 @@ dependency_overrides:
path: ../../dart-lang-sdk/sdk/pkg/_js_interop_checks
analyzer:
path: ../../dart-lang-sdk/sdk/pkg/analyzer
build_integration:
path: ../../dart-lang-sdk/sdk/pkg/build_integration
build:
path: ../build
build_config:
path: ../build_config
build_daemon:
path: ../build_daemon
build_integration:
path: ../../dart-lang-sdk/sdk/pkg/build_integration
build_modules:
path: ../build_modules
build_resolvers:
Expand All @@ -56,10 +58,10 @@ dependency_overrides:
path: ../../dart-lang-sdk/sdk/pkg/dart2js_info
dart2wasm:
path: ../../dart-lang-sdk/sdk/pkg/dart2wasm
dev_compiler:
path: ../../dart-lang-sdk/sdk/pkg/dev_compiler
dart_style:
path: ../../dart-lang-sdk/sdk/third_party/pkg/dart_style
dev_compiler:
path: ../../dart-lang-sdk/sdk/pkg/dev_compiler
front_end:
path: ../../dart-lang-sdk/sdk/pkg/front_end
frontend_server:
Expand Down

0 comments on commit 1c895c3

Please sign in to comment.