// We expect that our Rollup, Jest, and Flow configurations
// always shim this module with the corresponding host config
// (either provided by a renderer, or a generic shim for npm).
// 我们期望我们的 Rollup、Jest 和 Flow 配置总是使用相应的主机配置来模拟这个模块
// (由渲染器提供,或是针对 npm 的通用模拟)。
//
// We should never resolve to this file, but it exists to make
// sure that if we *do* accidentally break the configuration,
// the failure isn't silent.
// 我们永远不应该解析到这个文件,但它的存在是为了确保如果我们*确实*意外破坏了配置,失败不
// 会悄无声息。
throw new Error('This module must be shimmed by a specific renderer.');