UNPKG

js-ast-parser

Version:
6 lines (5 loc) 169 B
import { NodeCode } from "../../constants"; import { AstNode } from "../AstNode"; export class Expression extends AstNode { static code = NodeCode.Expression }