astro/.changeset/green-schools-pump.md
Patrick Smith 45fdbc4650
Don’t use Buffer.byteLength() as Deno can’t use it (#4324)
* Don’t use Buffer.byteLength() as Deno can’t use it

* Add changeset

* Add tests for Markdown & MDX with Deno

Co-authored-by: Matthew Phillips <matthew@skypack.dev>
2022-08-16 10:08:40 -04:00

94 B

astro
patch

Use TextEncoder instead of Buffer.byteLength() for Deno compatibility