Sha256: 76eb01d8c4ea30f5f331ab32c11ba2cdd79f37f0695a13a54871316d4b8d13eb
Contents?: true
Size: 264 Bytes
Versions: 5
Compression:
Stored size: 264 Bytes
Contents
import GlobalVariable from '../variables/GlobalVariable'; import Scope from './Scope'; export default class GlobalScope extends Scope { parent: void; findVariable(name: string): GlobalVariable; deshadow(names: Set<string>, children?: Scope[]): void; }
Version data entries
5 entries across 5 versions & 2 rubygems