mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-04 16:13:38 -05:00
Update dependencies to latest compatible versions (#56561)
Co-authored-by: Ryan Cavanaugh <RyanCavanaugh@users.noreply.github.com>
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
import fs from "fs";
|
||||
import fsPromises from "fs/promises";
|
||||
import _glob from "glob";
|
||||
import util from "util";
|
||||
|
||||
const glob = util.promisify(_glob);
|
||||
import {
|
||||
glob,
|
||||
} from "glob";
|
||||
|
||||
async function checkErrorBaselines() {
|
||||
const data = await fsPromises.readFile("src/compiler/diagnosticMessages.json", "utf-8");
|
||||
|
||||
Reference in New Issue
Block a user