Skip to content
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

Toml support #10

Merged
merged 3 commits into from
Aug 11, 2021
Merged

Toml support #10

merged 3 commits into from
Aug 11, 2021

Conversation

tiye
Copy link
Contributor

@tiye tiye commented Aug 11, 2021

original PR #9 .

@tiye
Copy link
Contributor Author

tiye commented Aug 11, 2021

需要看看这个报错怎么处理了.

Big integer literals are not available in the configured target environment ("chrome87", "edge88", "es2019", "firefox78", "safari13.1")
10397|  	if ( literal[0]==='-' ) { bigInt = -bigInt; }
10398|  	allowLonger
10399|  	|| -9223372036854775808n<=bigInt && bigInt<=9223372036854775807n// ( min = -(2n**(64n-1n)) || ~max ) <= long <= ( max = 2n**(64n-1n)-1n || ~min )
   |       ^
10400|  	|| throws(RangeError$1(`Integer expect 64 bit range (-9,223,372,036,854,775,808 to 9,223,372,036,854,775,807), not includes ${literal}` + where(' meet at ')));
10401|  	return bigInt;

Big integer literals are not available in the configured target environment ("chrome87", "edge88", "es2019", "firefox78", "safari13.1")
10397|  	if ( literal[0]==='-' ) { bigInt = -bigInt; }
10398|  	allowLonger
10399|  	|| -9223372036854775808n<=bigInt && bigInt<=9223372036854775807n// ( min = -(2n**(64n-1n)) || ~max ) <= long <= ( max = 2n**(64n-1n)-1n || ~min )
   |                                               ^
10400|  	|| throws(RangeError$1(`Integer expect 64 bit range (-9,223,372,036,854,775,808 to 9,223,372,036,854,775,807), not includes ${literal}` + where(' meet at ')));

@tiye tiye merged commit cee279f into main Aug 11, 2021
@tiye tiye deleted the toml-support branch August 11, 2021 14:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants