Files
sdk/pkg/wasm_builder/lib/wasm_builder.dart
Kevin Moore a820015bb5 [wasm_builder] enable and fix some new lints
dart_flutter_team_lints is more thorough and used in most ecosystem packages
I ignored some of the ones with the most violations

Change-Id: I825203b1a60ed44d6190aaa59bfce2a18af8bc82
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/473540
Reviewed-by: Martin Kustermann <kustermann@google.com>
Commit-Queue: Martin Kustermann <kustermann@google.com>
2026-01-16 04:56:01 -08:00

9 lines
379 B
Dart

// Copyright (c) 2022, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
export 'src/builder/builder.dart';
export 'src/ir/ir.dart'
hide Catch, CatchAll, CatchAllRef, CatchRef, TryTableCatch;
export 'src/serialize/serialize.dart';