1.0.22 • Published 8 years ago

browserify-nodent v1.0.22

Weekly downloads
82
License
-
Repository
github
Last release
8 years ago

browserify-nodent

browserify-nodent is a transform for browserify that compiles the ES7 keywords async and await for your ES5 browser. It doesn't need Promises or Generators, or anything else - it just generates working JavaScript.

The compiler itself is nodent, where you can more infromation and examples of async and await in action.

Installation

npm install browserify-nodent

Example

npm test

Compiles using the command line:

cd example
browserify -t browserify-nodent --debug main.js >out.js
open ./index.html
cd ..

Opening the resulting example/index.html will demonstrate the use of async and await in your HTML/JS pages in the browser.

1.0.22

8 years ago

1.0.21

8 years ago

1.0.20

8 years ago

1.0.19

8 years ago

1.0.18

8 years ago

1.0.17

8 years ago

1.0.16

8 years ago

1.0.15

8 years ago

1.0.14

8 years ago

1.0.13

8 years ago

1.0.12

8 years ago

1.0.11

8 years ago

1.0.10

8 years ago

1.0.9

8 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

9 years ago

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago