Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/atomicojs/atomico
/ createElement
Method
createElement
ssr/document.js:19–25 ·
view source on GitHub ↗
(localName)
Source
from the content-addressed store, hash-verified
17
18
class
Document {
19
createElement(localName) {
20
if
(tags[localName]) {
21
const
instance =
new
tags[localName]();
22
instance.localName = localName;
23
return
instance;
24
}
25
}
26
}
27
28
const
context = {
Callers
15
test-dom.js
File · 0.80
21-errors.tsx
File · 0.80
8-use-prop.ts
File · 0.80
17-schema-infer.tsx
File · 0.80
src.test.js
File · 0.80
createSheet
Function · 0.80
template
Function · 0.80
diff
Function · 0.80
ssr.test.js
File · 0.80
render-internals.test.js
File · 0.80
render-children.test.js
File · 0.80
customElementScope
Function · 0.80
Calls
no outgoing calls
Tested by
1
customElementScope
Function · 0.64