Results 83 comments of Carter Snook

Thank you very much! I just started working on a scraper with Deno and that really threw me off ;)

Great, I have school right now, but I will have this done by tonight.

> How's your progress? šŸ™ I already talked to Jarred about switching my progress to someone else because I have school now. Although, he has not replied yet. Now, there...

@Perodactyl There is a not a feature request regarding that so feel free to create it.

> SegmentationFault issues: > > * [`SegmentationFault at 0` when benchmarking `graphql`Ā #180](https://github.com/oven-sh/bun/issues/180) > * [`SegmentationFault at 3` when parsing a large JSON fileĀ #188](https://github.com/oven-sh/bun/issues/188) > * [SegmentationFault at 0...

Interesting, the JSON parser is correctly parsing the given JSON file when you import it, but it fails when running `bun add ..`. I'll look into this.

It seems to fail on escapes in strings. However, the js_parser does not fail. I guess we need to find what we are doing differently in the JSON Parser compared...

I think we would be able to implement this with better feature parity with Node.js by returning a `Number` (class) instance that has been patched to include the `unref()` and...

I have pinpointed the error to [~/bundler/mod.ts](https://github.com/alephjs/aleph.js/blob/master/bundler/mod.ts#L290-L304) where we use ESBuild when it is trying to build the vendor files in [~/bundler/mod.ts](https://github.com/alephjs/aleph.js/blob/master/bundler/mod.ts#L80-L84). It is odd, though, because the input paths...