Skip to content

Commit

Permalink
Merge branch 'usebruno:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
lohxt1 authored Aug 23, 2024
2 parents c60b428 + 0b9554c commit b5166bd
Show file tree
Hide file tree
Showing 12 changed files with 351 additions and 68 deletions.
182 changes: 136 additions & 46 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"jest": "^29.2.0",
"pretty-quick": "^3.1.3",
"randomstring": "^1.2.2",
"rimraf": "^6.0.1",
"ts-jest": "^29.0.5"
},
"scripts": {
Expand Down
4 changes: 3 additions & 1 deletion packages/bruno-app/src/components/CodeEditor/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,9 @@ if (!SERVER_RENDERED) {
'bru.getVar(key)',
'bru.setVar(key,value)',
'bru.deleteVar(key)',
'bru.setNextRequest(requestName)'
'bru.setNextRequest(requestName)',
'bru.getRequestVar(key)',
'bru.sleep(ms)'
];
CodeMirror.registerHelper('hint', 'brunoJS', (editor, options) => {
const cursor = editor.getCursor();
Expand Down
Loading

0 comments on commit b5166bd

Please sign in to comment.