conjure-js 0.0.6 → 0.0.10

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 (52) hide show
  1. package/dist-cli/conjure-js.mjs +5989 -0
  2. package/package.json +9 -12
  3. package/scripts/gen-core-source.mjs +126 -0
  4. package/src/bin/__fixtures__/smoke/repl-smoke.ts +6 -1
  5. package/src/bin/cli.ts +6 -54
  6. package/src/bin/nrepl.ts +244 -58
  7. package/src/bin/version.ts +1 -1
  8. package/src/clojure/core.clj.d.ts +0 -123
  9. package/src/clojure/demo/math.clj +23 -6
  10. package/src/clojure/demo/math.clj.d.ts +2 -2
  11. package/src/clojure/demo.clj +22 -1
  12. package/src/core/assertions.ts +3 -0
  13. package/src/core/core-env.ts +2 -0
  14. package/src/core/env.ts +32 -12
  15. package/src/core/evaluator/evaluate.ts +14 -4
  16. package/src/core/evaluator/special-forms.ts +57 -2
  17. package/src/core/factories.ts +4 -0
  18. package/src/core/index.ts +8 -1
  19. package/src/core/printer.ts +2 -0
  20. package/src/core/reader.ts +16 -0
  21. package/src/core/session.ts +71 -37
  22. package/src/core/stdlib/meta.ts +1 -0
  23. package/src/core/stdlib/utils.ts +1 -0
  24. package/src/core/stdlib/vars.ts +53 -0
  25. package/src/core/tokenizer.ts +4 -0
  26. package/src/core/types.ts +25 -5
  27. package/src/host/browser.ts +12 -0
  28. package/src/host/node.ts +55 -0
  29. package/src/vite-plugin-clj/clj.d.ts +8 -0
  30. package/src/vite-plugin-clj/codegen.ts +201 -0
  31. package/src/vite-plugin-clj/index.ts +190 -0
  32. package/src/vite-plugin-clj/namespace-utils.ts +79 -0
  33. package/README.md +0 -259
  34. package/dist/assets/codicon-ngg6Pgfi.ttf +0 -0
  35. package/dist/assets/editor.worker-CdQrwHl8.js +0 -26
  36. package/dist/assets/main-A7ZMId9A.css +0 -1
  37. package/dist/assets/main-CmI-7epE.js +0 -3137
  38. package/dist/index.html +0 -195
  39. package/dist/vite.svg +0 -1
  40. package/src/main.ts +0 -1
  41. package/src/monaco-esm.d.ts +0 -7
  42. package/src/playground/clojure-tokens.ts +0 -67
  43. package/src/playground/editor.worker.ts +0 -5
  44. package/src/playground/find-form.ts +0 -138
  45. package/src/playground/playground.ts +0 -342
  46. package/src/playground/samples/00-welcome.clj +0 -385
  47. package/src/playground/samples/01-collections.clj +0 -191
  48. package/src/playground/samples/02-higher-order-functions.clj +0 -215
  49. package/src/playground/samples/03-destructuring.clj +0 -194
  50. package/src/playground/samples/04-strings-and-regex.clj +0 -202
  51. package/src/playground/samples/05-error-handling.clj +0 -212
  52. package/src/repl/repl.ts +0 -116

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.