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

shrink public API surface in syntax highlighter & parsers for CSS + URI #469

Merged
merged 5 commits into from
Jul 12, 2023

Conversation

jenshalm
Copy link
Contributor

This is the eighth PR for #452.

It covers the packages laika.parse.code, laika.parse.css and laika.parse.uri.

  • All syntax highlighters now keep their individual parsers private.
  • The package laika.parse.code.common has been cleaned up to be more consistent and to avoid using case classes for parser implementations.
  • The packages laika.parse.css and laika.parse.uri have been removed from public API

@jenshalm jenshalm added this to the 1.0.0-M2 milestone Jul 12, 2023
@jenshalm jenshalm merged commit 19b8e18 into main Jul 12, 2023
@jenshalm jenshalm deleted the api/syntax branch July 12, 2023 19:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant