Skip to content

@plutolang/[email protected]

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Aug 09:35
· 22 commits to main since this release
cc1f17e

Patch Changes

  • e3d17b1: fix(deducer): resolve deducer malfunction with imports in function body

    The deducer fails to operate correctly when encountering import statements inside function bodies, attempting to retrieve module symbols from these local scope imports. Since global scope is required for symbol resolution and these imports don't need extraction, the solution is to bypass import statements during the extraction process.