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

Version Path
jass-0.9.5 vendor/node_modules/rollup/dist/typings/ast/nodes/ClassExpression.d.ts
jass-0.9.4 vendor/node_modules/rollup/dist/typings/ast/nodes/ClassExpression.d.ts
jass-0.9.3 vendor/node_modules/rollup/dist/typings/ast/nodes/ClassExpression.d.ts
condenser-0.0.4 lib/condenser/processors/node_modules/rollup/dist/typings/ast/nodes/ClassExpression.d.ts
jass-0.9.1 vendor/node_modules/rollup/dist/typings/ast/nodes/ClassExpression.d.ts