<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>gfx</author_name>
  <author_url>https://blog.hatena.ne.jp/gfx/</author_url>
  <blog_title>Islands in the byte stream (legacy)</blog_title>
  <blog_url>https://gfx.hatenadiary.org/</blog_url>
  <categories>
  </categories>
  <description>JSXにデフォルトパラメータが実装されました。 今まで以下のように書いていたものが function foo(a : number, b : number) : void { // ... } function foo(a : number) : void { this.foo(a, 42); } 以下のように書けるようになりました*1。 function foo(a : number, b : number = 42) : void { // ... } 意味的には、後者は前者の書き方のsyntactic sugarです。したがって、デフォルト値の式でthisを参照したり複雑な式を書いたりす…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fgfx.hatenadiary.org%2Fentry%2F20130626%2F1372283519&quot; title=&quot; JSX supports default parameters - Islands in the byte stream (legacy)&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2013-06-26 06:51:59</published>
  <title> JSX supports default parameters</title>
  <type>rich</type>
  <url>https://gfx.hatenadiary.org/entry/20130626/1372283519</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
