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 d743137 commit 7462d06Copy full SHA for 7462d06
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