We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b19c8f4 commit 5104412Copy full SHA for 5104412
bundle-schemas.js
@@ -1,4 +1,5 @@
1
-import $RefParser from "@apidevtools/json-schema-ref-parser";
+const $RefParser = require('@apidevtools/json-schema-ref-parser');
2
+const fs = require('fs');
3
4
async function bundleSchemas() {
5
try {
0 commit comments