Skip to content

Exports js-yaml as yaml.#20

Draft
cmfcruz wants to merge 1 commit intomasterfrom
export-js-yaml
Draft

Exports js-yaml as yaml.#20
cmfcruz wants to merge 1 commit intomasterfrom
export-js-yaml

Conversation

@cmfcruz
Copy link
Contributor

@cmfcruz cmfcruz commented Sep 30, 2022

This gives transformers tools to read/write yaml files without including additional yaml packages. The index.ts file injected by the transformer-bundle transformer needs js-yaml as part of the dependencies. By exporting yaml as part of transformers-core, engineers would only need to include transformers-core as the bundle's dependency.

Change-type: patch
Signed-off-by: Carlo Miguel F. Cruz carloc@balena.io

This allows transformer-bundles to only need transformers-core
as their core dependency.  The injected code for transforming
the bundle into a transfomrer requires js-yaml as a dependency.

Change-type: patch
Signed-off-by: Carlo Miguel F. Cruz <carloc@balena.io>
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.

1 participant