@jpoly1219/context-extractor 0.2.4 → 0.2.5
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +5 -6
- /package/dist/{app.d.ts → src/app.d.ts} +0 -0
- /package/dist/{app.js → src/app.js} +0 -0
- /package/dist/{codeql.d.ts → src/codeql.d.ts} +0 -0
- /package/dist/{codeql.js → src/codeql.js} +0 -0
- /package/dist/{constants.d.ts → src/constants.d.ts} +0 -0
- /package/dist/{constants.js → src/constants.js} +0 -0
- /package/dist/{core.d.ts → src/core.d.ts} +0 -0
- /package/dist/{core.js → src/core.js} +0 -0
- /package/dist/{index.d.ts → src/index.d.ts} +0 -0
- /package/dist/{index.js → src/index.js} +0 -0
- /package/dist/{main.d.ts → src/main.d.ts} +0 -0
- /package/dist/{main.js → src/main.js} +0 -0
- /package/dist/{ocaml-driver.d.ts → src/ocaml-driver.d.ts} +0 -0
- /package/dist/{ocaml-driver.js → src/ocaml-driver.js} +0 -0
- /package/dist/{ocaml-type-checker.d.ts → src/ocaml-type-checker.d.ts} +0 -0
- /package/dist/{ocaml-type-checker.js → src/ocaml-type-checker.js} +0 -0
- /package/dist/{runner.d.ts → src/runner.d.ts} +0 -0
- /package/dist/{runner.js → src/runner.js} +0 -0
- /package/dist/{types.d.ts → src/types.d.ts} +0 -0
- /package/dist/{types.js → src/types.js} +0 -0
- /package/dist/{typescript-driver.d.ts → src/typescript-driver.d.ts} +0 -0
- /package/dist/{typescript-driver.js → src/typescript-driver.js} +0 -0
- /package/dist/{typescript-type-checker.d.ts → src/typescript-type-checker.d.ts} +0 -0
- /package/dist/{typescript-type-checker.js → src/typescript-type-checker.js} +0 -0
- /package/dist/{utils.d.ts → src/utils.d.ts} +0 -0
- /package/dist/{utils.js → src/utils.js} +0 -0
package/package.json
CHANGED
@@ -1,19 +1,18 @@
|
|
1
1
|
{
|
2
2
|
"name": "@jpoly1219/context-extractor",
|
3
|
-
"version": "0.2.
|
3
|
+
"version": "0.2.5",
|
4
4
|
"description": "Extract relevant context from an incomplete program sketch.",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
7
7
|
"url": "https://github.com/jpoly1219/context-extractor.git"
|
8
8
|
},
|
9
|
-
"main": "dist/index.js",
|
10
|
-
"types": "dist/index.d.ts",
|
9
|
+
"main": "dist/src/index.js",
|
10
|
+
"types": "dist/src/index.d.ts",
|
11
11
|
"files": [
|
12
|
-
"dist"
|
13
|
-
"dist/ts-lsp-client-dist"
|
12
|
+
"dist/"
|
14
13
|
],
|
15
14
|
"scripts": {
|
16
|
-
"build": "
|
15
|
+
"build": "npx tsc && cp -r ts-lsp-client-dist dist/",
|
17
16
|
"test": "echo \"Error: no test specified\" && exit 1"
|
18
17
|
},
|
19
18
|
"author": "",
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|