Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
yossydev committed Dec 11, 2024
1 parent 01b095d commit 3ec1b9d
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions app/routes/posts/typescript-browser-support.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
title: "生でかいたTypeScriptがブラウザで動くことはあるのか"
description: "a"
date: "2024/12/24"
updatedAt: "2024/12/24"
path: "typescript-browser-support"
published: true
---

## Intro

Node.jsのTypeScriptサポートが進んでいることで、ほぼ全ての主要なJavaScriptランタイムでTypeScriptが動くようになってきています。
しかし、最も人気なランタイムであるブラウザでは、引き続きJavaScriptしか動作しません。

果たしてブラウザでTypeScriptが動くことはあるのか、考えてみたいと思います。

##

// TODO
- https://www.reddit.com/r/webdev/comments/xecvqe/browsers_should_support_typescript_natively/
- https://stackoverflow.com/questions/22885955/typescript-support-in-modern-browsers
- [A Proposal For Type Syntax in JavaScript - TypeScript](https://devblogs.microsoft.com/typescript/a-proposal-for-type-syntax-in-javascript/)

0 comments on commit 3ec1b9d

Please sign in to comment.