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.
2 parents 4a70ea0 + 5a2d578 commit b0a67fbCopy full SHA for b0a67fb
swagger-ui-dist-package/index.js
@@ -10,4 +10,8 @@ try {
10
// for more information.
11
}
12
13
+// `absolutePath` and `getAbsoluteFSPath` are both here because at one point,
14
+// we documented having one and actually implemented the other.
15
+// They were both retained so we don't break anyone's code.
16
module.exports.absolutePath = require("./absolute-path.js")
17
+module.exports.getAbsoluteFSPath = require("./absolute-path.js")
0 commit comments