This release adds support of node.js and npm packages.
In a new version you can write entire script with node.js or use it to solve some part of your tasks.
Here is how it looks like:
Features which are implemented:
- calling BAS api from node.js(including browser control).
- Using BAS variables inside node.js.
- Multithreading.
- Separate your code into different files and reuse it.
- console.log and node.js exception integration.
- Timeouts.
- Works in the compiled script.
- node.js and npm packages support: call the BAS api (incl. browser control) from node.js, use BAS variables, multithreading
- Split code into reusable files, console.log / exception integration, timeouts; works in compiled scripts