{"id":16375399,"url":"https://github.com/aikar/traceur","last_synced_at":"2025-03-23T03:32:43.235Z","repository":{"id":139785847,"uuid":"1758529","full_name":"aikar/traceur","owner":"aikar","description":"Traceur support for Node.JS","archived":false,"fork":false,"pushed_at":"2017-01-29T03:21:44.000Z","size":352,"stargazers_count":27,"open_issues_count":1,"forks_count":6,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-03-18T17:14:04.735Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://aikar.co/traceur","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aikar.png","metadata":{"files":{"readme":"README.markdown","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2011-05-17T00:59:59.000Z","updated_at":"2023-12-08T19:40:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"3b71c0f7-d0e2-4c22-a7ef-7942d6a2271a","html_url":"https://github.com/aikar/traceur","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aikar%2Ftraceur","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aikar%2Ftraceur/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aikar%2Ftraceur/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aikar%2Ftraceur/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aikar","download_url":"https://codeload.github.com/aikar/traceur/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245052633,"owners_count":20553162,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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-10-11T03:20:43.568Z","updated_at":"2025-03-23T03:32:42.602Z","avatar_url":"https://github.com/aikar.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Traceur\n\n## About\nTraceur provides support for Googles Traceur project which adds many enhanced\nfeatures to the JavaScript language. For full details on what all Traceur does,\nvisit \u003chttp://code.google.com/p/traceur-compiler/wiki/LanguageFeatures\u003e\n\n## NOTICE\nVersion 2.0 of this package has transitioned effort to be a compiler and not a\nruntime loader. It still works just the same as a runtime loader, just really,\nDONT DO IT!\n\n## Install\nTraceur should only be installed globally to your developer system and never be\nincluded as part of your package. The Traceur syntax transformer is way too slow\nto use in a live system and should only be used as a compiler/tester.\n\n  - Install with NPM:\n     - `npm install traceur -g`\n\n## Usage\nVisit Traceur website as linked above for language features.\n\nTraceur module provides 2 binaries:\n\n`traceur app.js`:\nThis binary will execute node but all require() statements can make use of\ntraceur syntax. Note that startup will be slow as the source code is transformed!\n\nThis is the same thing as calling require('traceur') then requiring your file.\n\nDO NOT USE THIS FEATURE IN A PRODUCTION APP!\n\n`traceurc inputdir/ outputdir/`: this command takes a directory and finds every\n.js file in the directory and compiles it with traceur then writes it in the same\ndir format as input, to the output dir. A small runtime library is created at\noutputdir/node_modules/traceur-runtime.js that is auto loaded by all modules.\n\nYou may need to add this to your package.json so npm wont ignore it...\n(I hate that addition to npm :())\n\nUSE THIS FEATURE TO DEPLOY/PUBLISH!\n## License\n\u003e The MIT License\n\u003e\n\u003e  Copyright (c) 2011 Daniel Ennis \u003caikar@aikar.co\u003e\n\u003e\n\u003e Permission is hereby granted, free of charge, to any person obtaining a copy\n\u003e of this software and associated documentation files (the \"Software\"), to deal\n\u003e in the Software without restriction, including without limitation the rights\n\u003e to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n\u003e copies of the Software, and to permit persons to whom the Software is\n\u003e furnished to do so, subject to the following conditions:\n\u003e\n\u003e The above copyright notice and this permission notice shall be included in\n\u003e all copies or substantial portions of the Software.\n\u003e\n\u003e THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n\u003e IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n\u003e FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n\u003e AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n\u003e LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n\u003e OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\n\u003e THE SOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faikar%2Ftraceur","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faikar%2Ftraceur","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faikar%2Ftraceur/lists"}