Node.js, React, React Native
言語の中身読んだり AST 解析で遊ぶのが好き
npmモジュール(@types etc)も絡めて型を確かめたいことがある
https://playground.type-puzzle.org
高速でフルマネージドな全文検索エンジン(のWebサービス)
/index.tsx
)/node_modules/xxx/index.d.ts
)任意のnpmモジュールのimportが型解釈が可能に!
https://unpkg.com
{package}@{version}/{path}→npm publishされたファイルの中身
API for Retrieving Package Tarball · Issue #69 · unpkg/unpkg.com
ServiceWorker runtime cachingである程度効率化できる
UNPKGがsemverを解決してリダイレクトしてくれる
@types/react/
https://playground.type-puzzle.org
https://playground.type-puzzle.org
※"react"ではなく"@types/react"のインストールが必要です
※TS製パッケージや.d.tsが配布されてるパッケージはそのまま名前でOK
リポジトリ: Leko/type-puzzle