| 1 | export type CJSLexerParseResult = [exports: Set<string>, reexports: string[]]; |
| 2 | |
| 3 | export interface CJSLexerBinding { |
| 4 | parse(source?: string | null): CJSLexerParseResult; |
| 5 | } |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…