【发布时间】:2019-06-18 01:42:18
【问题描述】:
我想使用 .Net Core 中的 NodeServices 执行一个脚本,该脚本会导入 ES6 模块。
我设法使用带有 --experimental-modules 标志的 NodeJs 执行脚本。
是否有任何使用 NodeServices 的等价物? 我的 javascript 文件可以从其他脚本导入或依赖吗?
【问题讨论】:
标签: javascript node.js asp.net-core ecmascript-6 .net-core