Update: MicroPython使用AST构建下py文件抽象语法树以精确解析模块依赖

This commit is contained in:
王立帮
2024-12-03 10:44:30 +08:00
parent faa8430208
commit d97c70fb36
42 changed files with 2938 additions and 40 deletions

View File

@@ -0,0 +1,28 @@
{
"ce_go": {
"__require__": [
"time",
"gc",
"math",
"tm1931",
"machine"
],
"__file__": true,
"__name__": "ce_go.py"
},
"mixgo_ce": {
"__require__": [
"time",
"gc",
"machine",
"ws2812",
"music",
"matrix16x8",
"msa301",
"mxc6655xa",
"machine"
],
"__file__": true,
"__name__": "mixgo_ce.py"
}
}