{"id":18304619,"url":"https://github.com/numtel/meteor-es6-proxy","last_synced_at":"2025-08-04T21:36:03.750Z","repository":{"id":26003013,"uuid":"29445523","full_name":"numtel/meteor-es6-proxy","owner":"numtel","description":"Iron:Router Plugin for rendering transpiled ES6 -\u003e ES5 to the client","archived":false,"fork":false,"pushed_at":"2015-03-26T06:52:40.000Z","size":184,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-15T04:42:38.478Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/numtel.png","metadata":{"files":{"readme":"README.md","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}},"created_at":"2015-01-18T23:46:02.000Z","updated_at":"2015-03-26T06:52:40.000Z","dependencies_parsed_at":"2022-07-25T15:22:04.496Z","dependency_job_id":null,"html_url":"https://github.com/numtel/meteor-es6-proxy","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/numtel%2Fmeteor-es6-proxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/numtel%2Fmeteor-es6-proxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/numtel%2Fmeteor-es6-proxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/numtel%2Fmeteor-es6-proxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/numtel","download_url":"https://codeload.github.com/numtel/meteor-es6-proxy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248021468,"owners_count":21034676,"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-11-05T15:29:37.326Z","updated_at":"2025-04-09T10:37:08.932Z","avatar_url":"https://github.com/numtel.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# numtel:es6-proxy [![Build Status](https://travis-ci.org/numtel/meteor-es6-proxy.svg?branch=master)](https://travis-ci.org/numtel/meteor-es6-proxy)\n\nIron:Router Plugin for rendering transpiled ES6 -\u003e ES5 to the client.\n\n## Installation\n\nThis package has been removed from Atmosphere and has been succeeded by other packages:\n\n* [`numtel:privatesources` package](https://github.com/numtel/meteor-privatesources) - Create bundles for lazy-loading components, with authentication\n* [`numtel:publicsources` package](https://github.com/numtel/meteor-publicsources) - Same except without authentication\n\nIf you really must use this, clone the repo.\n\nActivate the plugin on the server-side of your application:\n```javascript\nRouter.plugin('es6Proxy', {\n  path: 'components' // Corresponds to private/components in your app directory\n  debug: true // Console.log path and syntax errors\n});\n```\n\nES6 source files are loaded from the `private` directory of your application. Specifying the `path` option is very important to prevent exposing the entire `private` directory to the client.\n\nYou may then load files (most-likely, using AJAX) from that directory using the following route:\n```\n/_6to5?path=\u003cfilename\u003e\n```\n\n## TODO\n\n* `allow()` function for setting permissions on individual files/paths\n* Option to configure route URL (currently `_6to5`)\n* Minify output on production\n* Cache processed results for between clients\n* Hot code push?\n\n## Resources\n\n* [On-Demand Template Example](https://github.com/numtel/meteor-component-example) - Use this package to load templates on-demand with `iron:router`.\n* [sharlon:6to5](https://github.com/sbalbalosa/meteor-6to5) - Use ES6 in your main application source files\n* [6to5.org](http://6to5.org) - Core package powering ES6 -\u003e ES5 transpiling\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnumtel%2Fmeteor-es6-proxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnumtel%2Fmeteor-es6-proxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnumtel%2Fmeteor-es6-proxy/lists"}