-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/) |