Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds buildResult as resolved value for stealTools.export #713

Merged
merged 1 commit into from May 17, 2017

Conversation

matthewp
Copy link
Member

@matthewp matthewp commented May 17, 2017

Closes #266

Adds the steal-tools.buildResult object as being the exported value from
stealTools.export, the same way as with stealTools.build. This means
using export you get the following information:

  • configuration: An object with details of where files are to be written
    out to.
  • graph: The dependency graph for the export.
  • loader: The steal.loader that was used to trace the dependencies.
  • steal: The steal object that was used to trace the dependencies.

Closes #266

Adds the steal-tools.buildResult object as being the exported value from
stealTools.export, the same way as with stealTools.build. This means
using export you get the following information:

- configuration: An object with details of where files are to be written
out to.
- graph: The dependency graph for the export.
- loader: The steal.loader that was used to trace the dependencies.
- steal: The steal object that was used to trace the dependencies.
@coveralls
Copy link

Coverage Status

Coverage increased (+0.01%) to 92.058% when pulling 96f1248 on export-stuff into 9e6a405 on master.

1 similar comment
@coveralls
Copy link

coveralls commented May 17, 2017

Coverage Status

Coverage increased (+0.01%) to 92.058% when pulling 96f1248 on export-stuff into 9e6a405 on master.

@matthewp matthewp merged commit 0dad54e into master May 17, 2017
@matthewp matthewp deleted the export-stuff branch May 17, 2017 13:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants