Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/charto/cxml
/ XModule
Interface
XModule
src/parser/JSX.ts:14–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12
}
13
14
export
interface
XModule {
15
[name: string]: string | TokenElement | AttributeToken;
16
}
17
18
export
interface
XModuleTable {
19
[prefix: string]: XModule;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected