Remove jstype=string
from .proto
and replace Long
with Bigint
in js-sdk
#1023
Labels
enhancement 🌟
New feature or request
What would you like to be added:
Remove
jstype=JS_STRING
notation fromresources.proto
and replaceLong
withBigint
in js-sdkAS-IS
TO-BE
Why is this needed:
Currently, we're using
jstype=JS_STRING
notation inresources.proto
due to javascript's int64 expression.Since javascript support
Bigint
from ES2020, now we can removejstype=JS_STRING
notation fromresources.proto
and replaceLong
withBigint
.I tested in some environments and it works well.
The text was updated successfully, but these errors were encountered: