Init implementation of structural search replace

This commit is contained in:
Mikhail Modin 2020-02-10 22:45:38 +00:00
parent 6fb36dfdcb
commit f8f454ab5c
10 changed files with 399 additions and 1 deletions

View file

@ -12,6 +12,7 @@ export * from './parent_module';
export * from './syntax_tree';
export * from './expand_macro';
export * from './runnables';
export * from './ssr';
export function collectGarbage(ctx: Ctx): Cmd {
return async () => {