{"id":21654371,"url":"https://github.com/master4novice/babel-tutorial","last_synced_at":"2026-05-10T19:57:14.196Z","repository":{"id":150915792,"uuid":"96878150","full_name":"Master4Novice/babel-tutorial","owner":"Master4Novice","description":"Babel is a JavaScript compiler","archived":false,"fork":false,"pushed_at":"2017-07-11T10:04:56.000Z","size":1,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-25T06:25:03.176Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/Master4Novice.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,"governance":null,"roadmap":null,"authors":null}},"created_at":"2017-07-11T09:51:48.000Z","updated_at":"2017-07-11T09:51:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"c212ee34-659e-463a-9ebb-37ac74bfc69c","html_url":"https://github.com/Master4Novice/babel-tutorial","commit_stats":null,"previous_names":["master4novice/babel-tutorial"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Master4Novice%2Fbabel-tutorial","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Master4Novice%2Fbabel-tutorial/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Master4Novice%2Fbabel-tutorial/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Master4Novice%2Fbabel-tutorial/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Master4Novice","download_url":"https://codeload.github.com/Master4Novice/babel-tutorial/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244554119,"owners_count":20471172,"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-25T08:27:39.581Z","updated_at":"2026-05-10T19:57:09.176Z","avatar_url":"https://github.com/Master4Novice.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Babel\n\nBabel is a JavaScript compiler.\n\n# Install the Babel CLI and a preset\n\nnpm install --save-dev babel-cli babel-preset-env\n\n# ES2015 and beyond\nThese plugins allow you to use new syntax, right now without waiting for browser support.\n\nnpm install --save-dev babel-preset-env\n\n# Polyfill\nSince Babel only transforms syntax (like arrow functions), you can use babel-polyfill in order to support new globals such as Promise or new native methods like String.padStart (left-pad).Use it by requiring it at the top of the entry point to your application or in your bundler config.\n\nnpm install --save-dev babel-polyfill\n\n# JSX and Flow\nBabel can convert JSX syntax and strip out type annotations.Use it together with the babel-sublime package to bring syntax highlighting to a whole new level, and add \"react\" to your .babelrc presets array.\n\nnpm install --save-dev babel-preset-react\n\n# Pluggable\nBabel is built out of plugins. Compose your own transformation pipeline using existing plugins or write your own.\n\n# Debuggable\n\nRef : http://babeljs.io/docs/setup/#installation for installation.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaster4novice%2Fbabel-tutorial","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaster4novice%2Fbabel-tutorial","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaster4novice%2Fbabel-tutorial/lists"}