aboutsummaryrefslogtreecommitdiff
path: root/node_modules/@babel/core/lib/transform-file-sync-browser.js
blob: 3f5740dd8361858087356b291f026cab2d7ff12a (plain)
1
2
3
4
5
6
7
8
9
10
"use strict";

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

function transformFileSync() {
  throw new Error("Transforming files is not supported in browsers");
}