main
Last change
on this file was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 15 months ago |
Initial commit
|
-
Property mode
set to
100644
|
File size:
813 bytes
|
Rev | Line | |
---|
[d24f17c] | 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 |
|
---|
| 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")
|
---|
Note:
See
TracBrowser
for help on using the repository browser.