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

Remove js packages that are not referenced in js code #5514

Merged
merged 1 commit into from Aug 2, 2018

Conversation

kristw
Copy link
Contributor

@kristw kristw commented Jul 28, 2018

brfs, npm, object.entries, object.keys and object.values are not referenced by any of the javascript file in superset.

po2json was only referenced as a command-line tool in README and instructed to install as global (npm install -g). This at most should be devDependencies, but not dependencies.

@mistercrunch
Copy link
Member

object.* are used, just with a capital O, they're polyfills.

@mistercrunch
Copy link
Member

Actually they're not imported/required anywhere, so maybe they aren't used.

@codecov-io
Copy link

codecov-io commented Jul 28, 2018

Codecov Report

Merging #5514 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #5514   +/-   ##
=======================================
  Coverage   63.12%   63.12%           
=======================================
  Files         349      349           
  Lines       22167    22167           
  Branches     2462     2462           
=======================================
  Hits        13992    13992           
  Misses       8161     8161           
  Partials       14       14

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0786913...0f353aa. Read the comment docs.

@kristw kristw changed the title remove js packages that are not referenced in js code Remove js packages that are not referenced in js code Jul 30, 2018
Copy link

@graceguo-supercat graceguo-supercat left a comment

Choose a reason for hiding this comment

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

LGTM

@graceguo-supercat graceguo-supercat merged commit 9d95c4c into apache:master Aug 2, 2018
@kristw kristw deleted the kristw/remove-packages branch August 13, 2018 20:59
wenchma pushed a commit to wenchma/incubator-superset that referenced this pull request Nov 16, 2018
@mistercrunch mistercrunch added 🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels 🚢 0.28.0 labels Feb 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels 🚢 0.28.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants