Skip to content

Using a begin/end block to create a scope does not generate a JS block #220

@esb

Description

@esb

If a block is created by begin/end to force a scope...

begin
   test = 2
end

it should generate a JS block as well

{
  let test = 2;
}

The JS block is not being added.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions