Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/TypeStrong/fork-ts-checker-webpack-plugin
/ functions
Functions
269 in github.com/TypeStrong/fork-ts-checker-webpack-plugin
⨍
Functions
269
◇
Types & classes
45
↓ 54 callers
Method
exists
(path: string)
src/typescript/worker/lib/file-system/file-system.ts:9
↓ 31 callers
Method
resolve
(value: TValue)
test/e2e/driver/listener.ts:2
↓ 16 callers
Method
log
(...args: unknown[])
src/infrastructure-logger.ts:4
↓ 15 callers
Method
realPath
(path: string)
src/typescript/worker/lib/file-system/file-system.ts:13
↓ 13 callers
Function
createWebpackDevServerDriver
( process: ChildProcess, async: boolean, defaultTimeout = 30000 )
test/e2e/driver/webpack-dev-server-driver.ts:36
↓ 13 callers
Method
submit
(task: Task<T>, signal?: AbortSignal)
src/utils/async/pool.ts:8
↓ 11 callers
Function
forwardSlash
* Replaces backslashes with one forward slash * @param input
src/utils/path/forward-slash.ts:7
↓ 11 callers
Function
updateFilesChange
(compiler: webpack.Compiler, change: FilesChange)
src/files-change.ts:36
↓ 10 callers
Function
wrapRpc
( childProcess: ChildProcess )
src/rpc/wrap-rpc.ts:9
↓ 9 callers
Function
getFilesChange
(compiler: webpack.Compiler)
src/files-change.ts:18
↓ 9 callers
Function
getInfrastructureLogger
(compiler: webpack.Compiler)
src/infrastructure-logger.ts:11
↓ 9 callers
Function
getParsedConfig
(force = false)
src/typescript/worker/lib/config.ts:130
↓ 9 callers
Function
getRealPath
(path: string)
src/typescript/worker/lib/file-system/real-file-system.ts:115
↓ 9 callers
Method
normalizePath
(path: string)
src/typescript/worker/lib/file-system/file-system.ts:14
↓ 9 callers
Method
readStats
(path: string)
src/typescript/worker/lib/file-system/file-system.ts:12
↓ 7 callers
Method
error
(...args: unknown[])
src/infrastructure-logger.ts:6
↓ 7 callers
Function
getReadFileSystem
(path: string)
src/typescript/worker/lib/system.ts:292
↓ 6 callers
Function
nextIteration
()
test/e2e/driver/webpack-dev-server-driver.ts:45
↓ 6 callers
Function
normalizeAndResolvePath
(path: string)
src/typescript/worker/lib/system.ts:274
↓ 6 callers
Method
readFile
(path: string, encoding?: string)
src/typescript/worker/lib/file-system/file-system.ts:10
↓ 6 callers
Function
stripAnsi
(text: string)
test/unit/formatter/strip-ansi.ts:3
↓ 5 callers
Function
assertTypeScriptSupport
(config: TypeScriptWorkerConfig)
src/typescript/type-script-support.ts:8
↓ 5 callers
Method
clearCache
()
src/typescript/worker/lib/file-system/file-system.ts:23
↓ 5 callers
Function
createBasicFormatter
()
src/formatter/basic-formatter.ts:5
↓ 5 callers
Function
createPool
(size: number)
src/utils/async/pool.ts:14
↓ 5 callers
Function
exists
(path: string)
src/typescript/worker/lib/file-system/real-file-system.ts:18
↓ 5 callers
Function
extractWebpackErrors
(content: string)
test/e2e/driver/webpack-errors-extractor.ts:7
↓ 5 callers
Function
getPluginHooks
(compiler: webpack.Compiler | webpack.MultiCompiler)
src/plugin-hooks.ts:41
↓ 5 callers
Function
invokeDirectoryWatchers
(path: string)
src/typescript/worker/lib/system.ts:244
↓ 5 callers
Function
invokeFileWatchers
(path: string, event: ts.FileWatcherEventKind)
src/typescript/worker/lib/system.ts:227
↓ 5 callers
Function
reject
(error)
test/e2e/driver/listener.ts:28
↓ 5 callers
Function
wait
(timeout: number)
test/unit/utils/async/pool.spec.ts:3
↓ 4 callers
Function
clearFilesChange
(compiler: webpack.Compiler)
src/files-change.ts:40
↓ 4 callers
Function
consumeFilesChange
(compiler: webpack.Compiler)
src/files-change.ts:30
↓ 4 callers
Function
createQueuedAsyncListener
(active = false)
test/e2e/driver/webpack-dev-server-driver.ts:22
↓ 4 callers
Function
exists
(path: string)
src/typescript/worker/lib/file-system/mem-file-system.ts:14
↓ 4 callers
Function
getDependencies
(force = false)
src/typescript/worker/lib/dependencies.ts:13
↓ 4 callers
Function
getWriteFileSystem
(path: string)
src/typescript/worker/lib/system.ts:311
↓ 4 callers
Function
omit
(object: TObject, keys: (keyof TObject)[])
test/unit/issue/issue.spec.ts:4
↓ 4 callers
Function
removeHandlers
()
src/rpc/wrap-rpc.ts:60
↓ 3 callers
Method
apply
(listener: AsyncListener<T>)
test/e2e/driver/webpack-dev-server-driver.ts:19
↓ 3 callers
Function
compareStrings
(stringA?: string, stringB?: string)
src/issue/issue.ts:24
↓ 3 callers
Function
createWebpackFormatter
(formatter: Formatter, pathType: FormatterPathType)
src/formatter/webpack-formatter.ts:12
↓ 3 callers
Function
getConfigFilePathFromCompilerOptions
(compilerOptions: ts.CompilerOptions)
src/typescript/worker/lib/config.ts:151
↓ 3 callers
Function
getDiagnosticsOfProgram
(program: ts.Program | ts.BuilderProgram)
src/typescript/worker/lib/diagnostics.ts:31
↓ 3 callers
Function
invalidateConfig
()
src/typescript/worker/lib/config.ts:146
↓ 3 callers
Function
invalidateDependencies
()
src/typescript/worker/lib/dependencies.ts:23
↓ 3 callers
Function
isInsideAnotherPath
(parent: string, directory: string)
src/utils/path/is-inside-another-path.ts:3
↓ 3 callers
Function
parseConfig
( configFileName: string, configFileContext: string )
src/typescript/worker/lib/config.ts:85
↓ 3 callers
Function
printBlock
(message)
test/e2e/jest.environment.js:4
↓ 3 callers
Method
readDir
(path: string)
src/typescript/worker/lib/file-system/file-system.ts:11
↓ 3 callers
Function
reject
()
src/utils/async/controlled-promise.ts:3
↓ 3 callers
Function
resolve
(value)
test/e2e/driver/listener.ts:18
↓ 3 callers
Function
resolve
()
src/utils/async/controlled-promise.ts:2
↓ 3 callers
Function
startTracingIfNeeded
(compilerOptions: ts.CompilerOptions)
src/typescript/worker/lib/tracing.ts:21
↓ 3 callers
Function
stopTracingIfNeeded
(program: ts.Program | ts.BuilderProgram)
src/typescript/worker/lib/tracing.ts:34
↓ 3 callers
Function
terminateWorkers
()
src/hooks/tap-stop-to-terminate-workers.ts:15
↓ 3 callers
Function
updateDiagnostics
(configFile: string, diagnostics: ts.Diagnostic[])
src/typescript/worker/lib/diagnostics.ts:13
↓ 3 callers
Method
writeFile
(path: string, data: string)
src/typescript/worker/lib/file-system/file-system.ts:17
↓ 2 callers
Function
activateListeners
()
test/e2e/driver/webpack-dev-server-driver.ts:51
↓ 2 callers
Function
aggregateFilesChanges
* Computes aggregated files change based on the subsequent files changes. * * @param changes List of subsequent files changes * @returns Files chan
src/files-change.ts:50
↓ 2 callers
Function
compareIssuePositions
(positionA?: IssuePosition, positionB?: IssuePosition)
src/issue/issue-position.ts:6
↓ 2 callers
Function
createCodeFrameFormatter
(options?: BabelCodeFrameOptions)
src/formatter/code-frame-formatter.ts:10
↓ 2 callers
Function
createControlledPromise
()
src/utils/async/controlled-promise.ts:1
↓ 2 callers
Function
createFormatterConfig
(options: FormatterOptions | undefined)
src/formatter/formatter-config.ts:11
↓ 2 callers
Function
createIssuePredicateFromIssueMatch
(context: string, match: IssueMatch)
src/issue/issue-match.ts:13
↓ 2 callers
Function
createIssuePredicateFromOption
( context: string, option: IssuePredicateOption )
src/issue/issue-config.ts:12
↓ 2 callers
Function
createIssuesFromDiagnostics
(diagnostics: ts.Diagnostic[])
src/typescript/worker/lib/diagnostics.ts:98
↓ 2 callers
Function
createRpcWorker
( modulePath: string, data: unknown, memoryLimit?: number )
src/rpc/rpc-worker.ts:18
↓ 2 callers
Function
createTrivialIssuePredicate
(result: boolean)
src/issue/issue-predicate.ts:5
↓ 2 callers
Function
createTypeScriptWorkerConfig
( compiler: webpack.Compiler, options: TypeScriptWorkerOptions | undefined )
src/typescript/type-script-worker-config.ts:21
↓ 2 callers
Function
createWatchCompilerHost
( parsedConfig: ts.ParsedCommandLine, createProgram?: ts.CreateProgram<TProgram>, reportDiagnostic?: ts.
src/typescript/worker/lib/host/watch-compiler-host.ts:6
↓ 2 callers
Function
createWatcher
( watchersMap: Map<string, TCallback[]>, path: string, callback: TCallback )
src/typescript/worker/lib/system.ts:203
↓ 2 callers
Function
deduplicateAndSortIssues
(issues: Issue[])
src/issue/issue.ts:54
↓ 2 callers
Method
deleteFile
(path: string)
src/typescript/worker/lib/system.ts:37
↓ 2 callers
Function
didConfigFileChanged
({ changedFiles = [], deletedFiles = [] }: FilesChange)
src/typescript/worker/lib/config.ts:163
↓ 2 callers
Function
didDependenciesProbablyChanged
( dependencies: FilesMatch, { changedFiles = [], deletedFiles = [] }: FilesChange )
src/typescript/worker/lib/config.ts:169
↓ 2 callers
Function
emitDtsIfNeeded
(program: ts.Program | ts.BuilderProgram)
src/typescript/worker/lib/emit.ts:6
↓ 2 callers
Function
emitTsBuildInfoIfNeeded
(builderProgram: ts.BuilderProgram)
src/typescript/worker/lib/tsbuildinfo.ts:30
↓ 2 callers
Function
exposeRpc
(fn: (...args: any[]) => any)
src/rpc/expose-rpc.ts:6
↓ 2 callers
Function
formatIssueLocation
(location: IssueLocation)
src/issue/issue-location.ts:28
↓ 2 callers
Function
getConfigFilePathFromBuilderProgram
(builderProgram: ts.BuilderProgram)
src/typescript/worker/lib/config.ts:159
↓ 2 callers
Function
getDependenciesWorker
( parsedConfig: ts.ParsedCommandLine, configFileContext: string, processedConfigFiles: string[] = [] )
src/typescript/worker/lib/dependencies.ts:27
↓ 2 callers
Function
getUserName
(user: User)
test/e2e/fixtures/typescript-basic/src/model/User.ts:11
↓ 2 callers
Function
getUserName
(user: User)
test/e2e/fixtures/typescript-pnp/src/model/User.ts:11
↓ 2 callers
Function
invalidateArtifacts
()
src/typescript/worker/lib/artifacts.ts:25
↓ 2 callers
Method
invalidateCache
()
src/typescript/worker/lib/system.ts:20
↓ 2 callers
Function
invalidateSolutionBuilder
(withHost = false)
src/typescript/worker/lib/program/solution-builder.ts:66
↓ 2 callers
Method
invokeFileChanged
(path: string)
src/typescript/worker/lib/system.ts:17
↓ 2 callers
Method
invokeFileDeleted
(path: string)
src/typescript/worker/lib/system.ts:18
↓ 2 callers
Function
isIgnoredFile
(file: string)
src/files-change.ts:11
↓ 2 callers
Function
isIncrementalEnabled
(compilerOptions: ts.CompilerOptions)
src/typescript/worker/lib/tsbuildinfo.ts:80
↓ 2 callers
Function
isIssue
(value: unknown)
src/issue/issue.ts:14
↓ 2 callers
Function
isLineRelatedToTsLoader
(line: string)
test/e2e/driver/webpack-errors-extractor.ts:3
↓ 2 callers
Function
readStats
(path: string)
src/typescript/worker/lib/file-system/mem-file-system.ts:23
↓ 2 callers
Function
readStats
(path: string)
src/typescript/worker/lib/file-system/real-file-system.ts:27
↓ 2 callers
Method
reject
(error: unknown)
test/e2e/driver/listener.ts:3
↓ 2 callers
Function
relativeToContext
(file: string, context: string)
src/utils/path/relative-to-context.ts:5
↓ 2 callers
Function
removeJsonExtension
(filePath: string)
src/typescript/worker/lib/tsbuildinfo.ts:48
↓ 2 callers
Function
runAndPrint
()
test/e2e/fixtures/webpack-node-api/webpack-node-api.js:18
next →
1–100 of 269, ranked by callers