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

Class AstAnalyzerInternalError

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

Source from the content-addressed store, hash-verified

7const _dirname = typeof __dirname !== 'undefined' ? __dirname : path.dirname(fileURLToPath(import.meta.url))
8
9export class AstAnalyzerInternalError extends Error {
10 constructor(message: string) {
11 super(message)
12 this.name = 'AstAnalyzerInternalError'
13 }
14}
15
16const AST_ANALYZER_SUPPORTED_CELL_TYPES_LIST = [
17 'code',

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected