Skip to content

Commit b0a67fb

Browse files
authored
Merge pull request #3390 from umar-ahmed/master
Fixed bug in module export name for absolute path in swagger-ui-dist
2 parents 4a70ea0 + 5a2d578 commit b0a67fb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

swagger-ui-dist-package/index.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,8 @@ try {
1010
// for more information.
1111
}
1212

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.
1316
module.exports.absolutePath = require("./absolute-path.js")
17+
module.exports.getAbsoluteFSPath = require("./absolute-path.js")

0 commit comments

Comments
 (0)