Skip to content
This repository was archived by the owner on Apr 13, 2021. It is now read-only.
This repository was archived by the owner on Apr 13, 2021. It is now read-only.

Name conflicts happenning between different scripts #3

Description

@bsunderhus
<script type="module">
  const foo = 'bar'
</script>
<script type="module">
  const foo = 'bar'
</script>

will raise an error because of duplicate instantiation of the variable foo

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions