Convert a few more build scripts to TypeScript

For #277526
This commit is contained in:
Matt Bierner
2025-11-21 09:20:38 -08:00
parent daaf36b4f5
commit f0e7fe3775
34 changed files with 146 additions and 155 deletions

View File

@@ -11,7 +11,7 @@ import ts from 'typescript';
import { pathToFileURL } from 'url';
import workerpool from 'workerpool';
import { StaticLanguageServiceHost } from './staticLanguageServiceHost.ts';
import * as buildfile from '../../buildfile.js';
import * as buildfile from '../../buildfile.ts';
class ShortIdent {