[upd] plankton

This commit is contained in:
Christian Fraß 2023-08-08 16:34:45 +02:00
parent 40f6550246
commit fd2aaea5fa
2 changed files with 532 additions and 515 deletions

View file

@ -938,6 +938,9 @@ declare namespace lib_plankton.file {
* @author fenris * @author fenris
*/ */
function write_buffer(path: string, content: Buffer, options?: {}): Promise<void>; function write_buffer(path: string, content: Buffer, options?: {}): Promise<void>;
/**
*/
function delete_(path: string): Promise<void>;
} }
declare namespace lib_plankton.prog { declare namespace lib_plankton.prog {
/** /**
@ -1275,7 +1278,7 @@ declare namespace lib_plankton.prog {
render_program: ((program: struct_program) => string); render_program: ((program: struct_program) => string);
}; };
} }
declare namespace lib_plankton.prog { declare namespace lib_plankton.prog.typescript {
/** /**
*/ */
function render_type(type: struct_type, options?: { function render_type(type: struct_type, options?: {

File diff suppressed because it is too large Load diff