{"id":20003231,"url":"https://github.com/mbrsagor/typescript","last_synced_at":"2026-05-13T09:35:26.254Z","repository":{"id":111136540,"uuid":"283985424","full_name":"mbrsagor/typeScript","owner":"mbrsagor","description":"typeScript is a typed superset of JavaScript that compiles to plain JavaScript. If you use typeScript you may maintain and support all versions.","archived":false,"fork":false,"pushed_at":"2022-02-25T16:41:18.000Z","size":3699,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-02T00:26:34.637Z","etag":null,"topics":["javascript","typescript","typescript-compiler"],"latest_commit_sha":null,"homepage":"","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/mbrsagor.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":"2020-07-31T08:37:31.000Z","updated_at":"2022-02-25T16:37:58.000Z","dependencies_parsed_at":"2023-06-02T21:45:36.396Z","dependency_job_id":null,"html_url":"https://github.com/mbrsagor/typeScript","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mbrsagor/typeScript","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbrsagor%2FtypeScript","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbrsagor%2FtypeScript/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbrsagor%2FtypeScript/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbrsagor%2FtypeScript/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mbrsagor","download_url":"https://codeload.github.com/mbrsagor/typeScript/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbrsagor%2FtypeScript/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32976750,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T06:31:55.726Z","status":"ssl_error","status_checked_at":"2026-05-13T06:31:51.336Z","response_time":115,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["javascript","typescript","typescript-compiler"],"created_at":"2024-11-13T05:24:44.146Z","updated_at":"2026-05-13T09:35:26.237Z","avatar_url":"https://github.com/mbrsagor.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# typeScript\n\n#### What is typeScript?\n\u003e\u003e typeScript is a typed superset of JavaScript that compiles to plain JavaScript.\n\n### Why \u0026 what typescript?\n- Open source programming language.\n- Typed superset javascript.\n- Compiles down to plain javascript.\n- Relation to javascrpt.\n- Optional static typing and type interface. \n- IDE Support.\n- Fefactor code very easily. \n- It's main programmng language of Angular.  \n\n###### How to automatically (watch) re-compile?\n```tsc file_name --watch```\n\u003e\u003e or\n```tsc --watch```\n\n### Install Dependency\n\n1st time when I stated typeScript I was geting a simple error. Here I will share below how to run typescript:\n\n```\nnpm init -y\nnpm install --save-dev typescript @types/node\necho 'console.log(\"test\")' \u003e index.ts\n```\n\n#### How to convert `typeScript` any mode? Please follow the command line hopefully it's will be work.\n\n```tsc file_name.ts```\n\n\u003e If you like to opne `ES6` mode please run the command\n\n`tsc file_name -t es6`\n\n##### Here `-t` is target mode\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmbrsagor%2Ftypescript","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmbrsagor%2Ftypescript","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmbrsagor%2Ftypescript/lists"}