-
Notifications
You must be signed in to change notification settings - Fork 86
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
Publish as es6 #9474
Merged
Merged
Publish as es6 #9474
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ger-benjamin
force-pushed
the
GSNGEO-14-publish-as-es6
branch
4 times, most recently
from
September 13, 2024 12:44
a9218cc
to
bb3d566
Compare
sbrunner
reviewed
Sep 13, 2024
ger-benjamin
force-pushed
the
GSNGEO-14-publish-as-es6
branch
from
September 13, 2024 13:15
bb3d566
to
dbd2b69
Compare
ger-benjamin
force-pushed
the
GSNGEO-14-publish-as-es6
branch
from
September 13, 2024 13:46
dbd2b69
to
b593435
Compare
sbrunner
reviewed
Sep 17, 2024
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.
Some questions that we should decide what we want to do with them :-)
ger-benjamin
force-pushed
the
GSNGEO-14-publish-as-es6
branch
from
September 17, 2024 11:56
6964e71
to
686dbbd
Compare
Remove core-js: It looks to be a bunch of pollyfill. I would like to remove it, and then ev. patch the issues with dedicated well-know pollyfill regenerator-runtime: Was imported in src/controllers/bootstrap.js, but probably not used anymore. Cheerio Is probably not worth to fix it as subdependencies resize-observer-polyfill Should not be necessary anymore in 2024
ger-benjamin
force-pushed
the
GSNGEO-14-publish-as-es6
branch
from
September 17, 2024 12:13
686dbbd
to
777e20f
Compare
sbrunner
approved these changes
Sep 17, 2024
Looks good, I merge :-) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Draft to let the CI test some changes.
See JIRA issue: GSNGEO-14.
Examples
Storybook
API help
API documentation
Main work:
distlib
folder. this folder contains.js
,js.map
and,d.ts
files.We could also add a
files
key in thepackage.json
to NOT publish everything. TBD