/** * Resolve `new MyClass(...)` to the constructor's catalog entry. * * The bodyHash of the constructor is what stage 1 wrote when it * visited the `constructor() {}` member; here we find that * declaration via the symbol of the class identifier. */ import ts from 'typescript'; import type { EdgeResolver } from './types.js'; export declare const resolveNewExpression: EdgeResolver; //# sourceMappingURL=new-expression.d.ts.map