Skip to content

Comments

fix: ssrLoadModule executes code in non-strict mode, fixes #9197#9199

Merged
patak-dev merged 1 commit intomainfrom
fix/ssr-in-strict-mode
Jul 19, 2022
Merged

fix: ssrLoadModule executes code in non-strict mode, fixes #9197#9199
patak-dev merged 1 commit intomainfrom
fix/ssr-in-strict-mode

Conversation

@patak-dev
Copy link
Member

Description

Context:

Doing the PR with @Rich-Harris suggested change so we can run vite-ecosystem-ci to see if we can include this in the next patch. @brillout would you also review this one to check vite-plugin-ssr will be happy after this change?


What is the purpose of this pull request?

  • Bug fix
  • New Feature
  • Documentation update
  • Other

@patak-dev
Copy link
Member Author

@patak-dev patak-dev added p3-minor-bug An edge case that only affects very specific usage (priority) feat: ssr labels Jul 18, 2022
@patak-dev patak-dev changed the title fix: ssrLoadModule executes code in non-strict mode, fix #9197 fix: ssrLoadModule executes code in non-strict mode, fixes #9197 Jul 18, 2022
@patak-dev patak-dev linked an issue Jul 18, 2022 that may be closed by this pull request
7 tasks
@patak-dev patak-dev merged commit 5866cfb into main Jul 19, 2022
@patak-dev patak-dev deleted the fix/ssr-in-strict-mode branch July 19, 2022 17:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feat: ssr p3-minor-bug An edge case that only affects very specific usage (priority)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ssrLoadModule executes code in non-strict mode

3 participants