cloud-ide-lms-model 1.0.11 → 1.0.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -178,9 +178,8 @@ function stringInterpolation(variables, body, data) {
|
|
|
178
178
|
});
|
|
179
179
|
}
|
|
180
180
|
exports.stringInterpolation = stringInterpolation;
|
|
181
|
-
|
|
182
|
-
|
|
181
|
+
exports.cidePath = {
|
|
182
|
+
join: (path) => {
|
|
183
183
|
return path.join("/");
|
|
184
|
-
}
|
|
184
|
+
}
|
|
185
185
|
};
|
|
186
|
-
exports.cidePath = cidePath;
|