Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 291a018

Browse files
author
Dart CI
committed
Version 2.18.0-141.0.dev
Merge commit '21b690a9ce61ffd635a9f82dbb864602c497df76' into 'dev'
2 parents 7c10bc4 + 21b690a commit 291a018

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pkg/dev_compiler/lib/src/kernel/target.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ class DevCompilerTarget extends Target {
5757
@override
5858
List<String> get extraRequiredLibraries => const [
5959
'dart:_runtime',
60+
'dart:_dart2js_runtime_metrics',
6061
'dart:_debugger',
6162
'dart:_foreign_helper',
6263
'dart:_interceptors',

tools/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ CHANNEL dev
2727
MAJOR 2
2828
MINOR 18
2929
PATCH 0
30-
PRERELEASE 140
30+
PRERELEASE 141
3131
PRERELEASE_PATCH 0

0 commit comments

Comments
 (0)