lingjing/node_modules/next/dist/lib/needs-experimental-react.js
2026-02-23 09:51:43 +00:00

16 lines
450 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "needsExperimentalReact", {
enumerable: true,
get: function() {
return needsExperimentalReact;
}
});
function needsExperimentalReact(config) {
const { taint, transitionIndicator } = config.experimental || {};
return Boolean(taint || transitionIndicator);
}
//# sourceMappingURL=needs-experimental-react.js.map