@jpoly1219/context-extractor 0.2.5 → 0.2.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (32) hide show
  1. package/dist/src/ocaml-utils/_build/.filesystem-clock +1 -0
  2. package/dist/src/ocaml-utils/_build/.lock +0 -0
  3. package/dist/src/ocaml-utils/_build/default/.dune/configurator +2 -0
  4. package/dist/src/ocaml-utils/_build/default/.dune/configurator.v2 +1 -0
  5. package/dist/src/ocaml-utils/_build/default/.js/default/compiler-libs.common/ocamlcommon.cma.js +160991 -0
  6. package/dist/src/ocaml-utils/_build/default/.js/default/js_of_ocaml/js_of_ocaml.cma.js +7195 -0
  7. package/dist/src/ocaml-utils/_build/default/.js/default/js_of_ocaml-compiler.runtime/jsoo_runtime.cma.js +73 -0
  8. package/dist/src/ocaml-utils/_build/default/.js/default/stdlib/std_exit.cmo.js +25 -0
  9. package/dist/src/ocaml-utils/_build/default/.js/default/stdlib/stdlib.cma.js +28451 -0
  10. package/dist/src/ocaml-utils/_build/default/.merlin-conf/exe-test_parser +0 -0
  11. package/dist/src/ocaml-utils/_build/default/.ppx/7b799aed44581cc79b02033532c5f775/_ppx.ml-gen +1 -0
  12. package/dist/src/ocaml-utils/_build/default/.ppx/7b799aed44581cc79b02033532c5f775/dune__exe___ppx.cmi +0 -0
  13. package/dist/src/ocaml-utils/_build/default/.ppx/7b799aed44581cc79b02033532c5f775/dune__exe___ppx.cmo +0 -0
  14. package/dist/src/ocaml-utils/_build/default/.ppx/7b799aed44581cc79b02033532c5f775/dune__exe___ppx.cmx +0 -0
  15. package/dist/src/ocaml-utils/_build/default/.ppx/7b799aed44581cc79b02033532c5f775/dune__exe___ppx.o +0 -0
  16. package/dist/src/ocaml-utils/_build/default/.ppx/7b799aed44581cc79b02033532c5f775/ppx.exe +0 -0
  17. package/dist/src/ocaml-utils/_build/default/.test_parser.eobjs/byte/dune__exe__Test_parser.cmi +0 -0
  18. package/dist/src/ocaml-utils/_build/default/.test_parser.eobjs/byte/dune__exe__Test_parser.cmo +0 -0
  19. package/dist/src/ocaml-utils/_build/default/.test_parser.eobjs/byte/dune__exe__Test_parser.cmt +0 -0
  20. package/dist/src/ocaml-utils/_build/default/.test_parser.eobjs/byte/dune__exe__Test_parser.cmti +0 -0
  21. package/dist/src/ocaml-utils/_build/default/.test_parser.eobjs/jsoo/dune__exe__Test_parser.cmo.js +215 -0
  22. package/dist/src/ocaml-utils/_build/default/.test_parser.eobjs/jsoo/test_parser.bc.runtime.js +8894 -0
  23. package/dist/src/ocaml-utils/_build/default/.test_parser.eobjs/native/dune__exe__Test_parser.cmx +0 -0
  24. package/dist/src/ocaml-utils/_build/default/.test_parser.eobjs/native/dune__exe__Test_parser.o +0 -0
  25. package/dist/src/ocaml-utils/_build/default/test_parser.bc-for-jsoo +0 -0
  26. package/dist/src/ocaml-utils/_build/default/test_parser.bc.d.ts +3 -0
  27. package/dist/src/ocaml-utils/_build/default/test_parser.bc.js +194658 -0
  28. package/dist/src/ocaml-utils/_build/default/test_parser.ml +315 -0
  29. package/dist/src/ocaml-utils/_build/default/test_parser.pp.ml +0 -0
  30. package/dist/src/ocaml-utils/_build/default/test_parser.pp.mli +1 -0
  31. package/dist/src/ocaml-utils/_build/log +22 -0
  32. package/package.json +6 -2
@@ -0,0 +1,3 @@
1
+ export = ocamlParser;
2
+ export function parse(type_span: string): string[];
3
+ export function getComponents(type_span: string): string[];