Skip to content

Deconflict top-level class and function expressions with ids - #2458

Merged
lukastaegert merged 1 commit into
masterfrom
deconflict-default-exported-named-function
Sep 16, 2018
Merged

Deconflict top-level class and function expressions with ids#2458
lukastaegert merged 1 commit into
masterfrom
deconflict-default-exported-named-function

Conversation

@lukastaegert

Copy link
Copy Markdown
Member

This PR contains:

  • bugfix
  • feature
  • refactor
  • documentation
  • other

Are tests included?

  • yes (bugfixes and features will not be merged without tests)
  • no

Breaking Changes?

  • yes (breaking changes will not be merged unless absolutely necessary)
  • no

List any relevant issue numbers:
Resolves #2322

Description

The deconflicting logic was not applied to default exported function and class expressions with ids as they were faultily treated as declarations in one place.

@lukastaegert
lukastaegert merged commit d9b479d into master Sep 16, 2018
@lukastaegert
lukastaegert deleted the deconflict-default-exported-named-function branch September 16, 2018 05:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Named function cause duplicated variable names

1 participant