Newer
Older
alert / js / node_modules / @babel / plugin-transform-runtime / lib / get-runtime-path / browser.js
@Réz István Réz István on 18 Nov 2021 318 bytes first commit
"use strict";

Object.defineProperty(exports, "__esModule", {
  value: true
});
exports.default = _default;

function _default(moduleName, dirname, absoluteRuntime) {
  if (absoluteRuntime === false) return moduleName;
  throw new Error("The 'absoluteRuntime' option is not supported when using @babel/standalone.");
}