{"id":16232486,"url":"https://github.com/geocine/typescript-transform","last_synced_at":"2025-04-08T06:47:26.245Z","repository":{"id":148352362,"uuid":"150381973","full_name":"geocine/typescript-transform","owner":"geocine","description":"experiment in typescript transform","archived":false,"fork":false,"pushed_at":"2018-11-14T07:08:19.000Z","size":21,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-14T04:33:29.921Z","etag":null,"topics":["typescript","typescript-transformer"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/geocine.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-09-26T06:56:31.000Z","updated_at":"2018-11-14T07:08:20.000Z","dependencies_parsed_at":"2023-05-19T20:45:22.365Z","dependency_job_id":null,"html_url":"https://github.com/geocine/typescript-transform","commit_stats":{"total_commits":8,"total_committers":1,"mean_commits":8.0,"dds":0.0,"last_synced_commit":"244fcbd9d601451db99bd73d13924e6afadbf3be"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geocine%2Ftypescript-transform","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geocine%2Ftypescript-transform/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geocine%2Ftypescript-transform/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geocine%2Ftypescript-transform/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/geocine","download_url":"https://codeload.github.com/geocine/typescript-transform/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247792920,"owners_count":20996896,"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":["typescript","typescript-transformer"],"created_at":"2024-10-10T13:09:13.172Z","updated_at":"2025-04-08T06:47:26.224Z","avatar_url":"https://github.com/geocine.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Typescript Transform\n\nThis repository contains all my experiments on typescript transform. I have added an initial class transformation example\n\n**source:**\n```js\nimport { CustomElement } from 'custom-elements-ts';\n@CustomElement()\nexport class CounterElement {\n  \n} \n\nexport class StepperElement {}\n```\n\n**transformed:**\n\n```js\nimport { CustomElement, CustomHTMLElement } from 'custom-elements-ts';\n@CustomElement()\nexport class CounterElement  extends CustomHTMLElement {\n  \n} \n\n// not transformed since it has not been decorated with @CustomElement\nexport class StepperElement {}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeocine%2Ftypescript-transform","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgeocine%2Ftypescript-transform","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeocine%2Ftypescript-transform/lists"}