Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

2022-05-24のJS: Deno 1.22、Storybook 6.5(webpack Lazy Compilation)、Next.js Layouts RFC#988

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
azu merged 22 commits intodevelopfromjser-week-593
May 24, 2022

Conversation

azu
Copy link
Member

@azuazu commentedMay 24, 2022
edited
Loading

Deno 1.22がリリースされました。

Denoには、3つの型チェックモードがあります。

  • Full: ローカルとリモートの依存関係を含めた全ての型をチェックする
  • Local: ローカルの型のみをチェックする
  • None: 型をチェックしない

1.21まではコマンドによっては"Full"モードで型チェックをしていましたが、1.22からは"Local"モードで型チェックをするのがデフォルトとなりました。
また、次のリリース予定である1.23では、deno rundeno cacheはデフォルトで"None"モードとなり型チェックをしなくなる予定となっています。

そのほかの変更として、Deno.emit()を削除、Worker内でもDeno名前空間がデフォルトで有効化、--no-configフラグの追加などが行われています。
また、Navigator.userAgentのサポート、Response.json()静的メソッドの追加なども含まれます。


Storybook 6.5.0がリリースされました。

webpack 5のlazy compilationをサポートが追加され、開発モードでの起動速度や再ビルドのパフォーマンスが改善されています。

その他には、React 18のcreateRootのサポート、MDX2のサポートが行われています。
また、Viteの設定ファイル(vite.config.js)がある場合は、自動的にViteを使うように変更されています。

azuand others added22 commitsMay 18, 2022 13:28
@azuazu merged commitf4c59f1 intodevelopMay 24, 2022
@azuazu deleted the jser-week-593 branchMay 24, 2022 03:48
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

1 participant
@azu

[8]ページ先頭

©2009-2025 Movatter.jp