Type Alias Parameter

Parameter:
    | "import"
    | "import.meta"
    | "this"
    | "new.target"
    | "function.arguments"
    | "function.callee"
    | "catch.error"
    | "super.get"
    | "super.set"
    | "super.call"
    | "private.check"
    | "private.get"
    | "private.has"
    | "private.set"
    | "scope.read"
    | "scope.writeStrict"
    | "scope.writeSloppy"
    | "scope.typeof"
    | "scope.discard"