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(parser) Resolve issue with missing TS property #3225

Merged
merged 1 commit into from Jun 4, 2021

Conversation

jswanner
Copy link

@jswanner jswanner commented Jun 3, 2021

Using highlightElement with version 10.7.2 causes the following TypeScript build error:

error TS2339: Property 'highlightElement' does not exist on type 'HLJSApi'.

Changes

fix(parser) Resolves issue with missing TypeScript property

Checklist

  • Added markup tests, or they don't apply here because only modified types definitions
  • Updated the changelog at CHANGES.md

Using `highlightElement` with version 10.7.2 causes the following
TypeScript build error: "error TS2339: Property 'highlightElement' does
not exist on type 'HLJSApi'."
@joshgoebel joshgoebel merged commit d38b332 into highlightjs:10-stable Jun 4, 2021
@joshgoebel
Copy link
Member

Fixed with release of 10.7.3.

@jswanner jswanner deleted the 10-stable branch June 4, 2021 17:55
@jswanner
Copy link
Author

jswanner commented Jun 4, 2021

Awesome, thanks!

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.

None yet

2 participants