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 6885bba commit 55b315fCopy full SHA for 55b315f
package.json
@@ -58,6 +58,7 @@
58
"utils/logging.js",
59
"utils/parseTpl.js",
60
"utils/sorting.js",
61
+ "utils/split.js",
62
"utils/types.js",
63
"defaultFilter.json",
64
"defaultSort.json",
utils/file.js
@@ -1,5 +1,3 @@
1
-// utils-file.js
2
-
3
const fs = require('fs');
4
const bundler = require('api-ref-bundler');
5
const yaml = require('@stoplight/yaml');
utils/split.js
@@ -1,6 +1,5 @@
const path = require('path');
const traverse = require('neotraverse/legacy');
-const fs = require('node:fs');
const {writeFile} = require('./../utils/file');
6
async function writeSplitOpenAPISpec(oaObj, options) {
0 commit comments