mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[PR #934] [MERGED] Transpiled ES5 code to ES6/ES7 #2946
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#2946
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/hoppscotch/hoppscotch/pull/934
Author: @liyasthomas
Created: 6/11/2020
Status: ✅ Merged
Merged: 6/12/2020
Merged by: @liyasthomas
Base:
master← Head:refactor/es6📝 Commits (5)
0644a8cTranspiled ES5 code to ES6/ES79dcafffMerge branch 'master' into refactor/es6eb760b3Make use of single argument Object948bd41Merge branch 'refactor/es6' of https://github.com/liyasthomas/postwoman into refactor/es61eb0e38Merge branch 'master' into refactor/es6📊 Changes
16 files changed (+104 additions, -119 deletions)
View changed files
📝
components/collections/importExportCollections.vue(+14 -16)📝
components/firebase/login.vue(+29 -35)📝
components/graphql/field.vue(+5 -8)📝
components/layout/footer.vue(+1 -1)📝
components/layout/sidenav.vue(+5 -5)📝
components/realtime/sse.vue(+2 -2)📝
components/realtime/websocket.vue(+3 -3)📝
functions/api.js(+3 -3)📝
functions/fb.js(+2 -2)📝
functions/jsonParse.js(+2 -2)📝
functions/requestParams.js(+9 -11)📝
functions/syntax/gqlQueryLangMode.js(+6 -6)📝
functions/utils/uri.js(+12 -12)📝
pages/graphql.vue(+4 -4)📝
pages/index.vue(+1 -1)📝
store/postwoman.js(+6 -8)📄 Description
This PR intends to minify code base, increase efficiency and ultimately make it easier to manage it.
@AndrewBastin @jamesgeorge007 kindly help me to test and check any functionalities are broken by the ES5 to ES6/ES7 transpile - take your time to review.
Deploy preview: https://deploy-preview-934--postwoman.netlify.app/
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.