Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2021-07-06のJS: TypeScript 4.4 Beta、immutable-js 4.0.0-rc.13、petite-vue #890

Merged
merged 19 commits into from
Jul 5, 2021

Conversation

azu
Copy link
Member

@azu azu commented Jul 5, 2021

TypeScript 4.4 betaがリリースされました。

Control Flow Analysisの改善され、Type Gurdeの結果を変数に入れてから扱うようなAliasのケースも正しく推論されるようになっています。
また、Index SignaturesにSymbolやTemplate Stringを利用できるようになっています。
Catch節のデフォルトをunknown型にするuseUnknownInCatchVariablesオプションの追加と
optionalとundefined値の区別をするexactOptionalPropertyTypesオプションの追加されています。

その他には、declarationの生成やstrictモードでのビルドパフォーマンスの改善も含まれています。


immutable-js 4.0.0-rc.13がリリースされています。

immutable-jsはv4.0.0-rc.12でメンテナンスが停止して、immutable-oss organiztionにてforkとしてメンテナンスがされていました。

今回のリリースでは、immutable-js organizationにimmutable-ossのメンテナが追加され、immutable-ossの変更内容もimmutable-js 4.0.0-rc.13へとマージされています。
改めてimmutable-jsとしてメンテナンスを再開するリリースとなっています。


Vueのサブセットとしてファイルサイズが小さなpetite-vueが公開されています。

Vue互換のテンプレート構文とサブセットのAPIをもつライブラリです。
ES Modulesとしてimportして利用できるようになっていて、Vueにはないv-scopev-effectなどの仕組みも持っています。
Alpine.jsのように既存のレンダリングされたHTMLに対して動作を追加する小さなライブラリとなることを目的としています。

@azu azu merged commit 698b06f into develop Jul 5, 2021
@azu azu deleted the jser-week-547 branch July 5, 2021 23:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant