Skip to content

feat: add destructuring declarations#2

Merged
BackGwa merged 1 commit into
developfrom
features/destructuring
May 12, 2026
Merged

feat: add destructuring declarations#2
BackGwa merged 1 commit into
developfrom
features/destructuring

Conversation

@BackGwa
Copy link
Copy Markdown
Member

@BackGwa BackGwa commented May 12, 2026

Summary

Support object and list destructuring across parsing, resolution, type checking, runtime execution, and script module exports. Also adds membership checks with the in operator for lists, objects, and strings.

Type of Change

  • Bug fix (bugs/)
  • New feature (features/)
  • Refactoring (refactor/)
  • Hotfix (hotfix/)
  • Chore (chore/)

Self Check

  • Code follows the project's coding style
  • Self-review completed
  • Documentation updated (if necessary)

Support object and list destructuring across parsing, resolution, type checking, runtime execution, and script module exports. Also adds membership checks with the in operator for lists, objects, and strings.
@BackGwa BackGwa added the enhancement New feature or request label May 12, 2026
@BackGwa BackGwa merged commit 96d1c46 into develop May 12, 2026
@BackGwa BackGwa deleted the features/destructuring branch May 12, 2026 04:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant