[pkg/js_*] use package:lints/recommended.yaml for analysis for pkg/js_shared and pkg/js_runtime
Update the pkg/pkg.dart script to also include information about the size of the pkg/ packages (so we know ~how much code is on older analysis options sets). Change-Id: Ief1b9a868752a01aef5dd95a4ce1c74795315bc4 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/290615 Reviewed-by: Srujan Gaddam <srujzs@google.com> Commit-Queue: Devon Carew <devoncarew@google.com> Reviewed-by: Nate Bosch <nbosch@google.com>
This commit is contained in:
committed by
Commit Queue
parent
0ac7c843ee
commit
e6ee09e23b
@@ -1 +1 @@
|
||||
include: package:lints/core.yaml
|
||||
include: package:lints/recommended.yaml
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
// 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.
|
||||
|
||||
// ignore_for_file: constant_identifier_names
|
||||
|
||||
/// A 'Universe' object used by 'dart:_rti'.
|
||||
const RTI_UNIVERSE = 'typeUniverse';
|
||||
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
// 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.
|
||||
|
||||
// ignore_for_file: library_names
|
||||
|
||||
/// Constants and predicates used for encoding and decoding type recipes.
|
||||
///
|
||||
/// This library is synchronized between the compiler and the runtime system.
|
||||
|
||||
Reference in New Issue
Block a user