[upd] plankton
This commit is contained in:
parent
40f6550246
commit
fd2aaea5fa
5
lib/plankton/plankton.d.ts
vendored
5
lib/plankton/plankton.d.ts
vendored
|
|
@ -938,6 +938,9 @@ declare namespace lib_plankton.file {
|
|||
* @author fenris
|
||||
*/
|
||||
function write_buffer(path: string, content: Buffer, options?: {}): Promise<void>;
|
||||
/**
|
||||
*/
|
||||
function delete_(path: string): Promise<void>;
|
||||
}
|
||||
declare namespace lib_plankton.prog {
|
||||
/**
|
||||
|
|
@ -1275,7 +1278,7 @@ declare namespace lib_plankton.prog {
|
|||
render_program: ((program: struct_program) => string);
|
||||
};
|
||||
}
|
||||
declare namespace lib_plankton.prog {
|
||||
declare namespace lib_plankton.prog.typescript {
|
||||
/**
|
||||
*/
|
||||
function render_type(type: struct_type, options?: {
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue