UNPKG

polymer-analyzer

Version:
14 lines (11 loc) 224 B
import * as estree from 'estree'; declare module 'estree' { interface SourceLocation { source?: string; start: estree.Position; end: estree.Position; } interface Comment { loc?: SourceLocation; } }