Added bru.setNextRequest into the hint words list (#1441)

This commit is contained in:
Felipe Vidal 2024-01-25 15:08:04 -03:00 committed by GitHub
parent 7de5bbbdf6
commit e375ffbed1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -60,7 +60,8 @@ if (!SERVER_RENDERED) {
'bru.getEnvVar(key)',
'bru.setEnvVar(key,value)',
'bru.getVar(key)',
'bru.setVar(key,value)'
'bru.setVar(key,value)',
'bru.setNextRequest(nextRequest)'
];
CodeMirror.registerHelper('hint', 'brunoJS', (editor, options) => {
const cursor = editor.getCursor();