legacy-modules icon indicating copy to clipboard operation
legacy-modules copied to clipboard

Discussion about last modules

Open Geminii opened this issue 3 years ago • 3 comments

What we need to do for the last packages of this repository, extract or delete ?

  • browserconfig
  • localtunnel
  • plugin-utils
  • vendor
  • toast => maybe delete this module

I'm waiting your suggestion about it @pi0 @Atinux

Geminii avatar Feb 03 '21 18:02 Geminii

Hi @Geminii

  • browserconfig => This can be deprecated
  • plugin-utils => This can be deprecated
  • localtunnel => we have ngrok module but it is half closed source compared to local tunnel
  • vendor => Fun to know it is doing vite idea by exposing node_modules to browser but needs a major rethinking
  • toast => Is there an alternative?

For localtunnel and vendor we need a home to keep (also toast i guess if there is no alternative). But this new hope finding is not periority honestly since i want to properly do rework for them but now so busy for ecosystem and nuxt3

pi0 avatar Feb 03 '21 18:02 pi0

Can i purpose a PR to remove deprecated module ?

For toast, there is some library for toast notification and i don't think there is a utility to create a module for it, what do you think about it ?

For localtunnel and vendor, we can simply extract it (for the moment) to separate them individually or do you want to keep it in this repository ?

Geminii avatar Feb 03 '21 19:02 Geminii

I think you can make a PR for deprecated packages at first

Atinux avatar Feb 06 '21 10:02 Atinux