fable-import icon indicating copy to clipboard operation
fable-import copied to clipboard

Track repo splits

Open MangelMaxime opened this issue 5 years ago • 2 comments

I propose to use this issue in order to track which repo has been extracted and where.

When everything has been extracted we could put the list directly in the README.md

  • [ ] Animejs -->
  • [x] Browser --> Has been splitted in several repo here
  • [x] Electron --> https://github.com/fable-compiler/fable-electron
  • [x] Express --> https://github.com/glutinum-org/Glutinum
  • [x] GeoJSON --> https://github.com/MangelMaxime/Fable.Geojson
  • [x] GoogleMaps --> Included in Fable.ReactGoogleMaps. The bindings (GoogleMaps.fs) can be copied from there if needed
  • [x] HMR --> Has been inlined in Fable.Elmish.HMR repo. If another library needs it, it can inline it or we can export it under my name.
  • [x] Leaflet --> https://github.com/MangelMaxime/Fable.Leaflet
  • [x] Mocha --> https://github.com/Zaid-Ajaj/Fable.Mocha
  • [x] Node --> https://github.com/fable-compiler/fable-node
  • [ ] Pg -->
  • [ ] Pixi -->
  • [ ] PixiParticles -->
  • [ ] PixiSound -->
  • [ ] SocketIo -->
  • [ ] Uws -->
  • [x] VSCode --> https://github.com/ionide/ionide-vscode-helpers

MangelMaxime avatar Apr 01 '19 13:04 MangelMaxime

You can update Electron to point at fable-compiler/fable-electron :)

cmeeren avatar Aug 14 '19 05:08 cmeeren

@MangelMaxime can you point VSCode to https://github.com/ionide/ionide-vscode-helpers ?

Also, if this whole repo is deprecated can you archive it or something to make it more clear that it is not to be used. Maybe ~~put this issue in the readme and~~ pin it in issues. Or remove the code that is no longer used or unlist it from nuget?

For packages that have not yet been extracted (since 2019) we can leave the code as is and have someone (when needed) take over the code. If nobody has extracted it since 2019 maybe it is no longer used.

mabasic avatar Feb 26 '23 19:02 mabasic