-
Notifications
You must be signed in to change notification settings - Fork 833
Add higher-order-function-based API for working with untyped AST #16462
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
Merged
Merged
Changes from 9 commits
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
523fcac
Add module-based API for working with untyped AST
brianrourkeboll 39cfde9
Fantomas
brianrourkeboll d8f2e0a
Merge branch 'main' of https://github.com/dotnet/fsharp into ast-funcs
brianrourkeboll 4fb19c0
tryPickUntil → tryPickDownTo
brianrourkeboll db6154e
Don't need that
brianrourkeboll a3f462a
Thread path while walking
brianrourkeboll 923f9ba
Update comment
brianrourkeboll 17b3b63
Simplify
brianrourkeboll 3acf07c
Merge branch 'main' of https://github.com/dotnet/fsharp into ast-funcs
brianrourkeboll d22fa83
Update FCS release notes
brianrourkeboll 408b883
Update surface area
brianrourkeboll 3978e57
Add back `foldWhile`; add `exists`, `tryNode`
brianrourkeboll d5b93f6
`SyntaxTraversal.Traverse` → `Ast.tryPick`…
brianrourkeboll 1363592
Update surface area
brianrourkeboll a9f100d
Merge main
brianrourkeboll f43ef52
Need that
brianrourkeboll c65804b
Just to be safe
brianrourkeboll aa4d236
Add `Ast.tryPickLast`
brianrourkeboll 199cc8a
Handle multiple args mid-pipeline
brianrourkeboll f77b03f
`*` instead of error
brianrourkeboll 2a9c0e9
Merge main
brianrourkeboll 81214f6
Update surface area
brianrourkeboll 266558d
Fmt
brianrourkeboll 00bedc9
Missed in merge
brianrourkeboll f0b13a8
Merge branch 'main' of https://github.com/dotnet/fsharp into ast-funcs
brianrourkeboll 321606e
Add VS release notes entry
brianrourkeboll c789342
# → ###
brianrourkeboll 61c26c2
Add ryPick tests
brianrourkeboll a600242
Add a few more tests
brianrourkeboll d4be7a6
\n
brianrourkeboll f167e4a
Merge branch 'main' of https://github.com/dotnet/fsharp into ast-funcs
brianrourkeboll 8989388
Bump release notes
brianrourkeboll 83effc6
Fmt
brianrourkeboll dd96419
Merge branch 'main' into ast-funcs
vzarytovskii 3eca20e
`Ast` → `ParsedInput`
brianrourkeboll 9dff5e0
Merge main
brianrourkeboll ddae52b
Merge branch 'ast-funcs' of https://github.com/brianrourkeboll/fsharp…
brianrourkeboll d1e4bd1
Update surface area
brianrourkeboll 12ae786
Less `function`
brianrourkeboll b428bb1
Update untyped AST docs
brianrourkeboll 4436151
Clean up doc comments
brianrourkeboll 7c1e612
Merge branch 'main' of https://github.com/dotnet/fsharp into ast-funcs
brianrourkeboll File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.