mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-04 18:49:30 +08:00
9 lines
No EOL
393 B
Text
9 lines
No EOL
393 B
Text
import { Extra } from '../parser-options';
|
|
import { ASTAndProgram } from './shared';
|
|
/**
|
|
* @param code The code of the file being linted
|
|
* @returns Returns a new source file and program corresponding to the linted code
|
|
*/
|
|
declare function createIsolatedProgram(code: string, extra: Extra): ASTAndProgram;
|
|
export { createIsolatedProgram };
|
|
//# sourceMappingURL=createIsolatedProgram.d.ts.map |