mirror of
https://github.com/Noratrieb/riverdelta.git
synced 2026-01-15 08:55:04 +01:00
generate more code
This commit is contained in:
parent
ccd8008731
commit
42bc96dbce
7 changed files with 306 additions and 51 deletions
|
|
@ -100,7 +100,7 @@ class Formatter {
|
|||
}
|
||||
}
|
||||
|
||||
export function writeModuleWatToString(module: Module, color = true): string {
|
||||
export function writeModuleWatToString(module: Module, color = false): string {
|
||||
const parts: string[] = [];
|
||||
const writer = (s: string) => parts.push(s);
|
||||
printModule(module, new Formatter(writer, color));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue