Skip to content

WRR-14491: Update dev-utils to support Limestone #143

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

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

hong6316
Copy link
Contributor

@hong6316 hong6316 commented Jan 20, 2025

Checklist

  • I have read and understand the contribution guide
  • A CHANGELOG entry is included
  • At least one test case is included for this feature or bug fix
  • Documentation was added or is not needed
  • This is an API breaking change

Issue Resolved / Feature Added

Update dev-utils to support Limestone

Resolution

  • change code that use sandstone to use limestone
  • update docs

Additional Considerations

Links

WRR-14491

Comments

Enact-DCO-1.0-Signed-off-by: Taeyoung Hong ([email protected])

@@ -79,7 +79,7 @@ class SnapshotPlugin {
const filter = lib => (resource, context) => {
return resource.startsWith(lib) && context === ignoreContext;
};
['@enact/i18n', '@enact/moonstone', '@enact/sandstone', '@enact/core/snapshot'].filter(missing).forEach(p => {
['@enact/i18n', '@enact/moonstone', '@enact/sandstone', '@enact/limestone', '@enact/core/snapshot'].filter(missing).forEach(p => {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should moonstone needs to be kept in here?

@@ -11,7 +11,7 @@ var ExecutionEnvironment = require('fbjs/lib/ExecutionEnvironment');

function handleException(e) {
// We allow 'Cannot find module' errors, which throw when the libraries are not used in the app.
// @enact/i18n, @enact/moonstone, and @enact/sandstone are considered optional dependencies.
// @enact/i18n, @enact/moonstone, @enact/sandstone, and @enact/limestone are considered optional dependencies.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should @enact/moonstone needs to be kept in here?

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