Sha256: 9ffe97c40c4878f1fb614586e0708ad8d8252a5f14724d8d3ee5c18155fe2cfd
Contents?: true
Size: 440 Bytes
Versions: 5
Compression:
Stored size: 440 Bytes
Contents
import ClassNode from './shared/ClassNode'; import Scope from '../scopes/Scope'; import ExecutionPathOptions from '../ExecutionPathOptions'; import { NodeType } from './NodeType'; import { ObjectPath } from '../values'; export default class ClassExpression extends ClassNode { type: NodeType.ClassExpression; initialiseChildren(parentScope: Scope): void; reassignPath(_path: ObjectPath, _options: ExecutionPathOptions): void; }
Version data entries
5 entries across 5 versions & 2 rubygems