babel-plugin-transform-brasa

7.12.305 • Public • Published

babel-plugin-transform-brasa

A plugin that transpiles brasa to javascript. Currently this is just a proof of concept.

brasa is just a version of javascript where the keywords are in portuguese, nothing else. So for example, the following js code:

function soma (a, b) {
  return a + b;
}

Would be:

função soma (a, b) {
  retorne a + b;
}

Readme

Keywords

Package Sidebar

Install

npm i babel-plugin-transform-brasa

Weekly Downloads

2

Version

7.12.305

License

none

Unpacked Size

5.96 kB

Total Files

60

Last publish

Collaborators

  • marcel0ll