Fix NodePackageImporter version compatibility (#3788)

Co-authored-by: Natalie Weizenbaum <nweiz@google.com>
This commit is contained in:
なつき 2024-02-20 14:35:32 -08:00 committed by Natalie Weizenbaum
parent 336bfd69b2
commit b22ff9dd45
2 changed files with 3 additions and 1 deletions

View File

@ -415,7 +415,7 @@ declare const nodePackageImporterKey: unique symbol;
* package, a user can import that file using `@use
* "pkg:uicomponents/src/sass/colors";`.
*
* @compatibility dart: "2.0", node: false
* @compatibility dart: "1.71.0", node: false
* @category Importer
*/
export class NodePackageImporter {

View File

@ -106,6 +106,8 @@ function runLinkCheck(
{pattern: /^https?:\/\/blogs\.msdn\.microsoft\.com(\/|$)/},
// Link consistently fails within CI
{pattern: /^https:\/\/runtime-keys\.proposal\.wintercg\.org(\/|$)/},
// Stackoverflow links can get rate-limited on GitHub Actions
{pattern: /^https:\/\/stackoverflow\.com(\/|$)/},
],
},
(error, results) => {