Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Rollup semicolon bug in GSS import #5

Merged
merged 1 commit into from
Apr 19, 2024

Conversation

AlexGodbehere
Copy link
Contributor

The await and import statements were moved onto the same line in lib/deps.js. This resolves a bug in the Rollup module bundler, which was incorrectly adding a semicolon after the await keyword.

The `await` and `import` statements were moved onto the same line in lib/deps.js. This resolves a bug in the Rollup module bundler, which was incorrectly adding a semicolon after the `await` keyword. This change prevents the erroneous parser behavior without altering the functionality of the code.
@AlexGodbehere AlexGodbehere merged commit c0a1938 into main Apr 19, 2024
@AlexGodbehere AlexGodbehere deleted the fix-rollup-semicolon-bug branch April 19, 2024 13:13
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.

2 participants