api-client/packages/hoppscotch-common
James George 40aca4d35b
feat: move scripting code editors to use Monaco (#5191)
Replaces CodeMirror with Monaco for scripting editors under the experimental scripting sandbox.
The legacy CodeMirror-based editors are preserved for backwards compatibility and will
continue to power the legacy scripting sandbox.

This introduces improved type support, IntelliSense, and JSDoc hinting via Monaco, with
the backing for pre-request and post-request scripts in tabbed views. Type definitions are
isolated per editor to avoid variable leakage.
2025-07-25 13:35:37 +05:30
..
assets fix: tooltip alignment update (#5217) 2025-07-07 13:18:28 +05:30
locales chore: add proper error msg and disable email updation in SH (#5247) 2025-07-25 12:42:51 +05:30
public chore: added micro interactions (#3783) 2024-01-30 18:42:42 +05:30
src feat: move scripting code editors to use Monaco (#5191) 2025-07-25 13:35:37 +05:30
.eslintrc.js fix: lint errors removed by using satisfies or as for type (#3934) 2024-03-28 20:28:48 +05:30
.gitignore chore: split app to commons and web (squash commit) 2022-12-02 03:05:35 -05:00
.prettierignore chore: split app to commons and web (squash commit) 2022-12-02 03:05:35 -05:00
.prettierrc.js chore: hoppscotch-ui improvements (#3497) 2023-12-06 00:08:44 +05:30
gql-codegen.yml feat: introduce gql schema sdl generation to the backend (#35) 2023-03-13 18:52:50 +05:30
languages.json chore: i18n 2023-12-16 12:29:44 +05:30
meta.ts chore: make style sheets consistent (#3074) 2023-05-29 20:12:58 -04:00
package.json feat: move scripting code editors to use Monaco (#5191) 2025-07-25 13:35:37 +05:30
tsconfig.json feat: platform independent core and the new desktop app (#4684) 2025-02-28 00:01:25 +05:30
type-check.mjs feat(common): authentication strategy improvements (#5130) 2025-06-25 22:12:09 +05:30
vitest.config.ts feat: revamped spotlight (#3171) 2023-07-11 23:02:33 +05:30