Fix: Entry-Point Detection
Turns out import.meta.resolve has some unforeseen package boundary restrictions. Implementing a new package.json parser with built-in resolve() function was needed for the desired behavior.
Turns out import.meta.resolve has some unforeseen package boundary restrictions. Implementing a new package.json parser with built-in resolve() function was needed for the desired behavior.