You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Motivation
<!-- Why is this change necessary? -->
Adds a widget that allows the ability to run a codemod on some string
content and view the output
# Content
<!-- Please include a summary of the change -->
Adds an iframe on the overview.mdx doc page that points a codemod widget
# Testing
<!-- How was the change tested? -->
# Please check the following before marking your PR as ready for review
- [ ] I have added tests for my changes
- [x] I have updated the documentation or added new documentation as
needed
- [x ] I have read and agree to the [Contributor License
Agreement](../CLA.md)
Copy file name to clipboardExpand all lines: docs/introduction/overview.mdx
+34-1Lines changed: 34 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,40 @@ iconType: "solid"
9
9
10
10
It provides a scriptable interface to a powerful, multi-lingual language server built on top of [Tree-sitter](https://tree-sitter.github.io/tree-sitter/).
0 commit comments