Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/alibaba/lowcode-engine
/ index.ts
File
index.ts
modules/material-parser/src/parse/index.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
parseDynamic from
'./dynamic'
;
2
import
parseJS from
'./js'
;
3
import
parseTS from
'./ts'
;
4
import
{ install, installPeerAndDevDeps, syncTypeModules, installTypeDTS } from
'../utils'
;
Callers
nothing calls this directly
Calls
6
install
Function · 0.90
installTypeDTS
Function · 0.90
syncTypeModules
Function · 0.90
installPeerAndDevDeps
Function · 0.90
isTSLike
Function · 0.85
parseTS
Function · 0.85
Tested by
no test coverage detected