Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

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

Potential bug issues #18285

Closed
geraldsamosir opened this issue Apr 4, 2024 · 0 comments
Closed

Potential bug issues #18285

geraldsamosir opened this issue Apr 4, 2024 · 0 comments

Comments

@geraldsamosir
Copy link

geraldsamosir commented Apr 4, 2024

i want to confirm code on line 255 that is that code write like this

	if (typeof code === "bigint") {  // here the code that i mention
			return runtimeTemplate.supportsBigIntLiteral()
				? `${code}n`
				: `BigInt("${code}")`;
		}
		return code + "";
	};

in javascript or EcmaSctipt and using bable transpailer that i know no data type "bigint" just modern data type like
object number string array. if that true i would recomended to use number because when i try to check on the browser and node.js on version on top v20.0.0 is that posible to adjusted?

@webpack webpack locked and limited conversation to collaborators Apr 4, 2024
@alexander-akait alexander-akait converted this issue into discussion #18286 Apr 4, 2024

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant