cd106fc513
[Fix] 修复resolveModulePath解析二级模块的一些Bug
8 lines
147 B
Plaintext
8 lines
147 B
Plaintext
/*
|
|
Official Module `std`
|
|
Library/std/std.fig
|
|
*/
|
|
|
|
import io; // link std.io
|
|
import value; // link std.type
|
|
import math; // link std.math |