{"id":19097291,"url":"https://github.com/atmajs/atma-loader-traceur","last_synced_at":"2026-06-12T20:33:30.793Z","repository":{"id":13738095,"uuid":"16432445","full_name":"atmajs/atma-loader-traceur","owner":"atmajs","description":"Atma plugin: Traceur compiler","archived":false,"fork":false,"pushed_at":"2014-09-13T21:08:39.000Z","size":388,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-01T09:06:41.677Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/atmajs.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-02-01T10:51:12.000Z","updated_at":"2015-04-15T20:33:00.000Z","dependencies_parsed_at":"2022-08-26T04:01:47.080Z","dependency_job_id":null,"html_url":"https://github.com/atmajs/atma-loader-traceur","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/atmajs/atma-loader-traceur","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atmajs%2Fatma-loader-traceur","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atmajs%2Fatma-loader-traceur/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atmajs%2Fatma-loader-traceur/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atmajs%2Fatma-loader-traceur/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/atmajs","download_url":"https://codeload.github.com/atmajs/atma-loader-traceur/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atmajs%2Fatma-loader-traceur/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34262155,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-12T02:00:06.859Z","response_time":109,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-09T03:39:50.569Z","updated_at":"2026-06-12T20:33:30.740Z","avatar_url":"https://github.com/atmajs.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[Traceur Compiler](https://github.com/google/traceur-compiler) (Atma Plugin)\n-----\n[![Build Status](https://travis-ci.org/atmajs/atma-loader-traceur.png?branch=master)](https://travis-ci.org/atmajs/atma-loader-traceur)\n\n_with proper stacktrace support_\n\nThe Plugin extends:\n- [`IncludeJS`](https://github.com/atmajs/IncludeJS) with a custom loader\n- [`atma-io`](https://github.com/atmajs/atma-io) with a custom middleware to read ES6 files\n- [`atma-server`](https://github.com/atmajs/atma-server) and [`Atma Toolkit`](https://github.com/atmajs/Atma.Toolkit) with a `HTTPHandler` to serve compiled sources (with **sourceMap** support)\n\n\n\n##### How to use\n\n###### Embed into the Project\n\n+ `atma plugin install atma-loader-traceur`\n\n\tThis adds `atma-loader-traceur` npm dependency and the `package.json` would look like:\n    ```json\n        {\n            \"dependencies\": {\n                \"atma-loader-traceur\"\n            },\n            \"atma\": {\n                \"plugins\": [\n                    \"atma-loader-traceur\"\n                ],\n                \"settings\": {\n\t\t\t\t\t\"atma-loader-traceur\": {\n\t\t\t\t\t\t\"extensions\" : [ \"es6\" ]\n\t\t\t\t\t\t\"traceur\": {} // traceur-compiler options\n\t\t\t\t\t}\n                }\n            }\n        }\n    ```\n+ That's all. Now, you are ready to use the 'next javascript' in your project\n\n##### Quick Try\n\n+ install atma: `$ npm install atma -g`\n+ install plugin: `$ atma plugin install atma-loader-traceur`\n+ add `test.html` to the directory\n\n    ```html\n    \u003c!DOCTYPE html\u003e\n    \u003cscript src='test.es6'\u003e\u003c/script\u003e\n    ```\n+ add `test.es6`\n    \n    ```javascript\n    setInterval(() =\u003e document.body.textContent += \".. itworks ..\", 200);\n    ```\n+ start the server: `$ atma server`\n+ open the browser: `http://localhost:5777/test.html`\n\n\n\n----\nThe MIT License","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatmajs%2Fatma-loader-traceur","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fatmajs%2Fatma-loader-traceur","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatmajs%2Fatma-loader-traceur/lists"}