new(all): isArray function.
This commit is contained in:
parent
ff635bba43
commit
23d048c9fd
1 changed files with 1 additions and 0 deletions
|
@ -485,6 +485,7 @@ export class GBVMService extends GBService {
|
|||
code = code.replace(/this\./gm, 'await this.');
|
||||
code = code.replace(/function/gm, 'async function');
|
||||
code = code.replace('ubound = async', 'ubound ='); // TODO: Improve this.
|
||||
code = code.replace('isArray = async', 'isArray ='); // TODO: Waiting for a real compiler.
|
||||
|
||||
return code;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue