fix: add bigIntSuffix to minified output (#11645)

This commit is contained in:
Huáng Jùnliàng 2020-05-29 16:09:20 -04:00 committed by GitHub
parent 69198beee6
commit 5b24d79875
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 1 deletions

View File

@ -219,7 +219,7 @@ export function BigIntLiteral(node: Object) {
this.token(raw);
return;
}
this.token(node.value);
this.token(node.value + "n");
}
export function PipelineTopicExpression(node: Object) {

View File

@ -0,0 +1 @@
const N_A = 600221407600000000000000n;

View File

@ -0,0 +1 @@
const N_A=600221407600000000000000n;