mirror of
https://github.com/swc-project/swc.git
synced 2024-12-01 09:52:57 +03:00
8 lines
154 B
TypeScript
8 lines
154 B
TypeScript
|
// @outdir: out/
|
||
|
// @allowJS: true
|
||
|
// @checkJS: false
|
||
|
// @filename: plainJSRedeclare.js
|
||
|
const orbitol = 1
|
||
|
var orbitol = 1 + false
|
||
|
orbitol.toExponential()
|