Sha256: 8f0e8d6c9d9c8f547f83cb1a2ef5f7462e1a3e8082f5e82aa575c2fc9ce654e8
Contents?: true
Size: 415 Bytes
Versions: 5
Compression:
Stored size: 415 Bytes
Contents
import MagicString from 'magic-string'; import Scope from '../scopes/Scope'; import { StatementBase } from './shared/Node'; import { RenderOptions } from '../../utils/renderHelpers'; export default class ExpressionStatement extends StatementBase { directive?: string; initialiseNode(_parentScope: Scope): void; shouldBeIncluded(): boolean; render(code: MagicString, options: RenderOptions): void; }
Version data entries
5 entries across 5 versions & 2 rubygems