File tree Expand file tree Collapse file tree 2 files changed +3
-22
lines changed
Expand file tree Collapse file tree 2 files changed +3
-22
lines changed Original file line number Diff line number Diff line change 22 "name" : " @leanprover/infoview" ,
33 "version" : " 0.7.9" ,
44 "description" : " An interactive display for the Lean 4 theorem prover." ,
5- "scripts" : {
6- "watch" : " rollup --config --environment NODE_ENV:development --watch" ,
7- "build" : " rollup --config --environment NODE_ENV:production" ,
8- "watchTest" : " npm run watch" ,
9- "test" : " tsc -p test/tsconfig.json"
10- },
11- "exports" : {
12- "." : {
13- "types" : " ./dist/index.d.ts" ,
14- "default" : " ./dist/index.production.min.js"
15- },
16- "./loader" : {
17- "types" : " ./dist/loader.d.ts" ,
18- "default" : " ./dist/loader.production.min.js"
19- },
20- "./package.json" : " ./package.json"
21- },
22- "files" : [
23- " dist/*"
24- ],
255 "type" : " module" ,
266 "license" : " Apache-2.0" ,
277 "devDependencies" : {
Original file line number Diff line number Diff line change @@ -3,8 +3,9 @@ import * as React from 'react'
33import * as ReactDOM from 'react-dom/client'
44import type { DidCloseTextDocumentParams , DocumentUri , Location } from 'vscode-languageserver-protocol'
55
6- import '@vscode/codicons/dist/codicon.css'
7- import '@vscode/codicons/dist/codicon.ttf'
6+ // FIXME
7+ // import '@vscode/codicons/dist/codicon.css'
8+ // import '@vscode/codicons/dist/codicon.ttf'
89import 'tachyons/css/tachyons.css'
910import './highlightjs.css'
1011import './index.css'
You can’t perform that action at this time.
0 commit comments