lean4monaco 1.0.10 → 1.0.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (79) hide show
  1. package/README.md +39 -16
  2. package/dist/infowebview.d.ts +8 -0
  3. package/dist/infowebview.js +85 -23
  4. package/dist/leanmonaco.d.ts +15 -2
  5. package/dist/leanmonaco.js +40 -35
  6. package/dist/vscode-lean4/vscode-lean4/src/infoview.js +1 -0
  7. package/dist/webview/webview.js +1 -0
  8. package/package.json +43 -25
  9. package/dist/monaco-lean4/lean4-infoview/package.json +0 -59
  10. package/dist/monaco-lean4/lean4-infoview/src/infoview/index.css +0 -272
  11. package/dist/monaco-lean4/lean4-infoview/test/tsconfig.json +0 -7
  12. package/dist/monaco-lean4/lean4-infoview/tsconfig.json +0 -34
  13. package/dist/monaco-lean4/lean4-infoview-api/package.json +0 -20
  14. package/dist/monaco-lean4/lean4-infoview-api/tsconfig.json +0 -29
  15. package/dist/monaco-lean4/lean4-unicode-input/package.json +0 -19
  16. package/dist/monaco-lean4/lean4-unicode-input/src/abbreviations.json +0 -1836
  17. package/dist/monaco-lean4/lean4-unicode-input/tsconfig.json +0 -18
  18. package/dist/monaco-lean4/lean4-unicode-input-component/package.json +0 -22
  19. package/dist/monaco-lean4/lean4-unicode-input-component/tsconfig.json +0 -18
  20. package/dist/monaco-lean4/lerna.json +0 -4
  21. package/dist/monaco-lean4/package-lock.json +0 -14153
  22. package/dist/monaco-lean4/package.json +0 -39
  23. package/dist/monaco-lean4/vscode-lean4/abbreviationview/tsconfig.json +0 -10
  24. package/dist/monaco-lean4/vscode-lean4/language-configuration.json +0 -157
  25. package/dist/monaco-lean4/vscode-lean4/loogleview/static/index.css +0 -94
  26. package/dist/monaco-lean4/vscode-lean4/loogleview/tsconfig.json +0 -10
  27. package/dist/monaco-lean4/vscode-lean4/package.json +0 -944
  28. package/dist/monaco-lean4/vscode-lean4/src/abbreviation/AbbreviationFeature.d.ts +0 -9
  29. package/dist/monaco-lean4/vscode-lean4/src/abbreviation/AbbreviationFeature.js +0 -20
  30. package/dist/monaco-lean4/vscode-lean4/src/abbreviation/AbbreviationHoverProvider.d.ts +0 -12
  31. package/dist/monaco-lean4/vscode-lean4/src/abbreviation/AbbreviationHoverProvider.js +0 -40
  32. package/dist/monaco-lean4/vscode-lean4/src/abbreviation/AbbreviationRewriterFeature.d.ts +0 -20
  33. package/dist/monaco-lean4/vscode-lean4/src/abbreviation/AbbreviationRewriterFeature.js +0 -79
  34. package/dist/monaco-lean4/vscode-lean4/src/abbreviation/VSCodeAbbreviationConfig.d.ts +0 -13
  35. package/dist/monaco-lean4/vscode-lean4/src/abbreviation/VSCodeAbbreviationConfig.js +0 -29
  36. package/dist/monaco-lean4/vscode-lean4/src/abbreviation/VSCodeAbbreviationRewriter.d.ts +0 -28
  37. package/dist/monaco-lean4/vscode-lean4/src/abbreviation/VSCodeAbbreviationRewriter.js +0 -124
  38. package/dist/monaco-lean4/vscode-lean4/src/config.d.ts +0 -33
  39. package/dist/monaco-lean4/vscode-lean4/src/config.js +0 -119
  40. package/dist/monaco-lean4/vscode-lean4/src/diagnostics/setupNotifs.d.ts +0 -27
  41. package/dist/monaco-lean4/vscode-lean4/src/diagnostics/setupNotifs.js +0 -133
  42. package/dist/monaco-lean4/vscode-lean4/src/infoview.d.ts +0 -69
  43. package/dist/monaco-lean4/vscode-lean4/src/infoview.js +0 -711
  44. package/dist/monaco-lean4/vscode-lean4/src/leanclient.d.ts +0 -67
  45. package/dist/monaco-lean4/vscode-lean4/src/leanclient.js +0 -443
  46. package/dist/monaco-lean4/vscode-lean4/src/rpc.d.ts +0 -16
  47. package/dist/monaco-lean4/vscode-lean4/src/rpc.js +0 -102
  48. package/dist/monaco-lean4/vscode-lean4/src/taskgutter.d.ts +0 -11
  49. package/dist/monaco-lean4/vscode-lean4/src/taskgutter.js +0 -130
  50. package/dist/monaco-lean4/vscode-lean4/src/utils/batch.d.ts +0 -37
  51. package/dist/monaco-lean4/vscode-lean4/src/utils/batch.js +0 -203
  52. package/dist/monaco-lean4/vscode-lean4/src/utils/clientProvider.d.ts +0 -41
  53. package/dist/monaco-lean4/vscode-lean4/src/utils/clientProvider.js +0 -205
  54. package/dist/monaco-lean4/vscode-lean4/src/utils/converters.d.ts +0 -16
  55. package/dist/monaco-lean4/vscode-lean4/src/utils/converters.js +0 -129
  56. package/dist/monaco-lean4/vscode-lean4/src/utils/elan.d.ts +0 -3
  57. package/dist/monaco-lean4/vscode-lean4/src/utils/elan.js +0 -4
  58. package/dist/monaco-lean4/vscode-lean4/src/utils/envPath.d.ts +0 -21
  59. package/dist/monaco-lean4/vscode-lean4/src/utils/envPath.js +0 -53
  60. package/dist/monaco-lean4/vscode-lean4/src/utils/exturi.d.ts +0 -35
  61. package/dist/monaco-lean4/vscode-lean4/src/utils/exturi.js +0 -136
  62. package/dist/monaco-lean4/vscode-lean4/src/utils/fsHelper.d.ts +0 -17
  63. package/dist/monaco-lean4/vscode-lean4/src/utils/fsHelper.js +0 -36
  64. package/dist/monaco-lean4/vscode-lean4/src/utils/leanInstaller.d.ts +0 -37
  65. package/dist/monaco-lean4/vscode-lean4/src/utils/leanInstaller.js +0 -210
  66. package/dist/monaco-lean4/vscode-lean4/src/utils/logger.d.ts +0 -7
  67. package/dist/monaco-lean4/vscode-lean4/src/utils/logger.js +0 -20
  68. package/dist/monaco-lean4/vscode-lean4/src/utils/notifs.d.ts +0 -24
  69. package/dist/monaco-lean4/vscode-lean4/src/utils/notifs.js +0 -110
  70. package/dist/monaco-lean4/vscode-lean4/src/utils/projectInfo.d.ts +0 -9
  71. package/dist/monaco-lean4/vscode-lean4/src/utils/projectInfo.js +0 -125
  72. package/dist/monaco-lean4/vscode-lean4/syntaxes/codeblock.json +0 -45
  73. package/dist/monaco-lean4/vscode-lean4/syntaxes/lean4-markdown.json +0 -2637
  74. package/dist/monaco-lean4/vscode-lean4/syntaxes/lean4.json +0 -127
  75. package/dist/monaco-lean4/vscode-lean4/tsconfig.json +0 -18
  76. package/dist/monaco-lean4/vscode-lean4/webview/tsconfig.json +0 -11
  77. package/dist/vscode.css +0 -408
  78. package/dist/webview.d.ts +0 -1
  79. package/dist/webview.js +0 -17
