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

Exports js-yaml as yaml. #20

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

Exports js-yaml as yaml. #20

wants to merge 1 commit into from

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 [email protected]

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 <[email protected]>
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