-
- Notifications
You must be signed in to change notification settings - Fork 239
Closed
Labels
Description
Code snippet:
import $RefParser from 'json-schema-ref-parser'; const refParser = new $RefParser();Error:
/src/index.ts:421 return new TSError(diagnosticText, diagnosticCodes) ^ TSError: ⨯ Unable to compile TypeScript: src/index.ts:28:23 - error TS2351: This expression is not constructable. Type 'typeof $RefParser' has no construct signatures. 28 const refParser = new $RefParser(); ~~~~~~~~~~ node_modules/json-schema-ref-parser/index.d.ts:1:1 1 import * as $RefParser from "@apidevtools/json-schema-ref-parser"; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~