Aries

Results 44 comments of Aries

Does Bun instead to expose all apis via the ``Bun`` global like how it is currently, if so, it could get disorganized very quickly.

Ah I see, I saw quite a few stale PRs and issues so I wasn't sure, that could use some cleaning up. I was considering making my own fork with...

honestly, I just wanted the customization to declare custom functions for things like isTileWalkable, checkAdjacentNode ect.

I ended up writing my own implementation. It's usable something like this. ```js const WALL_TILE = Object.freeze(new AStaar.TileMeta({walkable: false})); const SLOW_TILE = Object.freeze(new AStaar.TileMeta({cost: 2})); const NORMAL_TILE = Object.freeze(new AStaar.TileMeta());...

Have we gotten any updates regarding this issue?

@KawaneRio Are you still interested in merging this PR?

This is a blocking issue for a project migration, is there any estimate on when this will be resolved? Thanks very much.

Issue still persists in ``13.0.3-canary.1``.

issue still persists in [v13.0.3](https://github.com/vercel/next.js/releases/tag/v13.0.3).