mirror of
https://github.com/socketio/socket.io.git
synced 2026-01-10 07:28:06 -05:00
This major bump creates a lot of noise, but it is necessary for
prettier to be able to parse new syntax such as:
- typed imports: `import { type xxx } from ...`
- private attributes: `class A { #b; #c() {} }`