UNPKG

@digitak/grubber

Version:

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

7 lines (6 loc) 189 B
import Language from "../Language.js"; import Rule from "../Rule.js"; export default class implements Language { static readonly importExpression: RegExp; readonly rules: Rule[]; }