Skip to content

Commit 75b7848

Browse files
committed
Rebuild
1 parent 5bf6394 commit 75b7848

File tree

8 files changed

+16562
-16421
lines changed

8 files changed

+16562
-16421
lines changed

dist/convert2xkt.cjs.js

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26677,7 +26677,7 @@ const path = require("path");
2667726677
*/
2667826678
function convert2xkt({
2667926679
WebIFC,
26680-
configs,
26680+
configs = {},
2668126681
source,
2668226682
sourceData,
2668326683
sourceFormat,
@@ -26724,11 +26724,11 @@ function convert2xkt({
2672426724
stats.aabb = null;
2672526725

2672626726
function getFileExtension(fileName) {
26727-
let ext = path.extname(fileName);
26728-
if (ext.charAt(0) === ".") {
26729-
ext = ext.substring(1);
26730-
}
26731-
return ext;
26727+
let ext = path.extname(fileName);
26728+
if (ext.charAt(0) === ".") {
26729+
ext = ext.substring(1);
26730+
}
26731+
return ext;
2673226732
}
2673326733

2673426734
return new Promise(function (resolve, reject) {
@@ -26769,6 +26769,7 @@ function convert2xkt({
2676926769
log(`[WARNING] Could not find configs sourceConfigs entry for source format "${ext}". This is derived from the source file name extension. Will use internal default configs.`);
2677026770
fileTypeConfigs = {};
2677126771
}
26772+
2677226773
function overrideOption(option1, option2) {
2677326774
if (option1 !== undefined) {
2677426775
return option1;

dist/xeokit-convert.cjs.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/xeokit-convert.cjs.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)