diff --git a/swagger-ui-dist-package/index.js b/swagger-ui-dist-package/index.js index 6e7b5e9a..c229ec43 100644 --- a/swagger-ui-dist-package/index.js +++ b/swagger-ui-dist-package/index.js @@ -10,4 +10,8 @@ try { // for more information. } +// `absolutePath` and `getAbsoluteFSPath` are both here because at one point, +// we documented having one and actually implemented the other. +// They were both retained so we don't break anyone's code. +module.exports.absolutePath = require("./absolute-path.js") module.exports.getAbsoluteFSPath = require("./absolute-path.js")