{"id":15093120,"url":"https://github.com/angular/a","last_synced_at":"2025-10-06T11:31:11.870Z","repository":{"id":31565343,"uuid":"35130077","full_name":"angular/a","owner":"angular","description":"Library for annotating ES5","archived":true,"fork":false,"pushed_at":"2018-04-12T18:05:36.000Z","size":121,"stargazers_count":70,"open_issues_count":7,"forks_count":31,"subscribers_count":22,"default_branch":"master","last_synced_at":"2024-09-26T11:03:54.864Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/angular.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":"2015-05-06T00:02:24.000Z","updated_at":"2024-09-19T21:13:37.000Z","dependencies_parsed_at":"2022-07-24T17:17:14.667Z","dependency_job_id":null,"html_url":"https://github.com/angular/a","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/angular%2Fa","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angular%2Fa/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angular%2Fa/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angular%2Fa/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/angular","download_url":"https://codeload.github.com/angular/a/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219877267,"owners_count":16554853,"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-09-25T11:03:43.842Z","updated_at":"2025-10-06T11:31:06.572Z","avatar_url":"https://github.com/angular.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# a\n\nAnnotator for ES5. Lets you write ES5 with TypeScript-like annotations.\n\n## Disclaimer\nThis library is super experimental. Like winter, changes are coming.\n\n\n## Use\n\nThis JS code:\n\n```js\na.RouteConfig([\n  { path: '/' }\n]).\nView({\n  template: '...'\n}).\nfor(MyController)\nfunction MyController () {}\n```\n\nIs the same as this TypeScript code:\n\n```ts\n@RouteConfig([\n  { path: '/' }\n])\n@View({\n  template: '...'\n})\nclass MyController {}\n```\n\n## License\nApache 2.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fangular%2Fa","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fangular%2Fa","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fangular%2Fa/lists"}