-
Notifications
You must be signed in to change notification settings - Fork 653
feat(playground): embbed codemirror-lang-rome-ast #2977
feat(playground): embbed codemirror-lang-rome-ast #2977
Conversation
@MichaReiser , I think this is what you want. |
I build successfully locally, I have no idea what's going on with CI. |
…pression (rome#2973) * fix: 🐛 function expression should push new scope * fix: 🐛 semantic scope * fix: 🐛 remove mainn * fix: 🐛 pop scope when leave function expr * style: 💄 fmt * chore: 🤖 revert * chore: 🤖 rever t * test: 💍 more read test case
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.
Could you please check the CI? It's failing
"@codemirror/state": "6.1.0", | ||
"@codemirror/view": "6.1.0", | ||
"@uiw/react-codemirror": "^4.11.4", | ||
"codemirror-lang-rome-ast": "file:./lang-rome-ast", |
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.
pnpm has support for workspaces, which we should use for this particular case: https://pnpm.io/pnpm-workspace_yaml
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.
I will check this out when I have time, converting it to draft now.
"@codemirror/view": "6.0.0", | ||
"@lezer/generator": "^1.0.0", | ||
"codemirror": "^6.0.0", | ||
"rome": "0.7.0-next.f6510d6" |
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.
"rome": "0.7.0-next.f6510d6" | |
"rome": "next" |
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/IWANABETHATGUY/lang-rome-ast" |
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.
I presume this is a leftover of your repo?
node_modules | ||
dist |
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.
So we know they are folders
node_modules | |
dist | |
node_modules/ | |
dist/ |
…atch mutations (rome#2980) * fix(rome_js_analyze): fix the removal of nodes from syntax lists in batch mutations * address PR review * run the configuration codegen
…rome#2954) Co-authored-by: Micha Reiser <micha@reiser.io>
…ements` (rome#2981) * fix(rome_js_analyze): improve the handling of trivia in `useBlockStatements` * run lintdoc
Co-authored-by: Micha Reiser <micha@rome.tools>
…FormatFunction` (rome#2988)
* feat: 🎸 no-import-assign * style: 💄 fmt * fix: 🐛 cr issues * docs: ✏️ update doc * chore: 🤖 avoid unncessary cast * chore: 🤖 lintdoc * fix: 🐛 use ctx model api * fix: 🐛 lint doc * fix: 🐛 cr issue * fix: 🐛 cr issue * chore: 🤖 update log * chore: 🤖 codegen configuration
* no unused variables lint rule
…NABETHATGUY/tools into chore/embbed-codemirror-lang
This pull request is too messy, I would open it again once I found a solution. |
Summary
Fixes: #2984
Test Plan