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

Updates definition build script for babel 7.0 #5024

Merged
merged 2 commits into from
Sep 8, 2018

Conversation

flovilmart
Copy link
Contributor

Updating @babel/core to 7.0 has introduced a malfunction into the buildConfigDefinitions script that this PR addresses.

@codecov
Copy link

codecov bot commented Sep 1, 2018

Codecov Report

Merging #5024 into master will decrease coverage by 0.06%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #5024      +/-   ##
==========================================
- Coverage   94.24%   94.17%   -0.07%     
==========================================
  Files         121      122       +1     
  Lines        8820     9080     +260     
==========================================
+ Hits         8312     8551     +239     
- Misses        508      529      +21
Impacted Files Coverage Δ
src/Options/index.js 100% <ø> (ø) ⬆️
src/Options/Definitions.js 100% <ø> (ø) ⬆️
src/Adapters/Storage/Mongo/MongoStorageAdapter.js 91.31% <0%> (-0.92%) ⬇️
src/RestWrite.js 93.14% <0%> (-0.19%) ⬇️
...dapters/Storage/Postgres/PostgresStorageAdapter.js 97.25% <0%> (-0.09%) ⬇️
src/Adapters/Files/GridFSBucketAdapter.js 100% <0%> (ø)
src/rest.js 98.36% <0%> (+0.71%) ⬆️
src/Adapters/Auth/httpsRequest.js 100% <0%> (+4.76%) ⬆️

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 d83a0b6...2d575c1. Read the comment docs.

@@ -107,8 +107,7 @@
"lint-staged": {
"{src,spec}/**/*.js": [
"prettier --write",
"flow",
Copy link
Contributor

Choose a reason for hiding this comment

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

if you're removing this, should @flow's come out too?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yeah, flow doesn’t take an argument, i’ll Find a way to add it back

@flovilmart flovilmart merged commit 617e840 into master Sep 8, 2018
@flovilmart flovilmart deleted the fix/config-definitions branch September 8, 2018 18:12
flovilmart added a commit that referenced this pull request Sep 13, 2018
flovilmart added a commit that referenced this pull request Sep 13, 2018
UnderratedDev pushed a commit to UnderratedDev/parse-server that referenced this pull request Mar 21, 2020
* Updates definition build script for babel 7.0

* run eslint on staged files
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