当你用以下脚本编译一个简单的[示例|
https://github.com/bensu/node-abs-ticket]时
(require 'cljs.build.api)
(cljs.build.api/build "src"
{:main 'hello.core
:output-to "main.js"
:output-dir "/home/carlos/Playground/node-abs/out"
:target :nodejs})
它生成尝试解析以下路径的代码
/home/carlos/Playground/node-abs/home/carlos/Playground/node-abs/out/goog/bootstrap/nodejs.js
我们应该在 Node.js {{:none}} shim 中解析之前,检查提供的 {{:output-dir}} 路径是否为绝对路径。该 shim 在 CLJS-1444 中有一个相关的工单。
即使用户很少有绝对路径,工具可能需要。