While we’re not yet feature-complete, these numbers are representative of the order of magnitude performance improvement you’ll see checking most codebases. We’re incredibly excited about the opportunities that this massive speed boostcreates. Features that once seemed out of reach are now within grasp. This native port will be able to provide instant, comprehensiveerror listings across an entir
Today we’re excited to announce the release ofTypeScript 5.0! This release brings many new features, whileaiming to makeTypeScript smaller,simpler, and faster. We’ve implemented the new decorators standard, added functionality to better support ESM projects in Node andbundlers, provided new ways for library authors to control generic inference, expanded ourJSDoc functionality,simplified con
Intro FetchAPI の実装が広まり、IE もリタイアを迎えたことで、今後忘れ去られていくことになるだろう XMLHttpRequest について。 どのように始まり、どのように広まり、どのように使われなくなっていくのか。その間に残した多大な功績を残す。 XMLHttpRequest の始まり この名前は非常に長いため、通常 XHR と略される。 このAPI は、現在の WebAPI のように W3C/WHATWG による標準化を経て策定されたAPI ではない。Microsoft によるいわゆる独自実装のAPI として始まり、後追いで標準化される。 したがって、WebAPI の中でもかなり異質な命名である XHR が、XmlHttpRequest でも XMLHTTPRequest でもなく XMLHttpRequest である理由も、Microsoft の命名規則に「
マイクロソフト、JavaScriptに型宣言を追加しつつトランスパイラ不要の「Types as Comments」をJavaScript仕様策定会議のTC39に提案へ マイクロソフトのTypeScript開発チームは、JavaScriptのコードにTypeScript互換のアノテーション(注釈)を加えることで変数や関数などの型を宣言し、エディタなどのツールで型情報を活用可能にする一方、実行時にはJavaScriptエンジンがアノテーションを無視することでコードをトランスパイラで変換することなく実行可能なJavaScriptの新構文「Types as Comments」を、JavaScriptの使用を策定する「TC39」(Ecma International,Technical Committee 39)に提出する計画を明らかにしました。 このマイクロソフトの発表には、TC39の共同議長で
C# 5.0で非同期メソッドが導入されてから、 正式リリースを基準にしても5年以上、 最初の発表からだと7年以上経っています。 で、5年経っても、「なんて読むの」「asyncのaとawaitのaは違う」などなどが「定番ネタ」として定期的に出てくるわけですが。 特に、ECMAScript 2017がasync/awaitを導入したり、Unity 2017がやっとC#のバージョンを6.0に上げれる感じになってきたり、 5年の断絶を経て去年からasync/awaitに触れる人が増えているようです。 5年も離れたら、世代断絶も起こりますよね… そりゃ、「定番ネタ」が改めて増えもしますよね… ということで、5年くらい前に同じようなことをどこかで書いてるはずなんですけど、改めて。英単語 えいしんく まず読み方。 async: エイシンク await : アウェイト ってやつ。async の方が「ア
マイクロソフト、Chromiumベースの「Microsoft Edge WebView2」.NET正式対応版リリース。バージョンを固定できる「Fixed Version distribution mode」も マイクロソフトは、ネイティブアプリケーションに埋め込めるコンポーネント「Microsoft Edge WebView2」(以下、WebView2)の.NET正式対応版がリリースされました。.NET Core、.NET Framework、WinForms、WPFアプリケーションに対応しています。 10月にはWin32 C/C++対応版が先行して登場しており、.NET対応版の登場が待たれていました。 Today, we are excited to announce thatMicrosoft Edge WebView2 is Generally Available for prod
VS Code内でブラウザ画面プレビューとDevTools表示、そのままコード編集もできるVS Code拡張「Microsoft Edge Tools for VS Code」正式版に マイクロソフトは、コードエディタのVisual Studio Code(以下VS Code)とWebブラウザのMicrosoft Edgeを組み合わせて、Webアプリケーションの開発を効率的に行えるVS Codeの拡張機能「Microsoft Edge Tools for VS Code」正式版のリリースを発表しました。 Are you a fan of the browser developer tools but not a fan ofswitching from editor to browser to use them? We heard you! Today we moved the "Mic
Today we are thrilled to announce the availability ofTypeScript 4.0! This version of the language represents our next generation ofTypeScript releases, as we dive deeper into expressivity, productivity, andscalability. If you’re not familiar withTypeScript,it’s a language thatbuilds ontop ofJavaScript by adding syntax for static types. The idea is that by writing down the types of your val
TypeScriptは、JavaScriptでも大規模なアプリケーションを開発しやすくすることを目的に開発されたプログラミング言語です。 確かにJavaScriptは元々、大規模な開発を想定した設計ではありませんでした。それでも、JavaScript自体が進化して、大規模開発に対応してゆけば良かったはずです。しかし、実際はそううまくは行きませんでした。代わりに、大規模開発の一部はTypeScriptが引き受けることになったのです。 なぜ、そうなったのでしょうか?その答えはJavaScriptの歴史にあります。TypeScriptが必要な発明で、そして、今もなお必要とされている理由が見えてきます。それでは、TypeScript誕生以前の歴史をひも解いていきましょう。 1990年代JavaScriptの誕生JavaScript誕生以前は、簡単なフォームのバリデーションをするのも、サーバーサ
Microsoftは2019年11月5日(米国時間)、オープンソースのプログラミング言語の最新版「TypeScript 3.7」を公開した。TypeScriptは、静的型付けができる言語で、JavaScriptのスーパーセット。ECMA規格に従った最新のJavaScriptの機能を、古いWebブラウザやランタイムが扱えるようにコンパイルすることもできる。TypeScript 3.7は、NuGetを使うか、次のコマンドラインのように、npmを使ってインストールできる。TypeScript 3.7は「Visual Studio 2019」「Visual Studio 2017」の他、「Visual Studio Code」と「SublimeText」でも利用できる。TypeScript 3.7の主な特徴は次の通り。 セミコロンフォーマッターオプションを追加TypeScriptのビルト
Today we’re excited to announce the final release ofTypeScript 2.0!TypeScript 2.0 has been a great journey for the team, with several contributions from the community and partners along the way.It brings several new features that enhance developer productivity, advancesTypeScript’s alignment with ECMAScript’s evolution, provides wide support forJavaScript libraries and tools, and augments the
話している人がどう語ったのかわからんが、あまりにも間違いだらけで目も当てられない惨状になっとる…。 / “JavaScript関数、Reactive Extensions(Rx)など、話題の関数型プログラミングを徹底解説!|Co…” https://t.co/BAU3CAJOcu
MicrosoftとProduction I.Gの共同プロジェクトが実現!完全無料WEBゲーム登場!RETHINK WEB GAMING ▶▶ Production I.G and Internet Explorer have teamed up tocreate Gargantia: Sky Courier, a brand new action adventure game based on the popular intro series Gargantia on the Verdurous Planet. ▶▶ In Sky Courier, you get to play the role of Ledo as he explores his new home from the sky while piloting a surf kite with the help of hi
https://connpass.com/event/122145/ にて登壇。 先日リリースされたVisual Studio 2019には、C# 8.0のプレビュー版が入っています。本日は、プレビューリリースの背景や、プレビュー機能の有効化方法、今現在でも安定して使えそうな機能の紹介などを行います。
マイクロソフトも betterJavaScript、かつ、JavaScript に変換して使う言語を作ってきたようで。 日本語ニュース記事:Microsoft、JavaScript系の新言語、TypeScriptのデベロッパー・プレビュー版を発表 公式サイト: http://www.typescriptlang.org/ MSDN ブログでの告知:TypeScript:JavaScript Development at Application Scale Miguel de Icaza(GNOMEとかMonoの創始者)の感想:TypeScript: First Impressions 「JavaScript を、最小限の変更で、ツール連携(静的チェックやコード補完)しやすくする」という観点でみて、結構よくできてる。 少し前に、Anders Hejlsberg がJavaScri
TypeScript isJavaScript with syntax for types.TypeScript is a strongly typedprogramming language thatbuilds onJavaScript, giving you better tooling at any scale.
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く