mirror of
https://github.com/swc-project/swc.git
synced 2024-11-28 02:29:04 +03:00
8 lines
153 B
TypeScript
8 lines
153 B
TypeScript
// @outdir: out/
|
|
// @allowJS: true
|
|
// @checkJS: true
|
|
// @filename: plainJSRedeclare.js
|
|
const orbitol = 1
|
|
var orbitol = 1 + false
|
|
orbitol.toExponential()
|