Skip to content

Commit

Permalink
fixes for dart v3
Browse files Browse the repository at this point in the history
  • Loading branch information
jgerigmeyer committed May 12, 2023
1 parent a7ec7d1 commit 2a15647
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions analysis/lib/analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
analyzer:
exclude: [build/**]
strong-mode:
implicit-casts: false
language:
strict-casts: true
strict-inference: true
strict-raw-types: true
errors:
Expand Down
1 change: 0 additions & 1 deletion lib/src/node/compile.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
// MIT-style license that can be found in the LICENSE file or at
// https://opensource.org/licenses/MIT.

import 'package:js/js.dart';
import 'package:node_interop/js.dart';
import 'package:node_interop/util.dart' hide futureToPromise;
import 'package:term_glyph/term_glyph.dart' as glyph;
Expand Down
1 change: 0 additions & 1 deletion lib/src/node/legacy.dart
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import 'dart:convert';
import 'dart:js_util';
import 'dart:typed_data';

import 'package:js/js.dart';
import 'package:node_interop/js.dart';
import 'package:path/path.dart' as p;

Expand Down

0 comments on commit 2a15647

Please sign in to comment.