Skip to content
This repository was archived by the owner on May 12, 2025. It is now read-only.

Tags: openrewrite/rewrite-javascript

Tags

v0.37.0

Toggle v0.37.0's commit message
refactor: Extract documentation examples from tests with stable sourc…

…e order

Use this link to re-run the recipe: https://app.moderne.io/recipes/org.openrewrite.java.recipes.ExamplesExtractor?organizationId=ODQ2MGExMTUtNDg0My00N2EwLTgzMGMtNGE1NGExMTBmZDkw

Co-authored-by: Moderne <team@moderne.io>

v0.36.0

Toggle v0.36.0's commit message
refactor: Extract documentation examples from tests

Use this link to re-run the recipe: https://app.moderne.io/recipes/org.openrewrite.java.recipes.ExamplesExtractor?organizationId=ODQ2MGExMTUtNDg0My00N2EwLTgzMGMtNGE1NGExMTBmZDkw

Co-authored-by: Moderne <team@moderne.io>

v0.35.1

Toggle v0.35.1's commit message
bump version v0.35.0

v0.35.0

Toggle v0.35.0's commit message
refactor: UpdateMSAL

Use this link to re-run the recipe: https://app.moderne.io/builder/10t0r4SZu?organizationId=T3BlblJld3JpdGU%3D

Co-authored-by: Moderne <team@moderne.io>

v0.34.0

Toggle v0.34.0's commit message
bump version v0.33.0

v0.33.0

Toggle v0.33.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added Normalize Formatter (#214)

Co-authored-by: Andrii Rodionov <andriih@moderne.io>

v0.32.1

Toggle v0.32.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Regenerate `Json` and `Yaml` LST models (#212)

* Regenerate `Json` and `Yaml` LST models

* Fix `RemotingRecipeRunTest` error

v0.32.0

Toggle v0.32.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Prevent potential Java 21 issue (#209)

* Apply new caselabel way of working and make sure rewrite java 21 is available on classpath

* Fix compile issue

v0.31.0

Toggle v0.31.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixed names in Location enum (#207)

v0.30.1

Toggle v0.30.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Temporary fix to prevent ingestion failure for invalid surrogate lite…

…rals (#204)

* Temporary fix to prevent ingestion failure for invalid surrogate literals

As a temporary fix, we detect the invalid surrogate pairs literal and throw ParseError.
Later on, it should be reworked to parse and represent invalid surrogate pairs in a safe way.