File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
packages/cursorless-org-docs
src/docs/user/languages/components Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5858 "clsx" : " 2.1.1" ,
5959 "mdast-util-find-and-replace" : " 3.0.2" ,
6060 "prism-react-renderer" : " 2.4.1" ,
61- "react-dom" : " 19.1.0" ,
6261 "react" : " 19.1.0" ,
62+ "react-dom" : " 19.1.0" ,
6363 "shiki" : " 3.7.0" ,
6464 "unist-util-visit" : " 5.0.0"
6565 },
Original file line number Diff line number Diff line change 11import { Range } from "@cursorless/common" ;
22import React , { useState } from "react" ;
3- import { createCssVariablesTheme } from "shiki" ;
43import scopeTestsExport from "../../../../../static/scopeTests.json" ;
54import { Code , Highlight } from "./Code" ;
65
@@ -27,8 +26,6 @@ interface Props {
2726 languageId : string ;
2827}
2928
30- const myTheme = createCssVariablesTheme ( ) ;
31-
3229export function ScopeVisualizer ( { languageId } : Props ) {
3330 const [ fixtures ] = useState (
3431 scopeTests . filter ( ( s ) => s . languageId === languageId ) ,
Original file line number Diff line number Diff line change 1818 "references" : [
1919 {
2020 "path" : " ../common"
21+ },
22+ {
23+ "path" : " ../node-common"
2124 }
2225 ]
2326}
You can’t perform that action at this time.
0 commit comments