[PR #934] [MERGED] Transpiled ES5 code to ES6/ES7 #2946

Closed
opened 2026-03-17 00:36:31 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: refactor/es6


📝 Commits (5)

📊 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.

  • Transpiled ES5 code to ES6/ES7
  • Test
  • Review

@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.

## 📋 Pull Request Information **Original PR:** https://github.com/hoppscotch/hoppscotch/pull/934 **Author:** [@liyasthomas](https://github.com/liyasthomas) **Created:** 6/11/2020 **Status:** ✅ Merged **Merged:** 6/12/2020 **Merged by:** [@liyasthomas](https://github.com/liyasthomas) **Base:** `master` ← **Head:** `refactor/es6` --- ### 📝 Commits (5) - [`0644a8c`](https://github.com/hoppscotch/hoppscotch/commit/0644a8c9fb933d1e9998f626f0647e16ce893964) Transpiled ES5 code to ES6/ES7 - [`9dcafff`](https://github.com/hoppscotch/hoppscotch/commit/9dcafff26fdd56e3ce8fbcdb5f1193e12f0f3c97) Merge branch 'master' into refactor/es6 - [`eb760b3`](https://github.com/hoppscotch/hoppscotch/commit/eb760b37e620b2d47af0925387396a4692e40c74) Make use of single argument Object - [`948bd41`](https://github.com/hoppscotch/hoppscotch/commit/948bd41cd83d2af49cd7b780a01ba6670d93b5e4) Merge branch 'refactor/es6' of https://github.com/liyasthomas/postwoman into refactor/es6 - [`1eb0e38`](https://github.com/hoppscotch/hoppscotch/commit/1eb0e387ea64cba117c2a8adb9bcf70bd43f6705) Merge branch 'master' into refactor/es6 ### 📊 Changes **16 files changed** (+104 additions, -119 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description This PR intends to minify code base, increase efficiency and ultimately make it easier to manage it. - [x] Transpiled ES5 code to ES6/ES7 - [x] Test - [x] Review @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/ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 00:36:31 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#2946
No description provided.