Skip to content

Releases: bobbicodes/lang-clojure-eval

Catch and display errors

28 Jun 10:55
Compare
Choose a tag to compare

Catch and display errors

28 Jun 10:49
Compare
Choose a tag to compare
v0.0.11

handle errors

Catch and display errors

28 Jun 10:44
Compare
Choose a tag to compare
v0.0.10

handle errors

v0.0.9

27 Jun 03:37
Compare
Choose a tag to compare

Added clear-events to all common keys so the eval result will be cleared on input

v0.0.8

27 Jun 01:24
Compare
Choose a tag to compare
update task list

A test suite has appeared

26 Jun 22:54
Compare
Choose a tag to compare

Installed vitest and created a suite that initializes an EditorState, SCI context and evaluates the contents.

Bundle evalExtension in LanguageSupport object

26 Jun 05:12
Compare
Choose a tag to compare

The way it was before, the evalExtension had to be included in the extensions along with the Clojure language support. This fixes that by including both clojureLanguage and evalExtension in the final exported function:

export function clojure() {
  return new LanguageSupport(clojureLanguage, [evalExtension])
}

v0.0.4

25 Jun 12:45
6bdc8ab
Compare
Choose a tag to compare
Create npm-publish-github-packages.yml