在我的 Create React App 中导入轻量级字符时,一切正常:
import { createChart } from 'lightweight-charts';
但是,在运行测试时:
yarn test --all
显示此错误:
● 测试套件未能运行
.../node_modules/lightweight-charts/dist/lightweight-charts.esm.development.js:7
import { bindToDevicePixelRatio } from 'fancy-canvas/coordinate-space';
^^^^^^
SyntaxError: Cannot use import statement outside a module
at ScriptTransformer._transformAndBuildScript (node_modules/@jest/transform/build/ScriptTransformer.js:537:17)
...
如果看起来很熟悉,请建议。