{"id":23841767,"url":"https://github.com/playerony/steps-for-porting-app-from-javascript-to-typescript","last_synced_at":"2026-05-19T19:12:59.659Z","repository":{"id":126052470,"uuid":"401303031","full_name":"playerony/steps-for-porting-app-from-javascript-to-typescript","owner":"playerony","description":"Steps for porting an application from javascript to typescript","archived":false,"fork":false,"pushed_at":"2021-08-30T10:52:47.000Z","size":0,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-22T04:43:45.831Z","etag":null,"topics":["instructions","javascript","settings","setup","steps","typescript"],"latest_commit_sha":null,"homepage":"","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/playerony.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":"2021-08-30T10:26:56.000Z","updated_at":"2021-08-30T10:58:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"6681c2f5-2e2f-44b6-a194-68a179e4ca2d","html_url":"https://github.com/playerony/steps-for-porting-app-from-javascript-to-typescript","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/playerony/steps-for-porting-app-from-javascript-to-typescript","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/playerony%2Fsteps-for-porting-app-from-javascript-to-typescript","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/playerony%2Fsteps-for-porting-app-from-javascript-to-typescript/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/playerony%2Fsteps-for-porting-app-from-javascript-to-typescript/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/playerony%2Fsteps-for-porting-app-from-javascript-to-typescript/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/playerony","download_url":"https://codeload.github.com/playerony/steps-for-porting-app-from-javascript-to-typescript/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/playerony%2Fsteps-for-porting-app-from-javascript-to-typescript/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265443549,"owners_count":23766410,"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":["instructions","javascript","settings","setup","steps","typescript"],"created_at":"2025-01-02T18:02:03.838Z","updated_at":"2026-05-19T19:12:59.633Z","avatar_url":"https://github.com/playerony.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Steps for porting an application from javascript to typescript\n\n# 1. Change file extensions and fixing broken tests\n\n- ### Rename *.js to *.ts, allowing implicit any,\n- ### Fix only things that are not type-checking, or causing compile errors,\n- ### Get tests passing again,\n\n# 2. Explicit any\n\n- ### \"noImplicitAny\": true,\n- ### Where possible, provide a specific and appropriate type,\n- ### Get tests passing again,\n\n# 3. Enable strict mode\n\n- ### \"strict\": true,\n- ### \"strictNullChecks\": true,\n- ### \"strictFunctionTypes\": true,\n- ### \"strictBindCallApply\": true,\n- ### \"strictPropertyInitialization\": true,\n- ### Replace explicit anys with more appropriate types,\n- ### Try to avoid unsafe casts,\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplayerony%2Fsteps-for-porting-app-from-javascript-to-typescript","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fplayerony%2Fsteps-for-porting-app-from-javascript-to-typescript","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplayerony%2Fsteps-for-porting-app-from-javascript-to-typescript/lists"}