@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.
Files changed (27) hide show
  1. package/package.json +5 -6
  2. /package/dist/{app.d.ts → src/app.d.ts} +0 -0
  3. /package/dist/{app.js → src/app.js} +0 -0
  4. /package/dist/{codeql.d.ts → src/codeql.d.ts} +0 -0
  5. /package/dist/{codeql.js → src/codeql.js} +0 -0
  6. /package/dist/{constants.d.ts → src/constants.d.ts} +0 -0
  7. /package/dist/{constants.js → src/constants.js} +0 -0
  8. /package/dist/{core.d.ts → src/core.d.ts} +0 -0
  9. /package/dist/{core.js → src/core.js} +0 -0
  10. /package/dist/{index.d.ts → src/index.d.ts} +0 -0
  11. /package/dist/{index.js → src/index.js} +0 -0
  12. /package/dist/{main.d.ts → src/main.d.ts} +0 -0
  13. /package/dist/{main.js → src/main.js} +0 -0
  14. /package/dist/{ocaml-driver.d.ts → src/ocaml-driver.d.ts} +0 -0
  15. /package/dist/{ocaml-driver.js → src/ocaml-driver.js} +0 -0
  16. /package/dist/{ocaml-type-checker.d.ts → src/ocaml-type-checker.d.ts} +0 -0
  17. /package/dist/{ocaml-type-checker.js → src/ocaml-type-checker.js} +0 -0
  18. /package/dist/{runner.d.ts → src/runner.d.ts} +0 -0
  19. /package/dist/{runner.js → src/runner.js} +0 -0
  20. /package/dist/{types.d.ts → src/types.d.ts} +0 -0
  21. /package/dist/{types.js → src/types.js} +0 -0
  22. /package/dist/{typescript-driver.d.ts → src/typescript-driver.d.ts} +0 -0
  23. /package/dist/{typescript-driver.js → src/typescript-driver.js} +0 -0
  24. /package/dist/{typescript-type-checker.d.ts → src/typescript-type-checker.d.ts} +0 -0
  25. /package/dist/{typescript-type-checker.js → src/typescript-type-checker.js} +0 -0
  26. /package/dist/{utils.d.ts → src/utils.d.ts} +0 -0
  27. /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.4",
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": "mkdir dist/ && cp -r ts-lsp-client-dist dist/ && npx tsc",
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