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

Introduce folders in node-api to scale down files #596

Merged
merged 5 commits into from
Jun 22, 2023
Merged

Conversation

haerdib
Copy link
Contributor

@haerdib haerdib commented Jun 22, 2023

This PR simply changes the structure of the node-api crate, no content changes.

Preparatory step for #564

@haerdib haerdib self-assigned this Jun 22, 2023
@haerdib haerdib marked this pull request as ready for review June 22, 2023 12:44
@haerdib haerdib requested a review from masapr June 22, 2023 12:44
Copy link
Collaborator

@masapr masapr left a comment

Choose a reason for hiding this comment

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

I like the new structure 🥳
just one small comment, other than that LGTM 👍

@@ -333,7 +138,9 @@ mod tests {
test_utils::{
event_record, events, events_raw, metadata_with_version, SupportedMetadataVersions,
},
Phase,
Copy link
Collaborator

Choose a reason for hiding this comment

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

I don't understand why this is needed suddenly ...

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Because it's not imported in with super::*; anymore. The Phase import has been moved to event_details.rs

@haerdib haerdib added the F5-refactor Does not change any functionality of the code label Jun 22, 2023
@haerdib haerdib merged commit 19c6397 into master Jun 22, 2023
@haerdib haerdib deleted the bh/clean-up-files branch June 22, 2023 14:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
E1-breaksnothing F5-refactor Does not change any functionality of the code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants