[PR #344] [MERGED] ♻️ Refactor Functions #2569

Closed
opened 2026-03-17 00:15:40 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/344
Author: @athul
Created: 11/26/2019
Status: Merged
Merged: 11/27/2019
Merged by: @liyasthomas

Base: masterHead: athul-patch


📝 Commits (10+)

  • 3523b5f ♻️ Refactor Functions
  • 8966e6f Delete yarn.lock
  • 321a456 Formatted
  • f129ead Merge branch 'athul-patch' of github.com:athul/postwoman into athul-patch
  • 2494074 Merge branch 'master' into athul-patch
  • c56c162 Update assets/js/curlparser.js
  • 57860c1 Resolves @jamegeorge007 's Review
  • cb8734b Revert "Resolves @jamegeorge007 's Review"
  • 43cd650 Edited as per @jamesgeorge007 's said
  • 19b43e1 Merge branch 'master' into athul-patch

📊 Changes

4 files changed (+86 additions, -88 deletions)

View changed files

📝 assets/js/curlparser.js (+8 -10)
📝 directives/textareaAutoHeight.js (+3 -3)
📝 store/mutations.js (+36 -36)
📝 store/postwoman.js (+39 -39)

📄 Description

Make use of ES6+ constructs

  • Arrow functions
  • Template literals
  • Object destructuring (concise code)

🔄 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/344 **Author:** [@athul](https://github.com/athul) **Created:** 11/26/2019 **Status:** ✅ Merged **Merged:** 11/27/2019 **Merged by:** [@liyasthomas](https://github.com/liyasthomas) **Base:** `master` ← **Head:** `athul-patch` --- ### 📝 Commits (10+) - [`3523b5f`](https://github.com/hoppscotch/hoppscotch/commit/3523b5f2c7f63d5af14199687736da52bed33117) ♻️ Refactor Functions - [`8966e6f`](https://github.com/hoppscotch/hoppscotch/commit/8966e6fd55265f71519360406e302f9110fb4933) Delete yarn.lock - [`321a456`](https://github.com/hoppscotch/hoppscotch/commit/321a45615a9703fd281dc0264b99add9236b8d8b) Formatted ✨ - [`f129ead`](https://github.com/hoppscotch/hoppscotch/commit/f129ead9a0d2bc7668e7ea292880682f0cae5584) Merge branch 'athul-patch' of github.com:athul/postwoman into athul-patch - [`2494074`](https://github.com/hoppscotch/hoppscotch/commit/249407403d30fa5e7a9652ab58750e5b25b72d9f) Merge branch 'master' into athul-patch - [`c56c162`](https://github.com/hoppscotch/hoppscotch/commit/c56c162045f2e80f36591610a706fa2054e7219f) Update assets/js/curlparser.js - [`57860c1`](https://github.com/hoppscotch/hoppscotch/commit/57860c17d96bae4bcec19493edc2bc4c0a525dab) Resolves @jamegeorge007 's Review - [`cb8734b`](https://github.com/hoppscotch/hoppscotch/commit/cb8734bba72108849f9907557ce3a293949924c7) Revert "Resolves @jamegeorge007 's Review" - [`43cd650`](https://github.com/hoppscotch/hoppscotch/commit/43cd6504b6f84375687d103955cddfbfa221c640) Edited as per @jamesgeorge007 's said ✨ - [`19b43e1`](https://github.com/hoppscotch/hoppscotch/commit/19b43e152ac53a92b9ad832293d9f27831be40d4) Merge branch 'master' into athul-patch ### 📊 Changes **4 files changed** (+86 additions, -88 deletions) <details> <summary>View changed files</summary> 📝 `assets/js/curlparser.js` (+8 -10) 📝 `directives/textareaAutoHeight.js` (+3 -3) 📝 `store/mutations.js` (+36 -36) 📝 `store/postwoman.js` (+39 -39) </details> ### 📄 Description Make use of `ES6+` constructs - Arrow functions - Template literals - Object destructuring (concise code) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 00:15:40 +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#2569
No description provided.