MCPcopy Create free account
hub / github.com/deepnote/deepnote / BlockContentDepsWithOrder

Interface BlockContentDepsWithOrder

packages/reactivity/src/ast-analyzer.ts:34–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32] as const
33
34export interface BlockContentDepsWithOrder {
35 id: string
36 definedVariables: string[]
37 usedVariables: string[]
38 importedModules?: string[]
39 importedPackages?: string[]
40 linesOfCode?: number
41 error?: {
42 type: string
43 message: string
44 }
45 order: number
46}
47
48const SUPPORTED_CELL_TYPES = new Set<string>(AST_ANALYZER_SUPPORTED_CELL_TYPES_LIST)
49

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected