1.0.19 • Published 9 years ago

atma-loader-traceur v1.0.19

Weekly downloads
-
License
MIT
Repository
-
Last release
9 years ago

Traceur Compiler (Atma Plugin)

Build Status

with proper stacktrace support

The Plugin extends:

How to use
Embed into the Project
  • atma plugin install atma-loader-traceur

    	This adds `atma-loader-traceur` npm dependency and the `package.json` would look like:
        {
            "dependencies": {
                "atma-loader-traceur"
            },
            "atma": {
                "plugins": [
                    "atma-loader-traceur"
                ],
                "settings": {
    						"atma-loader-traceur": {
    							"extensions" : [ "es6" ]
    							"traceur": {} // traceur-compiler options
    						}
                }
            }
        }
  • That's all. Now, you are ready to use the 'next javascript' in your project

Quick Try
  • install atma: $ npm install atma -g
  • install plugin: $ atma plugin install atma-loader-traceur
  • add test.html to the directory

    <!DOCTYPE html>
    <script src='test.es6'></script>
  • add test.es6

    setInterval(() => document.body.textContent += ".. itworks ..", 200);
  • start the server: $ atma server
  • open the browser: http://localhost:5777/test.html

The MIT License

1.0.19

9 years ago

1.0.18

10 years ago

1.0.17

10 years ago

1.0.16

10 years ago

1.0.15

10 years ago

1.0.14

10 years ago

1.0.13

10 years ago

1.0.12

10 years ago

1.0.11

10 years ago

1.0.9

10 years ago

1.0.8

10 years ago

1.0.7

10 years ago

1.0.6

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.0

10 years ago

0.0.12

10 years ago

0.0.11

10 years ago

0.0.9

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago