broccolijs / broccoli

Browser compilation library – an asset pipeline for applications that run in the browser
https://broccoli.build
MIT License
3.33k stars 217 forks source link

Build promises should not return outputNodeWrapper #370

Closed krisselden closed 6 years ago

krisselden commented 6 years ago

The outputNodeWrapper is internal. Also, it is at builder.outputNodeWrapper, along with outputPath, and both do not change per build.

Originally this got changed as it was thought to be needed for ember-cli broccoli 2 support.

If we expose any node, I think it should be the heimdall node.