mirror of
https://github.com/oven-sh/bun
synced 2026-02-13 20:39:05 +00:00
### What does this PR do? Fixes https://linear.app/oven/issue/ENG-21505/panic-attempt-to-use-null-value-at-incrementalgraph-by-misusing-jscode When calling `takeJSBundleToList/takeJSBundle` the desired behavior is to get only JS chunks from the graph, and we can contain CSS chunks in the graph we can just continue and ignore in this case keeping the desired behavior in a safe way instead of unconditional unwrapping something that is not guaranteed to have a jsCode. ### How did you verify your code works? CI