https://github.com/rads/cherry-repro
https://github.com/rads/cherry-repro
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rads/cherry-repro
- Owner: rads
- Created: 2024-11-29T23:01:28.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-10T23:06:12.000Z (6 months ago)
- Last Synced: 2025-09-08T23:32:22.355Z (4 months ago)
- Language: JavaScript
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
Awesome Lists containing this project
README
# cherry-repro
```
$ npm ci
$ npx cherry compile main.cljs --out-file main.cli.jsx
[cherry] Compiling CLJS file: main.cljs
[cherry] Wrote file: /Users/rads/src/cherry-repro/main.cli.jsx
$ node compile.mjs
$ diff main.cli.jsx main.node.jsx
1c1
< import * as cherry_core from 'cherry-cljs/cljs.core.js';
---
> import * as squint_core from 'squint-cljs/core.js';
3c3
< var App = (function (_) {
---
> var App = function (_) {
5c5
< });
---
> };
```