package/package.json CHANGED
@@ -1,38 +1,41 @@
1
1
  {
2
2
  "name": "lean4monaco",
3
- "version": "1.0.10",
4
- "type": "module",
5
- "main": "dist/index.js",
3
+ "version": "1.0.12",
4
+ "description": "Monaco Editor support for the Lean 4 theorem prover.",
5
+ "keywords": [
6
+ "lean",
7
+ "leanprover",
8
+ "monaco",
9
+ "editor",
10
+ "vscode"
11
+ ],
12
+ "homepage": "https://github.com/hhu-adam/lean4monaco",
13
+ "bugs": {
14
+ "url": "https://github.com/hhu-adam/lean4monaco/issues"
15
+ },
16
+ "license": "Apache-2.0",
17
+ "author": {
18
+ "name": "Alexander Bentkamp"
19
+ },
20
+ "contributors": [
21
+ {
22
+ "name": "Jon Eugster",
23
+ "url": "https://github.com/joneugster"
24
+ }
25
+ ],
6
26
  "files": [
7
27
  "dist"
8
28
  ],
29
+ "main": "dist/index.js",
30
+ "type": "module",
9
31
  "repository": {
10
32
  "type": "git",
11
33
  "url": "https://github.com/hhu-adam/lean4monaco"
12
34
  },
13
35
  "scripts": {
14
- "postinstall": "if [ -d \"server\" ]; then cd server && npm install; fi",
15
- "start_client": "vite serve dev",
16
- "build_server": "cd server/LeanProject && lake build",
17
- "start_server": "cd server && npm start",
18
- "start": "concurrently \"npm run start_client\" \"npm run start_server\" -n client,server -c \"bgBlue.bold,bgMagenta.bold\"",
19
- "build": "tsc && cd src && copyfiles \"**/*.json\" \"**/*.css\" \"**/*.ttf\" ../dist/",
20
- "test": "concurrently --kill-others \"cd demo && npm install && npm start\" \"wait-on http://localhost:5173 && cypress run\" -n server,cypress -s command-cypress"
21
- },
22
- "devDependencies": {
23
- "@chialab/esbuild-plugin-meta-url": "^0.18.2",
24
- "@codingame/esbuild-import-meta-url-plugin": "https://gitpkg.vercel.app/abentkamp/monacotest2/esbuild-import-meta-url-plugin?ec9666e",
25
- "@types/node": "^20.14.2",
26
- "@types/semver": "^7.5.8",
27
- "@types/vscode": "^1.89.0",
28
- "copyfiles": "^2.4.1",
29
- "cypress": "^13.13.0",
30
- "cypress-iframe": "^1.0.1",
31
- "typescript": "^5.4.5",
32
- "vite": "^5.2.0",
33
- "vite-plugin-node-polyfills": "^0.22.0",
34
- "vite-plugin-static-copy": "^1.0.6",
35
- "wait-on": "^7.2.0"
36
+ "start": "concurrently \"tsc -w\" \"webpack --watch\" \"cd demo && npm run start_client\" \"cd demo && npm run start_server\" -n tsc,webpack,vite,server -c \"bgGreen.bold,bgBlue.bold,bgYellow.bold,bgMagenta.bold\"",
37
+ "build": "tsc && webpack && cd src && copyfiles \"**/*.json\" \"**/*.css\" \"**/*.ttf\" ../dist/",
38
+ "test": "(cd demo && npm install && npm run build_server) && concurrently --kill-others \"npm start 1> /dev/null\" \"wait-on http://localhost:5173 && cypress run\" -n server,cypress -s command-cypress"
36
39
  },
37
40
  "dependencies": {
38
41
  "@leanprover/infoview": "=0.7.0",
@@ -47,5 +50,20 @@
47
50
  "react-dom": "^18.3.1",
48
51
  "semver": "^7.6.2",
49
52
  "zod": "^3.23.8"
53
+ },
54
+ "devDependencies": {
55
+ "@chialab/esbuild-plugin-meta-url": "^0.18.2",
56
+ "@codingame/esbuild-import-meta-url-plugin": "https://gitpkg.vercel.app/abentkamp/monacotest2/esbuild-import-meta-url-plugin?ec9666e",
57
+ "@types/node": "^20.14.2",
58
+ "@types/semver": "^7.5.8",
59
+ "@types/vscode": "^1.89.0",
60
+ "copyfiles": "^2.4.1",
61
+ "cypress": "^13.13.0",
62
+ "cypress-iframe": "^1.0.1",
63
+ "ts-loader": "^9.5.1",
64
+ "typescript": "^5.4.5",
65
+ "wait-on": "^7.2.0",
66
+ "webpack": "^5.93.0",
67
+ "webpack-cli": "^5.1.4"
50
68
  }
51
69
  }
