当使用以下脚本编译一个简单的[示例|
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}} 隧道中解析之前,我们应该检查提供的 {{:output-dir}} 路径是否为绝对路径。该隧道在 CLJS-1444 中有一个相关的条目。
尽管用户具有绝对路径的情况不常见,但工具可能需要这样做。