-
-
Notifications
You must be signed in to change notification settings - Fork 193
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
Expose TransformAST api. #2868
Merged
Merged
Expose TransformAST api. #2868
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This would also be slightly more convenient for the Oak viewer. |
dawedawe
approved these changes
Apr 30, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure, if there's use for it, let's have it.
nojaf
added a commit
that referenced
this pull request
Jun 2, 2023
* Expose TransformAST api. * Add additional unit test. * Revert changelog entry
nojaf
added a commit
that referenced
this pull request
Jun 19, 2023
* Expose TransformAST api. * Add additional unit test. * Revert changelog entry
nojaf
added a commit
that referenced
this pull request
Jun 20, 2023
* Expose TransformAST api. * Add additional unit test. * Revert changelog entry
nojaf
added a commit
that referenced
this pull request
Jun 20, 2023
* Expose TransformAST api. * Add additional unit test. * Revert changelog entry
Merged
nojaf
added a commit
that referenced
this pull request
Jun 28, 2023
* Expose TransformAST api. (#2868) * Expose TransformAST api. * Add additional unit test. * Revert changelog entry * Add Changelog for 6.1 alpha 1 * Enrich transformed Oak. (#2869) * Add Changelog for 6.1 alpha 2 * Rename FSharp.Compiler to Fantomas.FCS (#2894) * Rename FSharp.Compiler to Fantomas.FCS * Add release notes for 6.1.0-alpha-003. * Update editorconfig package (#2895) * Use EditorConfigCache. * Clean up EditorConfig.fs(i) * Add 6.1.0-alpha-004 to changelog. * Add 6.1.0-alpha-005 to changelog. * Add 6.1.0-alpha-006 to changelog. * Add stable release
josh-degraw
pushed a commit
to josh-degraw/fantomas
that referenced
this pull request
Nov 11, 2023
* Expose TransformAST api. * Add additional unit test. * Revert changelog entry
josh-degraw
pushed a commit
to josh-degraw/fantomas
that referenced
this pull request
Jan 2, 2024
* Expose TransformAST api. * Add additional unit test. * Revert changelog entry
nojaf
added a commit
that referenced
this pull request
Jan 9, 2024
* Expose TransformAST api. (#2868) * Expose TransformAST api. * Add additional unit test. * Revert changelog entry * Fix issues with multiline generic type parameters * Refactor a few things per feedback * Updates * Rebase and add new test * Add one extra space to ensure expr remains an application. * Only add extra space when in SynExpr.App * Rebase and add new test * Add test * WIP * Update tests * Refactor test configs * Fix issue and update newly broken tests * Format CodePrinter * Use more typical unit test template. * Add additional unit tests. * Add changelog entry --------- Co-authored-by: Florian Verdonck <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I have a use-case in Telplin to transform a ParsedInput (created with a specific set of defines) to an Oak. This would need a
6.1
branch.@dawedawe you on board with having this?