mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-03-16 14:40:50 -05:00
Make preProcessFile public again
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
/* @internal */
|
||||
namespace ts.PreProcess {
|
||||
namespace ts {
|
||||
export function preProcessFile(sourceText: string, readImportFiles = true, detectJavaScriptImports = false): PreProcessedFileInfo {
|
||||
const referencedFiles: FileReference[] = [];
|
||||
const typeReferenceDirectives: FileReference[] = [];
|
||||
|
||||
Reference in New Issue
Block a user