There was an error while loading. Please reload this page.
1 parent f515d58 commit bb9f15cCopy full SHA for bb9f15c
1 file changed
apps/api-extractor/src/collector/SourceMapper.ts
@@ -67,6 +67,7 @@ export interface IGetSourceLocationOptions {
67
68
export class SourceMapper {
69
// Map from .d.ts file path --> ISourceMap if a source map was found, or null if not found
70
+ // eslint-disable-next-line @rushstack/no-new-null -- The decoupled ESLint plugin does not recognize native private fields yet.
71
#sourceMapByFilePath: Map<string, ISourceMap | null> = new Map<string, ISourceMap | null>();
72
73
// Cache the FileSystem.exists() result for mapped .ts files
0 commit comments