Commit 417eafa
committed
Move four more cljs-only items from cider.el to cider-cljs.el
Follow-up to the cider-cljs.el extraction. Pulls four small cljs-only
forms out of cider.el so cider-cljs.el is the single home for cljs
concerns:
- cider-offer-to-open-cljs-app-in-browser - the toggle for the
browser-opener that already lives here.
- cider-connect-default-cljs-params - the cljs counterpart of
cider-connect-default-params.
- cider--update-cljs-type - tiny param updater that only touches
cider-select-cljs-repl / cider-default-cljs-repl, both already here.
- cider--with-cljs-jack-in-deps - macro that let-binds the cljs jack-in
vars (defined in cider-jack-in.el) for the duration of jack-in-cljs
flows.
cider-cljs.el now requires cider-jack-in for the macro's references,
and forward-declares cider--update-do-prompt (which stays in cider.el).
cider.el drops 50 lines, cider-cljs.el gains 55.1 parent 5da43e7 commit 417eafa
2 files changed
Lines changed: 55 additions & 50 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
45 | 46 | | |
46 | 47 | | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
47 | 51 | | |
48 | 52 | | |
49 | 53 | | |
| |||
375 | 379 | | |
376 | 380 | | |
377 | 381 | | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
378 | 389 | | |
379 | 390 | | |
380 | 391 | | |
| |||
386 | 397 | | |
387 | 398 | | |
388 | 399 | | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
| 424 | + | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
| 432 | + | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
389 | 444 | | |
390 | 445 | | |
391 | 446 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
328 | 328 | | |
329 | 329 | | |
330 | 330 | | |
331 | | - | |
332 | | - | |
333 | | - | |
334 | | - | |
335 | | - | |
336 | | - | |
337 | 331 | | |
338 | 332 | | |
339 | 333 | | |
| |||
543 | 537 | | |
544 | 538 | | |
545 | 539 | | |
546 | | - | |
547 | | - | |
548 | | - | |
549 | | - | |
550 | | - | |
551 | | - | |
552 | | - | |
553 | | - | |
554 | | - | |
555 | | - | |
556 | | - | |
557 | | - | |
558 | | - | |
559 | | - | |
560 | | - | |
561 | | - | |
562 | 540 | | |
563 | 541 | | |
564 | 542 | | |
| |||
681 | 659 | | |
682 | 660 | | |
683 | 661 | | |
684 | | - | |
685 | | - | |
686 | | - | |
687 | | - | |
688 | | - | |
689 | | - | |
690 | | - | |
691 | | - | |
692 | | - | |
693 | | - | |
694 | | - | |
695 | | - | |
696 | | - | |
697 | | - | |
698 | | - | |
699 | 662 | | |
700 | 663 | | |
701 | 664 | | |
| |||
839 | 802 | | |
840 | 803 | | |
841 | 804 | | |
842 | | - | |
843 | | - | |
844 | | - | |
845 | | - | |
846 | | - | |
847 | | - | |
848 | | - | |
849 | | - | |
850 | | - | |
851 | | - | |
852 | | - | |
853 | | - | |
854 | | - | |
855 | 805 | | |
856 | 806 | | |
857 | 807 | | |
| |||
0 commit comments