Skip to content
This repository was archived by the owner on Jan 2, 2023. It is now read-only.

Commit 8382c87

Browse files
committed
README
1 parent c886434 commit 8382c87

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

squint/README.markdown

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ Goals of cherry:
1818
part of the transpiled output unless explicitly used.
1919
- Transpiled JS files are fairly readable and have source map support for
2020
debugging
21-
- Transpiled JS files are linked to one shared NPM module which contains
22-
`"cherry/cljs.core"`, `"cherry/cljs.string"`, etc. such that libraries
23-
written in cherry can be transpiled, optionally processed with ES6 tooling and
24-
then hosted on NPM.
21+
- Transpiled JS files are linked to one shared NPM module `"cherry-cljs"` which
22+
contains `cljs.core.js`, `cljs.string`, etc. such that libraries written in
23+
cherry can be transpiled, optionally processed with ES6 tooling and then
24+
hosted on NPM.
2525
- Output linked to older versions of cherry will work with newer
2626
versions of cherry: i.e. 'binary' compatibility.
2727
- Light-weight and fast: heavy lifting such as optimizations are expected to be

0 commit comments

Comments
 (0)