{"id":16226272,"url":"https://github.com/antony/sapper-ie","last_synced_at":"2025-10-25T00:31:23.521Z","repository":{"id":42203801,"uuid":"193465311","full_name":"antony/sapper-ie","owner":"antony","description":"Sapper working in IE11/Edge","archived":true,"fork":false,"pushed_at":"2023-01-06T01:55:18.000Z","size":525,"stargazers_count":46,"open_issues_count":10,"forks_count":6,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-10-27T22:54:29.274Z","etag":null,"topics":["ie","ie11","sapper","svelte"],"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/antony.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":"2019-06-24T08:27:52.000Z","updated_at":"2024-08-01T11:25:25.000Z","dependencies_parsed_at":"2023-02-05T02:01:01.142Z","dependency_job_id":null,"html_url":"https://github.com/antony/sapper-ie","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/antony%2Fsapper-ie","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antony%2Fsapper-ie/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antony%2Fsapper-ie/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antony%2Fsapper-ie/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/antony","download_url":"https://codeload.github.com/antony/sapper-ie/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238053514,"owners_count":19408699,"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":["ie","ie11","sapper","svelte"],"created_at":"2024-10-10T12:48:38.209Z","updated_at":"2025-10-25T00:31:18.161Z","avatar_url":"https://github.com/antony.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sapper IE\n\nIE and Windows Edge barely qualify as browsers, but they are able to render HTML/CSS and execute JS, in a form. These modifications to the language help incapable browsers render websites.\n\n## Status:\n\nIt Works!\n\n- IE11 - Fully working\n- Edge - Fully working\n\n## Changes from default Sapper\n\n1. Polyfils in template.html (via Polyfill.io):\n\n* default\n* fetch\n* Array.prototype.find\n* Object.values (not strictly necessary - but useful)\n\n2. Non-legacy (regular build) has rest spread so that Edge works (wow)\n\n```js\n!legacy \u0026\u0026 babel({\n    extensions: ['.js', '.mjs', '.html', '.svelte'],\n    exclude: ['node_modules/@babel/**'],\n    plugins: [\n      '@babel/plugin-syntax-dynamic-import',\n      '@babel/plugin-proposal-object-rest-spread'\n    ]\n  }),\n```\n\n3. Special run mode to run the app via bable for easy local testing\n\n```sh\nnpm run build:dev\n```\n\n## Running\n\nDon't expect this to work in IE/Edge in dev mode.\n\n```\nnpm run build # has shimport hack for easier debugging\nnode __sapper__/build\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fantony%2Fsapper-ie","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fantony%2Fsapper-ie","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fantony%2Fsapper-ie/lists"}