-
Notifications
You must be signed in to change notification settings - Fork 3
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
feat: Adding fcsSetter template in default config module #299
Conversation
Invalid PR title. It must start with feat: or fix: or BREAKING CHANGE: or feat(): or fix(): or BREAKING CHANGE():. Please see our Contributing-Guide. |
Issue with linting detected.
For more information on our linting policies, please see our Linting-Guide. |
// Remove comments from default content | ||
const cleanedDefaultContent = defaultContent.replace(commentRegex, ''); | ||
|
||
// Merge contents, remove duplicates |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What happens if both the config module AND default module both have the same file being exported?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
merging process add exports from defaultModule/index.js to configModule/index.js only if they don’t already exist, ensuring configModule content takes precedence.
Issue with linting detected.
For more information on our linting policies, please see our Linting-Guide. |
1 similar comment
Issue with linting detected.
For more information on our linting policies, please see our Linting-Guide. |
🎉 This PR is included in version 1.6.0-dev.7 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
# [1.6.0](v1.5.1...v1.6.0) (2025-01-15) ### Bug Fixes * change jsonschema dependency to static 1.4.1 version ([#308](#308)) ([cdba6f4](cdba6f4)) * Fixed multiple app launch issue ([#302](#302)) ([b1199da](b1199da)) * quick fix for removing duplicates in the requestModule/index.js ([#310](#310)) ([53264db](53264db)) * Removed different test type name check ([#304](#304)) ([bbd526b](bbd526b)) ### Features * added glue code for dismissing an app ([#284](#284)) ([329cbbc](329cbbc)) * Adding fcsSetter template in default config module ([#299](#299)) ([9cbd8b8](9cbd8b8)) * Deep link implementation ([#268](#268)) ([6de90af](6de90af)) * Incorporated FCS setter into sendMessageToplatform ([#289](#289)) ([3b45e4d](3b45e4d)) * Linking ReadMe to fcsSetter ([#305](#305)) ([1f9b1d0](1f9b1d0))
🎉 This PR is included in version 1.6.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
No description provided.