{"id":18849009,"url":"https://github.com/gnlow/tsm","last_synced_at":"2025-04-14T08:42:06.001Z","repository":{"id":199062266,"uuid":"702069007","full_name":"gnlow/tsm","owner":"gnlow","description":"tsm: CDN\u003cTS =\u003e JS\u003e","archived":false,"fork":false,"pushed_at":"2023-12-19T04:33:49.000Z","size":4,"stargazers_count":8,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-27T22:13:10.803Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://tsm.deno.dev","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/gnlow.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":"2023-10-08T12:03:09.000Z","updated_at":"2024-01-08T19:13:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"b4682ba9-d3f2-45d3-9360-e5e0e0d18420","html_url":"https://github.com/gnlow/tsm","commit_stats":null,"previous_names":["gnlow/tsm"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gnlow%2Ftsm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gnlow%2Ftsm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gnlow%2Ftsm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gnlow%2Ftsm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gnlow","download_url":"https://codeload.github.com/gnlow/tsm/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248849282,"owners_count":21171554,"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-08T03:18:01.216Z","updated_at":"2025-04-14T08:42:05.978Z","avatar_url":"https://github.com/gnlow.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tsm\n**tsm is experimental project, and is not ready for production**\n\nUse TypeScript everywhere\n- Transfiles TS to JS via [deno_emit](https://github.com/denoland/deno_emit)\n- Provides type information via `x-typescript-types` header\n\n## Usage\n```ts\n// https://examples.deno.land/import-export/util.ts\nexport function sayHello(thing: string) {\n  console.log(`Hello, ${thing}!`);\n}\nexport interface Foo {}\nexport class Bar {}\nexport const baz = \"baz\";\n```\n```js\n// https://tsm.deno.dev/https://examples.deno.land/import-export/util.ts\nexport function sayHello(thing) {\n    console.log(`Hello, ${thing}!`);\n}\nexport class Bar {\n}\nexport const baz = \"baz\";\n```\n```html\n\u003cscript type=\"module\" src=\"https://tsm.deno.dev/https://examples.deno.land/import-export/util.ts\"\u003e\u003c/script\u003e\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgnlow%2Ftsm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgnlow%2Ftsm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgnlow%2Ftsm/lists"}