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

Expose buildModuleUrl as part of the Cesium API #8923

Merged
merged 3 commits into from
Jun 9, 2020
Merged

Conversation

mramato
Copy link
Contributor

@mramato mramato commented Jun 5, 2020

It's been used in Sandcastle examples forever, but has always been marked as private in jsdoc. In order to make it available in TypeScript, we need to expose it.

Also cleaned up the doc to be more inline with what the current version actually does.

Fixes #8922

It's been used in Sandcastle examples forever, but has always been marked
as private in jsdoc. In order to make it available in TypeScript, we need
to expose it.

Also cleaned up the doc to be more inline with what the current version
actually does.

Fixes #8922
@cesium-concierge
Copy link

Thanks for the pull request @mramato!

  • ✔️ Signed CLA found.
  • ❔ Unit tests were not updated.
    • Make sure you've updated tests to reflect your changes, added tests for any new code, and ran the code coverage tool.

Reviewers, don't forget to make sure that:

  • Cesium Viewer works.
  • Works in 2D/CV.
  • Works (or fails gracefully) in IE11.

@mramato mramato requested a review from kring June 7, 2020 19:35
@mramato
Copy link
Contributor Author

mramato commented Jun 7, 2020

@kring I think you were requesting this as well? Can you do a quick review/merge?

@OmarShehata
Copy link
Contributor

Looks good to me! Tested that it appears correctly in the doc and in Cesium.d.ts.

@OmarShehata OmarShehata merged commit 15e99b0 into master Jun 9, 2020
@OmarShehata OmarShehata deleted the build-module-url branch June 9, 2020 17:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

buildModuleUrl not exported in TypeScript
3 participants