{"id":23567393,"url":"https://github.com/lulu-berlin/webpack-typescript-async","last_synced_at":"2026-05-01T06:34:13.237Z","repository":{"id":89882481,"uuid":"83604486","full_name":"lulu-berlin/webpack-typescript-async","owner":"lulu-berlin","description":"Asynchronous module loading with webpack and typescript","archived":false,"fork":false,"pushed_at":"2017-03-01T23:26:11.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-16T07:08:36.401Z","etag":null,"topics":["asynchronous","lazy-loading","typescript","webpack"],"latest_commit_sha":null,"homepage":null,"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/lulu-berlin.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}},"created_at":"2017-03-01T21:40:04.000Z","updated_at":"2017-03-11T16:33:56.000Z","dependencies_parsed_at":"2023-06-16T00:00:22.390Z","dependency_job_id":null,"html_url":"https://github.com/lulu-berlin/webpack-typescript-async","commit_stats":null,"previous_names":["lulu-berlin/webpack-typescript-async"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lulu-berlin/webpack-typescript-async","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lulu-berlin%2Fwebpack-typescript-async","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lulu-berlin%2Fwebpack-typescript-async/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lulu-berlin%2Fwebpack-typescript-async/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lulu-berlin%2Fwebpack-typescript-async/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lulu-berlin","download_url":"https://codeload.github.com/lulu-berlin/webpack-typescript-async/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lulu-berlin%2Fwebpack-typescript-async/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32487602,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["asynchronous","lazy-loading","typescript","webpack"],"created_at":"2024-12-26T18:37:06.300Z","updated_at":"2026-05-01T06:34:13.220Z","avatar_url":"https://github.com/lulu-berlin.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# webpack-typescript-async\n\nThis repository is a proof of concept for using webpack with typescript with\n``System.import`` for asynchronous module loading.\n\n``System.import`` is better than ``require.ensure`` since it provides\na ``Promise`` and allows to handle exceptions. In order to use it with\ntypescript, I included the types for systemjs (``@types/systemjs``). \n\nSystemjs is not actually used in the project. The typescript code is compiled\nwith ``\"module\": \"commonjs\"``, but ``System.import`` is recognized by webpack\nand converted into bundles that are loaded asynchronously.\n\n## How to start?\n\n```sh\ngit clone https://github.com/yever/webpack-typescript-async.git\ncd webpack-typescript-async\nnpm install\nnpm start\n```\n\nYou can also build it with\n```sh\nnpm run build\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flulu-berlin%2Fwebpack-typescript-async","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flulu-berlin%2Fwebpack-typescript-async","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flulu-berlin%2Fwebpack-typescript-async/lists"}