{"id":21581560,"url":"https://github.com/thoughtscript/typescript_classes","last_synced_at":"2025-07-16T22:30:34.659Z","repository":{"id":210784410,"uuid":"482299314","full_name":"Thoughtscript/typescript_classes","owner":"Thoughtscript","description":"Testing Typescript inheritance problems","archived":false,"fork":false,"pushed_at":"2022-04-16T16:24:24.000Z","size":22,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2023-12-04T23:56:11.372Z","etag":null,"topics":["destructuring","inheritance","typescript"],"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/Thoughtscript.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}},"created_at":"2022-04-16T16:05:39.000Z","updated_at":"2023-12-04T23:56:14.013Z","dependencies_parsed_at":"2023-12-05T00:06:59.829Z","dependency_job_id":null,"html_url":"https://github.com/Thoughtscript/typescript_classes","commit_stats":null,"previous_names":["thoughtscript/typescript_classes"],"tags_count":0,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thoughtscript%2Ftypescript_classes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thoughtscript%2Ftypescript_classes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thoughtscript%2Ftypescript_classes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thoughtscript%2Ftypescript_classes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Thoughtscript","download_url":"https://codeload.github.com/Thoughtscript/typescript_classes/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226171933,"owners_count":17584910,"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":["destructuring","inheritance","typescript"],"created_at":"2024-11-24T14:12:55.112Z","updated_at":"2024-11-24T14:12:55.707Z","avatar_url":"https://github.com/Thoughtscript.png","language":"TypeScript","readme":"# README\n\n[![](https://img.shields.io/badge/typescript-lang-blue.svg)](https://www.typescriptlang.org/)\n\nExploring how Typescript handles `this` vs. `super` in the most recent build.\n\nAlso destructuring keys.\n\n## Super vs. This\n\nShould be allowed. `this.method()` called on a subclassed class (where `method()` is on the inherited super class) should execute without issue (provided `this` is bound to the superclass via `super`).\n\n\u003e I think there's a strong preference for `super.method()` now instead to avoid ambiguities.\n\n\u003e `this` and `super` both work.\n\n## String Literal Keys\n\nSometimes using a special character is needed for a key in a type/interface. \n\nTests to see what's allowed or not.","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthoughtscript%2Ftypescript_classes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthoughtscript%2Ftypescript_classes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthoughtscript%2Ftypescript_classes/lists"}