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(types): remove unallowed semicolon #518

Merged
merged 2 commits into from
Sep 19, 2023
Merged

Conversation

f1ames
Copy link
Contributor

@f1ames f1ames commented Sep 19, 2023

This PR removes unallowed semicolon from types def file.

It was resulting in Statements are not allowed in ambient contexts. error. See microsoft/TypeScript#11987 for more context.

Changes

  • None.

Fixes

  • As above.

Checklist

  • tested locally
  • added new dependencies
  • updated the docs
  • added a test

It produces "Statements are not allowed in ambient contexts." error.
See microsoft/TypeScript#11987 for more context.
@changeset-bot
Copy link

changeset-bot bot commented Sep 19, 2023

🦋 Changeset detected

Latest commit: 393090b

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@monokle/types Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@f1ames f1ames merged commit 9ccd158 into main Sep 19, 2023
2 checks passed
@f1ames f1ames deleted the f1ames/fix/types-unallowed-semi branch September 19, 2023 11:51
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