issues Search Results · repo:future-architect/typescript-guide language:Python
Filter by
10 results
(94 ms)10 results
infuture-architect/typescript-guide (press backspace or delete to remove)Record型についての説明がほしいです。 ドキュメントを探しましたが見つけられませんでした。
https://www.typescriptlang.org/docs/handbook/utility-types.html#recordkeys-type
可能な場合、そのほかのutility typeについても言及があると良いかもしれません。
ota-meshi
- 1
- Opened on Jun 27, 2024
- #153
数値型
console.log(0777); // 0, 0oから始まると8進数
error TS2304: Cannot find name o777 .
console.log(0o777)
511
mendelssohnbach
- Opened on Oct 23, 2020
- #93
私は、このドキュメント内に、残余(Rest)構文をスプレッド構文と表現している箇所があることに気がつきました。
具体的には次の箇所です:
- 複合型 complex.rst
slice() を使わずに、新しいスプレッド構文( ... )を使って、複数の要素をまとめて取り出すことができます。
- 関数 function.rst
arguments に適用するハックがよく利用されていました。 ...
ota-meshi
- Opened on Sep 6, 2020
- #54
現在: Microsoft社がEdgeがChromiumベースにすることが発表され、現在ベータ版が配布されています。
変更後: Microsoft社のEdgeがChromiumベースにすることが発表され、現在ベータ版が配布されています。
bubusuke
- 1
- Opened on Aug 22, 2020
- #51
/* eslint ルール */でファイル全体。
特定の行だけ
// eslint-disable-next-line ルール // eslint-disable-line ルール
特定ブロックのみ // eslint-disable ルール // eslint-enable ルール
shibukawa
- Opened on Aug 20, 2020
- #50
是非この辺りに入れて欲しいです。 https://future-architect.github.io/typescript-guide/module.html#id11
参考に@typescript-eslint/eslint-plugin@4.xで追加予定のルール
https://github.com/typescript-eslint/typescript-eslint/blob/v4/packages/eslint-plugin/docs/rules/consistent-type-imports.md ...
ota-meshi
- 4
- Opened on Aug 20, 2020
- #49
https://future-architect.github.io/typescript-guide/typing.html に追加すると良いと思います。
基本的かと問われるとそうでもないかもしれませんが、定数を定義する際にとてもに便利です。
const KINDS = [ a , b , c ]
// const KINDS: string[]
const KINDS = [ a , ...
ota-meshi
- 3
- Opened on Aug 20, 2020
- #48
https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/no-non-null-assertion.md
shibukawa
- Opened on Jun 7, 2020
- #39
まず初めに非常に有用なドキュメントを執筆・公開いただきありがとうございます。
PDFを見ていたら以下の画像のように「\ 」の一部が「Âa˘」に文字化けしていました。
image
環境は Windows 10 の Chrome 、 Firefox です。 「\ 」でも文字化けしていないところもあります。法則性があるかいくつかの箇所を見比べてみたのですが残念ながらわかりませんでした。
hnakamur
- 1
- Opened on May 19, 2020
- #38
__ur strings __ are acceptable syntax in Python 2 but are syntax errors in Python 3.
In Python 3, you can have __u strings __ or __r strings __ but not __ strings __.
$ __python3 -c ur hello __ # -- ...
cclauss
- 2
- Opened on Jun 13, 2019
- #14

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.