-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Kotlin/JS doc update for 2.3.0 release #5192
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
base: 2-3-0-doc-update
Are you sure you want to change the base?
Conversation
zamulla
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A couple of things I had questions about, otherwise all good 👍
| } | ||
| ``` | ||
|
|
||
| 2. Enable the `BigInt` type. See how to enable it in [Use of `BigInt` type to represent Kotlin's `Long` type](#use-bigint-type-to-represent-kotlin-s-long-type). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not about the change, but for consistency: The link text does not match the corresponding heading, should it? Both are grammatically correct, it just looks odd that they are different.
| ### Use `BigInt64Array` type to represent Kotlin's `LongArray` type | ||
| <primary-label ref="experimental-general"/> | ||
|
|
||
| Kotlin/JS uses JavaScript's built-in `BigInt64Array` type |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If I need to enable this feature, it should probably be "can use", not "uses"?
| Kotlin/JS uses JavaScript's built-in `BigInt64Array` type | ||
| to represent Kotlin's `LongArray` values when compiling to JavaScript. | ||
|
|
||
| To enable support for the `BigInt64Array` type, you need to add the following compiler option to your |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| To enable support for the `BigInt64Array` type, you need to add the following compiler option to your | |
| To enable support for the `BigInt64Array` type, add the following compiler option to your |
No description provided.