Skip to content

Commit

Permalink
Remove outdated gleam wrapper code (#500)
Browse files Browse the repository at this point in the history
The external functions syntax in Gleam has changed: https://gleam.run/book/tour/external-functions.html

There's also no easy way to use this code from a gleam project that just has the floki dependency added with the gleam build tool. I think it's safe to say that no one is using this. Likely a better way to wrap Floki in Gleam would be to make a separate Gleam package with floki as a dependency, and wrap the API there - maybe then the package could also provide a more Gleam-y API than "here's an opaque thing, decode it if you want"
  • Loading branch information
michallepicki authored Dec 11, 2023
1 parent aa643d8 commit f76fc0f
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions src/floki.gleam

This file was deleted.

0 comments on commit f76fc0f

Please sign in to comment.