File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
packages/click-to-react-component Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11.DS_Store
22.turbo
3+ .idea
34
45# Logs
56logs
Original file line number Diff line number Diff line change 1818 [ Create React App] ( https://create-react-app.dev/ ) ,
1919 & [ Vite] ( https://github.com/vitejs/vite/tree/main/packages/plugin-react )
2020 that use [ @babel/plugin-transform-react-jsx-source ] ( https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-react-jsx-source )
21- - Supports ` vscode ` & ` vscode-insiders ` ' [ URL handling] ( https://code.visualstudio.com/docs/editor/command-line#_opening-vs-code-with-urls )
21+ - Supports ` vscode ` & ` vscode-insiders ` & ` cursor ` [ URL handling] ( https://code.visualstudio.com/docs/editor/command-line#_opening-vs-code-with-urls )
2222- Automatically ** tree-shaken** from ` production ` builds
2323- Keyboard navigation in context menu (e.g. <kbd >←</kbd >, <kbd >→</kbd >, <kbd >⏎</kbd >)
2424- More context & faster than using React DevTools:
Original file line number Diff line number Diff line change 1- export { ClickToComponent } from './ClickToComponent'
1+ export { ClickToComponent } from './ClickToComponent' ;
22
3- export type Editor = 'vscode' | 'vscode-insiders'
3+ export type Editor = 'vscode' | 'vscode-insiders' | 'cursor' ;
44
55export type PathModifier = ( path : string ) => string ;
66
@@ -16,4 +16,4 @@ export type Target = HTMLElement
1616export type ContextMenuProps = {
1717 onClose ?: ( ) => void ;
1818 pathModifier ?: PathModifier ;
19- }
19+ }
You can’t perform that action at this time.
0 commit comments