-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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] export types, add script to build types #1636
Merged
Merged
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
package.json
Outdated
"analyze": "npm run analyze:bundle", | ||
"analyze:bundle": "webpack --config ./webpack/bundle.js --progress --env.prod", | ||
"check-licence": "uber-licence --dry", | ||
"add-licence": "uber-licence", | ||
"prepublish": "uber-licence && yarn build && yarn build:umd", | ||
"prepublish": "ber-licence && yarn build && yarn build:umd && yarn build:types", |
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.
did you mean to change this?
macrigiuseppe
approved these changes
Oct 5, 2021
heshan0131
force-pushed
the
1004-export-types
branch
from
December 30, 2021 03:17
4d8cb53
to
eddfb05
Compare
Signed-off-by: Giuseppe Macri <macri.giuseppe@gmail.com> chore: ignore getDistanceScales type check (for now) Signed-off-by: Giuseppe Macri <macri.giuseppe@gmail.com> [bug] fix localization file compile errors (#241) * export LAYER_ID_LENGTH * fix localization compile error * move translations to translations folder Signed-off-by: Shan He <heshan0131@gmail.com>
Signed-off-by: Shan He <heshan0131@gmail.com>
heshan0131
force-pushed
the
1004-export-types
branch
from
December 30, 2021 03:44
eddfb05
to
c8e32c2
Compare
Signed-off-by: Shan He <heshan0131@gmail.com>
Signed-off-by: Shan He <heshan0131@gmail.com>
cesars-gh
added a commit
to alphateamhackers/kepler.gl
that referenced
this pull request
Jan 26, 2022
* [Bug] do not display geocoder dataset in side panel Signed-off-by: hodoje <nikolakaraklic@gmail.com> * [Bug] fix pin table column overide dataset (keplergl#1625) Signed-off-by: Shan He <heshan0131@gmail.com> * [chore] export types, add script to build types (keplergl#1636) - export types, add script to build types - ignore getDistanceScales type check (for now) - upload button to PF - fix localization file compile errors - move translations to translations folder Signed-off-by: Shan He <heshan0131@gmail.com> Signed-off-by: Giuseppe Macri <macri.giuseppe@gmail.com> Co-authored-by: Giuseppe Macrì <macri.giuseppe@gmail.com> * [Enhancement] extract layers list to a separate component (keplergl#1665) Signed-off-by: hodoje <nkaraklic@foursquare.com> * [Enhancement] order layers by dataset (keplergl#1675) * extract layers list to a separate component * organize layers by dataset * add additional toggleLayerPanelListView action * extract add layer button to separate component * remove drag handle when in order by dataset view Signed-off-by: hodoje <nkaraklic@foursquare.com> * [Bug] fix filtered datasets memoization (keplergl#1678) Signed-off-by: hodoje <nkaraklic@foursquare.com> * update package script Co-authored-by: Nikola Karaklic <nikolakaraklic@gmail.com> Co-authored-by: Shan He <heshan0131@gmail.com> Co-authored-by: Giuseppe Macrì <macri.giuseppe@gmail.com> Co-authored-by: Nikola Karaklic <nkaraklic@foursquare.com>
bjungs
pushed a commit
to imec-int/kepler.gl
that referenced
this pull request
Nov 14, 2022
- export types, add script to build types - ignore getDistanceScales type check (for now) - upload button to PF - fix localization file compile errors - move translations to translations folder Signed-off-by: Shan He <heshan0131@gmail.com> Signed-off-by: Giuseppe Macri <macri.giuseppe@gmail.com> Co-authored-by: Giuseppe Macrì <macri.giuseppe@gmail.com>
bjungs
pushed a commit
to imec-int/kepler.gl
that referenced
this pull request
Nov 14, 2022
- export types, add script to build types - ignore getDistanceScales type check (for now) - upload button to PF - fix localization file compile errors - move translations to translations folder Signed-off-by: Shan He <heshan0131@gmail.com> Signed-off-by: Giuseppe Macri <macri.giuseppe@gmail.com> Co-authored-by: Giuseppe Macrì <macri.giuseppe@gmail.com>
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.
Signed-off-by: Giuseppe Macri macri.giuseppe@gmail.com
chore: ignore getDistanceScales type check (for now)
Signed-off-by: Giuseppe Macri macri.giuseppe@gmail.com
[bug] fix localization file compile errors
Signed-off-by: Shan He heshan0131@gmail.com