25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

14 lines
546 B

  1. try {
  2. module.exports.SwaggerUIBundle = require("./swagger-ui-bundle.js")
  3. module.exports.SwaggerUIStandalonePreset = require("./swagger-ui-standalone-preset.js")
  4. } catch(e) {
  5. // swallow the error if there's a problem loading the assets.
  6. // allows this module to support providing the assets for browserish contexts,
  7. // without exploding in a Node context.
  8. //
  9. // see https://github.com/swagger-api/swagger-ui/issues/3291#issuecomment-311195388
  10. // for more information.
  11. }
  12. module.exports.absolutePath = require("./absolute-path.js")