Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Linen-dev/linen.dev
/ root
Function
root
packages/ast/parse/combinators.js:55–59 ·
view source on GitHub ↗
(input, children)
Source
from the content-addressed store, hash-verified
53
};
54
55
const
root = (input, children) => ({
56
type
:
'root'
,
57
children,
58
source: input,
59
});
60
61
module.exports = {
62
regexp,
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected