{"id":15963619,"url":"https://github.com/gwuhaolin/ie-babel-class","last_synced_at":"2025-04-04T12:40:27.166Z","repository":{"id":57271351,"uuid":"72283108","full_name":"gwuhaolin/ie-babel-class","owner":"gwuhaolin","description":"polyfill for use babel translate es6 for IE\u003c=9 which use class super constructor","archived":false,"fork":false,"pushed_at":"2017-01-13T03:00:55.000Z","size":1,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-09T23:08:42.442Z","etag":null,"topics":["babel","ie"],"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/gwuhaolin.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}},"created_at":"2016-10-29T12:20:04.000Z","updated_at":"2017-08-30T16:06:08.000Z","dependencies_parsed_at":"2022-09-01T00:41:09.934Z","dependency_job_id":null,"html_url":"https://github.com/gwuhaolin/ie-babel-class","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gwuhaolin%2Fie-babel-class","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gwuhaolin%2Fie-babel-class/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gwuhaolin%2Fie-babel-class/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gwuhaolin%2Fie-babel-class/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gwuhaolin","download_url":"https://codeload.github.com/gwuhaolin/ie-babel-class/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247182337,"owners_count":20897379,"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":["babel","ie"],"created_at":"2024-10-07T16:42:41.139Z","updated_at":"2025-04-04T12:40:27.142Z","avatar_url":"https://github.com/gwuhaolin.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"### polyfill for use babel translate es6 for IE\u003c=9 which use class super constructor\n\nthis code use babel translate to es5 and run in IE\u003c=9,\n```\nclass TestSuper {\n    constructor() {\n        console.log('TestSuper constructor');\n    }\n}\n\nclass Test extends TestSuper {\n    constructor() {\n        console.log('Test constructor');\n        super();\n    }\n}\n\nexport default Test;\n```\nwill course error:\n```\nUnable to get value of the property '***': object is null or undefined\n```\n\nuse this as polyfill will fix it.\n\n#### install\n```\nnpm i ie-babel-class\n```\nthen import is before any js.\nsee \n- https://github.com/babel/babel/issues/3041\n- http://fedvic.com/2016/01/15/extendInBabel/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgwuhaolin%2Fie-babel-class","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgwuhaolin%2Fie-babel-class","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgwuhaolin%2Fie-babel-class/lists"}