Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

TerserEcmaVersion

type TerserEcmaVersion =
| 5
| 2015
| 2016
| string
| number;

§Type

§
5 | 2015 | 2016 | string | number
[src]