gpt4 book ai didi

javascript - 关于 import 如何知道去 package.json 的解释

转载 作者:行者123 更新时间:2023-11-30 20:49:35 25 4
gpt4 key购买 nike

我现在躺在床上一片空白,经过大量谷歌搜索和不完整的答案后,我决定在这里提问。

任何人都可以向我解释在 typescript 中导入的作用域是如何工作的,以便知道去检查 package.json 吗?例如,您执行类似 import * from ‘three’ 的操作。是什么告诉 typescript 去 package.json 检查三个?

最佳答案

当您的 moduleResolution 设置为 node 时,需要通过 require() 调用模块,就像在 NodeJS 中一样。其余的在文档中解释。

来自Documentation

If the module identifier passed to require() is not a core module, and does not begin with '/', '../', or './', then Node.js starts at the parent directory of the current module, and adds /node_modules, and attempts to load the module from that location. Node will not append node_modules to a path already ending in node_modules.

关于javascript - 关于 import 如何知道去 package.json 的解释,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48336055/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com