sqlitecloud-js icon indicating copy to clipboard operation
sqlitecloud-js copied to clipboard

improve optional dependencies import

Open Gioee opened this issue 1 year ago • 0 comments

Feature Request

Is your feature request related to a problem? Please describe. Remove useless imports like the Buffer one here in certain environments. e.g. node doesn't need buffer import since it's already defined https://nodejs.org/api/buffer.html

Describe the solution you'd like Use dynamic imports to improve efficiency of the driver. Dependencies we can remove using dynamic imports:

  • [ ] whatwg-url
  • [ ] buffer

Gioee avatar Oct 04 '24 14:10 Gioee