2021-05-18 07:51:57 +03:00
|
|
|
package vm_indent
|
|
|
|
|
2021-05-31 19:25:05 +03:00
|
|
|
// HACK: compile order
|
|
|
|
// `vm`, `vm_indent` packages uses a lot of memory to compile,
|
|
|
|
// so forcibly make dependencies and avoid compiling in concurrent.
|
|
|
|
// dependency order: vm => vm_indent
|