{"id":19601596,"url":"https://github.com/alankrantas/monaco-ts-live-editor","last_synced_at":"2026-05-09T05:10:09.264Z","repository":{"id":234441431,"uuid":"788892480","full_name":"alankrantas/monaco-ts-live-editor","owner":"alankrantas","description":"Write, lint and run JavaScript/TypeScript online","archived":false,"fork":false,"pushed_at":"2025-10-01T09:22:25.000Z","size":757,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-01T11:20:56.231Z","etag":null,"topics":["coding-tool","monaco-editor","online-editor","react","typescript","vite"],"latest_commit_sha":null,"homepage":"https://alankrantas.github.io/monaco-ts-live-editor/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alankrantas.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-04-19T09:41:30.000Z","updated_at":"2025-10-01T09:22:21.000Z","dependencies_parsed_at":"2024-04-19T11:26:49.374Z","dependency_job_id":"dc7270e1-e68f-4825-8eec-5e0c40b3d546","html_url":"https://github.com/alankrantas/monaco-ts-live-editor","commit_stats":null,"previous_names":["alankrantas/monaco-ts-live-editor"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/alankrantas/monaco-ts-live-editor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alankrantas%2Fmonaco-ts-live-editor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alankrantas%2Fmonaco-ts-live-editor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alankrantas%2Fmonaco-ts-live-editor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alankrantas%2Fmonaco-ts-live-editor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alankrantas","download_url":"https://codeload.github.com/alankrantas/monaco-ts-live-editor/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alankrantas%2Fmonaco-ts-live-editor/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32807879,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"online","status_checked_at":"2026-05-09T02:00:06.633Z","response_time":123,"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":["coding-tool","monaco-editor","online-editor","react","typescript","vite"],"created_at":"2024-11-11T09:19:02.975Z","updated_at":"2026-05-09T05:10:09.256Z","avatar_url":"https://github.com/alankrantas.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Monaco TypeScript Live Editor\n\n\u003e Try it [here](https://alankrantas.github.io/monaco-ts-live-editor/).\n\nA simple demonstration to wrap [`@monaco-editor/react`](https://www.npmjs.com/package/@monaco-editor/react) into an online TypeScript editor component with IntelliSense support and script execution functionality. The React app is [created/built by Vite](https://vitejs.dev/) and deployed to GitHub Pages using Github Actions.\n\nWhen the \"Strict Mode\" is enabled, the Monaco editor would apply the following TypeScript rules for the IntelliSense:\n\n- `allowUnreachableCode`: `false`\n- `allowUnusedLabels`: `false`\n- `exactOptionalPropertyTypes`: `true`\n- `noFallthroughCasesInSwitch`: `true`\n- `noImplicitAny`: `true`\n- `noImplicitOverride`: `true`\n- `noImplicitReturns`: `true`\n- `noImplicitThis`: `true`\n- `noPropertyAccessFromIndexSignature`: `true`\n- `noUncheckedIndexedAccess`: `true`\n- `noUnusedLocals`: `true`\n- `noUnusedParameters`: `true`\n- `strict`: `true`\n- `strictBindCallApply`: `true`\n- `strictBuiltinIteratorReturn`: `true`\n- `strictFunctionTypes`: `true`\n- `strictNullChecks`: `true`\n- `strictPropertyInitialization`: `true`\n\n`checkJs` is set to `true` and `target`/`module` are set to `ESNext`.\n\nIf you want to add declaration files (`.d.ts`), see the comment in `/src/component/MonacoEditor.tsx`.\n\n## Development\n\n### `yarn`\n\nInstall dependencies.\n\n### `yarn dev` or `yarn start`\n\nStart the dev server.\n\n### `yarn build`\n\nBuild a production at `./dist`.\n\n### `yarn preview` or `yarn serve`\n\nServe and view the built production.\n\n### `yarn commit`\n\nCommit changes.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falankrantas%2Fmonaco-ts-live-editor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falankrantas%2Fmonaco-ts-live-editor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falankrantas%2Fmonaco-ts-live-editor/lists"}