Skip to content

Support anonymous function declarations - #1

Merged
remcohaszing merged 1 commit into
mainfrom
anonymous-function-declaration
Aug 25, 2026
Merged

Support anonymous function declarations#1
remcohaszing merged 1 commit into
mainfrom
anonymous-function-declaration

Conversation

@remcohaszing

Copy link
Copy Markdown
Member

Initial checklist

  • I read the support docs
  • I read the contributing guide
  • I agree to follow the code of conduct
  • I searched issues and discussions and couldn’t find anything or linked relevant results below
  • I made sure the docs are up to date
  • I included tests (or that’s not needed)

Description of changes

A default export may define an anonymous function declaration. This situation currently breaks the enter function.

A default export may define an anonymous function declaration. This
situation currently breaks the `enter` function.
@remcohaszing remcohaszing added 🐛 type/bug This is a problem 🗄 area/interface This affects the public interface 👶 semver/patch This is a backwards-compatible fix 🤞 phase/open Post is being triaged manually labels Aug 15, 2026
@remcohaszing
remcohaszing merged commit 459caeb into main Aug 25, 2026
11 checks passed
@remcohaszing
remcohaszing deleted the anonymous-function-declaration branch August 25, 2026 13:41
@github-actions

This comment has been minimized.

@remcohaszing remcohaszing added 💪 phase/solved Post is done and removed 🤞 phase/open Post is being triaged manually labels Aug 25, 2026
wooorm pushed a commit that referenced this pull request Aug 25, 2026
A default export may define an anonymous function declaration. This
situation currently breaks the `enter` function.

Closes GH-1.

Reviewed-by: Christian Murphy <christian.murphy.42@gmail.com>
Reviewed-by: Titus Wormer <tituswormer@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🗄 area/interface This affects the public interface 💪 phase/solved Post is done 👶 semver/patch This is a backwards-compatible fix 🐛 type/bug This is a problem

Development

Successfully merging this pull request may close these issues.

2 participants