Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MirrowApp/mirrow
/ codeblocks.ts
File
codeblocks.ts
packages/core/src/data/codeblocks.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
export
type
CodeblockKind =
"css-state"
|
"js-event"
;
2
3
export
class
Codeblock {
4
constructor(public name: string, public kind: CodeblockKind) {}
Callers
nothing calls this directly
Calls
2
normalizeCssStateName
Function · 0.85
normalizeJsEventName
Function · 0.85
Tested by
no test coverage detected