All Downloads are FREE. Search and download functionalities are using the official Maven repository.

scaffolding.custom-module.mjs.main-custom-legacy-upgrade.mjs Maven / Gradle / Ivy

There is a newer version: 6.1.1
Show newest version
function main(content, options) {
  let result = {};
  let legacyOptions = options.options;
  result["uri"] = content.uri;
  result["value"] = require(legacyOptions["mainModuleUri"]).main(content.uri, legacyOptions);
  return result;
}

export default {
    main
};





© 2015 - 2024 Weber Informatics LLC | Privacy Policy