@@ -1,59 +0,0 @@
1
- {
2
- "name": "@leanprover/infoview",
3
- "version": "0.7.2",
4
- "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
- ".": "./dist/index.development.js",
13
- "./loader": "./dist/loader.production.min.js",
14
- "./package.json": "./package.json"
15
- },
16
- "typesVersions": {
17
- "*": {
18
- "*": [
19
- "dist/index.d.ts"
20
- ],
21
- "loader": [
22
- "dist/loader.d.ts"
23
- ]
24
- }
25
- },
26
- "files": [
27
- "dist/*"
28
- ],
29
- "type": "module",
30
- "license": "Apache-2.0",
31
- "devDependencies": {
32
- "@floating-ui/react": "^0.24.7",
33
- "@rollup/plugin-commonjs": "^23.0.7",
34
- "@rollup/plugin-node-resolve": "^15.1.0",
35
- "@rollup/plugin-replace": "^5.0.2",
36
- "@rollup/plugin-terser": "^0.1.0",
37
- "@rollup/plugin-typescript": "^9.0.2",
38
- "@rollup/plugin-url": "^8.0.1",
39
- "@types/marked": "^4.3.1",
40
- "@types/react": "^18.2.15",
41
- "@types/react-dom": "^18.2.7",
42
- "current-release": "npm:@leanprover/infoview@latest",
43
- "react": "^18.2.0",
44
- "react-dom": "^18.2.0",
45
- "rollup": "^3.26.2",
46
- "rollup-plugin-css-only": "^4.3.0",
47
- "typescript": "^5.4.5"
48
- },
49
- "dependencies": {
50
- "@leanprover/infoview-api": "~0.4.0",
51
- "@vscode/codicons": "^0.0.32",
52
- "@vscode/webview-ui-toolkit": "^1.4.0",
53
- "es-module-shims": "^1.7.3",
54
- "marked": "^4.3.0",
55
- "react-fast-compare": "^3.2.2",
56
- "tachyons": "^4.12.0",
57
- "vscode-languageserver-protocol": "^3.17.3"
58
- }
59
- }
@@ -1,272 +0,0 @@
1
- /* Some styles specific to the infoview. */
2
-
3
- html,
4
- body {
5
- height: 100%;
6
- }
7
-
8
- .font-code {
9
- color: var(--vscode-editor-foreground);
10
- font-family: var(--vscode-editor-font-family);
11
- font-weight: var(--vscode-editor-font-weight);
12
- font-size: var(--vscode-editor-font-size);
13
- line-height: var(--vscode-editor-line-height);
14
- }
15
-
16
- .font-size-code-smaller {
17
- font-size: calc(0.8 * var(--vscode-editor-font-size));
18
- line-height: calc(0.8 * var(--vscode-editor-line-height));
19
- }
20
-
21
- .font-normal {
22
- font-family: var(--vscode-font-family);
23
- font-weight: var(--vscode-font-weight);
24
- font-size: var(--vscode-font-size);
25
- }
26
-
27
- .codicon-blank {
28
- width: 20px;
29
- height: 16px;
30
- }
31
-
32
- /* These are syntax highlights for the string goal view. */
33
- .goal-goals {
34
- color: var(--vscode-lean4-infoView\.goalCount);
35
- }
36
- .goal-vdash {
37
- color: var(--vscode-lean4-infoView\.turnstile);
38
- }
39
- .goal-case {
40
- color: var(--vscode-lean4-infoView\.caseLabel);
41
- }
42
- .goal-hyp {
43
- color: var(--vscode-lean4-infoView\.hypothesisName);
44
- }
45
- .goal-inaccessible {
46
- color: var(--vscode-lean4-infoView\.inaccessibleHypothesisName);
47
- opacity: 0.7;
48
- font-style: italic;
49
- font-weight: normal;
50
- }
51
-
52
- /* Used to denote text highlighted by the pretty-print expression widget. */
53
- .highlightable {
54
- border-radius: 2pt;
55
- transition: background-color 100ms ease-in-out;
56
- }
57
-
58
- .highlight {
59
- background-color: var(--vscode-editor-selectionBackground) !important;
60
- }
61
-
62
- .highlight-selected {
63
- background-color: var(--vscode-editorOverviewRuler-rangeHighlightForeground);
64
- }
65
-
66
- /* Interactive traces */
67
- .trace-line:hover {
68
- background-color: #dbeeff;
69
- }
70
- .vscode-dark .trace-line:hover {
71
- background-color: #1a2c3c;
72
- }
73
- .trace-class {
74
- opacity: 0.4;
75
- }
76
-
77
- .pre-wrap {
78
- white-space: pre-wrap;
79
- }
80
-
81
- .error {
82
- color: #e51400;
83
- }
84
-
85
- .warning {
86
- color: #bf8803;
87
- }
88
-
89
- .information {
90
- color: darkgreen;
91
- }
92
-
93
- .vscode-dark .error {
94
- color: #f14c4c;
95
- }
96
-
97
- .vscode-dark .warning {
98
- color: #cca700;
99
- }
100
-
101
- .vscode-dark .information {
102
- color: #89d185;
103
- }
104
-
105
- .vscode-high-contrast .error {
106
- color: lightpink;
107
- }
108
-
109
- .vscode-high-contrast .warning {
110
- color: yellow;
111
- }
112
-
113
- .vscode-high-contrast .information {
114
- color: lightgreen;
115
- }
116
-
117
- /* Headers for infoview */
118
-
119
- .restart-file-button {
120
- position: fixed;
121
- bottom: 10px;
122
- right: 10px;
123
- z-index: 37;
124
- }
125
-
126
- select {
127
- background-color: var(--vscode-dropdown-background);
128
- color: var(--vscode-dropdown-foreground);
129
- border-color: var(--vscode-dropdown-border);
130
- }
131
-
132
- /* Style for the rounded box that is the outermost div of every tooltip.
133
- * We use more specific classes for styling tooltip contents. */
134
- .tooltip {
135
- background-color: var(--vscode-editorHoverWidget-background);
136
- border-radius: 4px;
137
- border-color: var(--vscode-editorHoverWidget-border);
138
- border-width: 1px;
139
- border-style: solid;
140
- box-shadow: 1px 1px 5px var(--vscode-widget-shadow);
141
- box-sizing: border-box;
142
- /* Note: max-height is set in JS. */
143
- max-width: 70%;
144
- /* Flexbox ensures that contents don't overflow. */
145
- display: flex;
146
- }
147
-
148
- .tooltip-content {
149
- padding: 4px 8px;
150
- overflow-y: auto;
151
- overscroll-behavior: contain;
152
- }
153
-
154
- /* Contents of a list of selections shown as a tooltip. */
155
- .tooltip-menu-content {
156
- color: var(--vscode-editorHoverWidget-foreground);
157
- }
158
-
159
- .tooltip-menu-content .tooltip-menu-text {
160
- text-align: center;
161
- padding: 5px;
162
- vertical-align: top;
163
- display: inline-block;
164
- }
165
-
166
- .tooltip-menu-content .tooltip-menu-icon {
167
- padding: 0px;
168
- margin-top: 6px;
169
- }
170
-
171
- /*---------------------------------------------------------------------------------------------
172
- * Copyright (c) Microsoft Corporation. All rights reserved.
173
- * Licensed under the MIT License. See License.txt in the project root for license information.
174
- *--------------------------------------------------------------------------------------------*/
175
- /* adapted from https://github.com/microsoft/vscode/blob/main/src/vs/base/browser/ui/hover/hover.css */
176
-
177
- /* Contents of a code tooltip showing a value, type, documentation, etc. */
178
- .tooltip-code-content {
179
- color: var(--vscode-editorHoverWidget-foreground);
180
- line-height: var(--vscode-editor-line-height);
181
- }
182
-
183
- .tooltip-code-content a:hover {
184
- cursor: pointer;
185
- }
186
-
187
- .tooltip-code-content p,
188
- .tooltip-code-content .code,
189
- .tooltip-code-content ul {
190
- margin: 8px 0;
191
- }
192
-
193
- .tooltip-code-content hr {
194
- box-sizing: border-box;
195
- border-left: -8px;
196
- border-right: -8px;
197
- margin-top: 4px;
198
- margin-bottom: 4px;
199
- height: 1px;
200
- border-bottom-width: 0px;
201
- border-top-width: 1px;
202
- border-top-style: solid;
203
- border-top-color: var(--vscode-editorHoverWidget-border);
204
- }
205
-
206
- .tooltip-code-content p:first-child,
207
- .tooltip-code-content .code:first-child,
208
- .tooltip-code-content ul:first-child {
209
- margin-top: 0;
210
- }
211
-
212
- .tooltip-code-content p:last-child,
213
- .tooltip-code-content .code:last-child,
214
- .tooltip-code-content ul:last-child {
215
- margin-bottom: 0;
216
- }
217
-
218
- /* MarkupContent Layout */
219
- .tooltip-code-content ul {
220
- padding-left: 20px;
221
- }
222
- .tooltip-code-content ol {
223
- padding-left: 20px;
224
- }
225
-
226
- .tooltip-code-content li > p {
227
- margin-bottom: 0;
228
- }
229
-
230
- .tooltip-code-content li > ul {
231
- margin-top: 0;
232
- }
233
-
234
- .tooltip-code-content code {
235
- border-radius: 3px;
236
- padding: 0 0.4em;
237
- background-color: var(--vscode-textCodeBlock-background);
238
- }
239
-
240
- .vscode-high-contrast .inserted-text {
241
- border: thin solid var(--vscode-diffEditor-insertedTextBorder);
242
- }
243
-
244
- .vscode-high-contrast .removed-text {
245
- border: thin solid var(--vscode-diffEditor-removedTextBorder);
246
- }
247
-
248
- .inserted-text {
249
- background-color: var(--vscode-diffEditor-insertedTextBackground);
250
- border-radius: 2pt;
251
- }
252
-
253
- .removed-text {
254
- background-color: var(--vscode-diffEditor-removedTextBackground);
255
- border-radius: 2pt;
256
- }
257
-
258
- .b--inserted {
259
- border-color: var(--vscode-diffEditor-insertedTextBackground) !important;
260
- }
261
-
262
- .b--modified {
263
- border-color: var(--vscode-diffEditor-insertedTextBackground) !important;
264
- }
265
-
266
- .b--removed {
267
- border-color: var(--vscode-diffEditor-removedTextBackground) !important;
268
- }
269
-
270
- .b--transparent {
271
- border-color: transparent;
272
- }
@@ -1,7 +0,0 @@
1
- {
2
- "extends": "../tsconfig",
3
- "compilerOptions": {
4
- "rootDir": "../"
5
- },
6
- "include": ["./**/*", "../src/**/*"]
7
- }
@@ -1,34 +0,0 @@
1
- {
2
- "compilerOptions": {
3
- /* Projects */
4
- "composite": true,
5
-
6
- /* Language and Environment */
7
- "target": "esnext",
8
- "lib": ["DOM", "DOM.Iterable", "ESNext"],
9
- "jsx": "react-jsx",
10
-
11
- /* Modules */
12
- "module": "esnext",
13
- "moduleResolution": "node",
14
-
15
- /* Emit */
16
- "sourceMap": true,
17
- "rootDir": "src",
18
- "outDir": "dist",
19
-
20
- /* Interop Constraints */
21
- "esModuleInterop": true,
22
- "forceConsistentCasingInFileNames": true,
23
-
24
- /* Type Checking */
25
- "strict": true,
26
- "noImplicitAny": true,
27
- "noFallthroughCasesInSwitch": true,
28
-
29
- /* Completeness */
30
- "skipLibCheck": true
31
- },
32
- "include": ["src/**/*"],
33
- "exclude": ["dist"]
34
- }
@@ -1,20 +0,0 @@
1
- {
2
- "name": "@leanprover/infoview-api",
3
- "version": "0.4.0",
4
- "description": "Types and API for @leanprover/infoview.",
5
- "scripts": {
6
- "watch": "tsc --watch",
7
- "watchTest": "tsc --watch",
8
- "build": "tsc"
9
- },
10
- "main": "dist/index",
11
- "types": "dist/index",
12
- "files": [
13
- "dist/*"
14
- ],
15
- "license": "Apache-2.0",
16
- "devDependencies": {
17
- "typescript": "^5.4.5",
18
- "vscode-languageserver-protocol": "^3.17.3"
19
- }
20
- }
@@ -1,29 +0,0 @@
1
- {
2
- "compilerOptions": {
3
- /* Code generation */
4
- "target": "ES2021",
5
- "module": "ES6",
6
- "lib": ["dom", "dom.iterable", "ES2021"],
7
- "allowJs": true,
8
- "esModuleInterop": true,
9
-
10
- /* Type-checking */
11
- "strict": true,
12
- "noFallthroughCasesInSwitch": true,
13
- "skipLibCheck": true,
14
-
15
- /* Module resolution */
16
- "moduleResolution": "node",
17
- "allowSyntheticDefaultImports": true,
18
- "forceConsistentCasingInFileNames": true,
19
-
20
- /* Output */
21
- "composite": true,
22
- "rootDir": "src/",
23
- "outDir": "dist/",
24
- "declaration": true,
25
- "sourceMap": true
26
- },
27
-
28
- "include": ["src/**/*"]
29
- }
@@ -1,19 +0,0 @@
1
- {
2
- "name": "@leanprover/unicode-input",
3
- "version": "0.1.0",
4
- "description": "Unicode input mechanism for the Lean 4 theorem prover",
5
- "scripts": {
6
- "watch": "tsc --watch",
7
- "watchTest": "tsc --watch",
8
- "build": "tsc"
9
- },
10
- "main": "dist/index",
11
- "types": "dist/index",
12
- "files": [
13
- "dist/*"
14
- ],
15
- "license": "Apache-2.0",
16
- "devDependencies": {
17
- "typescript": "^5.4.5"
18
- }
19
- }