Open
Description
Describe the bug
Node.js version:
22.11
OS version:
Windows 10
Description:
A file that contains
import { get, post, put, patch, delete as saDelete, Response as SuperAgentResponse, SuperAgentRequest } from 'superagent';
causes runtime error
The requested module '...superagent/lib/client.js' doesn't provide an export named 'put'.
Actual behavior
Runtime error.
Expected behavior
Continued to work as it has for months.
Code to reproduce
Checklist
- [ .] I have searched through GitHub issues for similar issues.
- [. ] I have completely read through the README and documentation.
- [. ] I have tested my code with the latest version of Node.js and this package and confirmed it is still not working.