Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

robotframework-browser

This example shows how to translate more modern ECMAScript 2015+ javascript modules to CommonJS. The example uses Babel to translate es2015 index.js file in src folder to CommonJS file in lib folder.

To run the example translation and to show the relevant documentation do:

npm install
npm run build
python -m robot.libdoc Browser::jsextension=lib/index.js show funkkari