timlrx / contentlayer2

Contentlayer turns your content into data - making it super easy to import MD(X) and CMS content in your app
https://contentlayer.dev
MIT License
174 stars 11 forks source link

Support esbuild 0.23 #23

Closed lishaduck closed 3 months ago

lishaduck commented 3 months ago

If it's just that the package hasn't been updated, then would it be possible to widen the esbuild version to include esbuild 0.23? Thanks! If it really doesn't support it (possible, that's three majors apart), then feel free to close this issue.

lishaduck commented 3 months ago

Speaking of dependencies to update, this is also generating Effect-TS code from 2 years ago, which should probably also get fixed sometime.

timlrx commented 3 months ago

Yes, will expend the list of compatible esbuild versions. Updating Effect-TS is the toughest part since it cuts across almost the whole package and the syntax of the new functions is also significantly different. I have currently no intention of updating that library.