UNPKG

@digitak/grubber

Version:

Parse code files and patch it without having to use an AST

11 lines (10 loc) 318 B
import Language from "../Language.js"; import Rule from "../Rule.js"; export default class implements Language { private backtickScope; private get backtickLevel(); private get currentScope(); private set currentScope(value); static readonly importExpression: RegExp; readonly rules: Rule[]; }