UNPKG

@sudoo/marked

Version:

JavaScript & TypeScript code runner in JavaScript, safe with marked territory, asynchronous

13 lines (12 loc) 276 B
/** * @author WMXPY * @namespace Log * @description Declare */ import * as EST from "estree"; import { IScope, ITrace } from "../declare/variable"; export interface IMarkedExecuteLog { readonly node: EST.Node; readonly scope: IScope; readonly trace: ITrace; }