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

chore: rearrange serialization export to make APIExtractor happy #6480

Merged
merged 2 commits into from
Oct 5, 2022

Conversation

BeksOmega
Copy link
Collaborator

@BeksOmega BeksOmega commented Oct 4, 2022

The basics

  • I branched from develop
  • My pull request is against develop
  • My code follows the style guide
  • I ran npm run format and npm run lint

The details

Resolves

Fixes #6478

Proposed Changes

Changes the serialization export to use a module rather than a namespace so that hopefully apiextractor / apidocumentor can figure it out.

Reason for Changes

APIExtractor couldn't figure out the namespace declaration in blockly.ts. So hopefully this is better.

Test Coverage

Linked to samples, and the serialization code still works (everything still exists at the same spots on the namespace tree).

Documentation

This is for documentation!

Additional Information

I think the plan is to merge this into develop, and then regen the reference docs based on develop. So this won't actually go into master until the next release. But I'm not 100% sure.

@BeksOmega BeksOmega requested a review from a team as a code owner October 4, 2022 19:58
maribethb added a commit to maribethb/blockly that referenced this pull request Oct 4, 2022
Merge branch 'fix/serialization-export' into api-run
Copy link
Contributor

@maribethb maribethb left a comment

Choose a reason for hiding this comment

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

lgtm and i already re-generated the docs based on this PR.
so yes this should go just to develop after the release is done

@BeksOmega BeksOmega merged commit a263587 into google:develop Oct 5, 2022
@BeksOmega BeksOmega deleted the fix/serialization-export branch October 5, 2022 20:45
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.

2 participants