MasterKale / SimpleWebAuthn

WebAuthn, Simplified. A collection of TypeScript-first libraries for simpler WebAuthn integration. Supports modern browsers, Node, Deno, and more.
https://simplewebauthn.dev
MIT License
1.62k stars 137 forks source link

fix/405-browser-safari-13-1-catalina #429

Closed MasterKale closed 1 year ago

MasterKale commented 1 year ago

This PR drops browser's compilation target down from "ES2022" to "ES2021". This will allow for projects like Vite with a lower compilation target to emit websites that can handle a browser like Safari 13.1 in macOS Catalina that hadn't yet gained knowledge of things like public class fields.

Fixes #405.