7 lines
301 B
Plaintext
7 lines
301 B
Plaintext
import type { ParseSettings } from '../parseSettings';
|
|
import type { ASTAndDefiniteProgram } from './shared';
|
|
/**
|
|
* @returns Returns a new source file and program corresponding to the linted code
|
|
*/
|
|
export declare function createIsolatedProgram(parseSettings: ParseSettings): ASTAndDefiniteProgram;
|