-
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
30 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
(ns sci.configs.fulcro.algorithms.data-targeting | ||
(:require [sci.core :as sci])) | ||
(:require [sci.core :as sci] | ||
[com.fulcrologic.fulcro.algorithms.data-targeting])) | ||
|
||
(def sci-ns (sci/create-ns 'com.fulcrologic.fulcro.algorithms.data-targeting)) | ||
(def ns-def (sci/copy-ns com.fulcrologic.fulcro.algorithms.data-targeting sci-ns {})) | ||
(def ns-def (sci/copy-ns com.fulcrologic.fulcro.algorithms.data-targeting sci-ns)) | ||
|
||
(def namespaces {'com.fulcrologic.fulcro.algorithms.data-targeting ns-def}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
(ns sci.configs.fulcro.algorithms.denormalize | ||
(:require | ||
[sci.core :as sci] | ||
[com.fulcrologic.fulcro.algorithms.denormalize :as fdn])) | ||
com.fulcrologic.fulcro.algorithms.denormalize)) | ||
|
||
(def sci-ns (sci/create-ns 'com.fulcrologic.fulcro.algorithms.denormalize)) | ||
(def ns-def (sci/copy-ns com.fulcrologic.fulcro.algorithms.denormalize sci-ns {})) | ||
(def ns-def (sci/copy-ns com.fulcrologic.fulcro.algorithms.denormalize sci-ns)) | ||
|
||
(def namespaces {'com.fulcrologic.fulcro.algorithms.denormalize ns-def}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
(ns sci.configs.fulcro.algorithms.form-state | ||
(:require [sci.core :as sci])) | ||
(:require [sci.core :as sci] | ||
com.fulcrologic.fulcro.algorithms.form-state)) | ||
|
||
(def sci-ns (sci/create-ns 'com.fulcrologic.fulcro.algorithms.form-state)) | ||
(def ns-def (sci/copy-ns com.fulcrologic.fulcro.algorithms.form-state sci-ns {})) | ||
(def ns-def (sci/copy-ns com.fulcrologic.fulcro.algorithms.form-state sci-ns)) | ||
|
||
(def namespaces {'com.fulcrologic.fulcro.algorithms.form-state ns-def}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
(ns sci.configs.fulcro.algorithms.lookup | ||
(:require [sci.core :as sci])) | ||
(:require [sci.core :as sci] | ||
com.fulcrologic.fulcro.algorithms.lookup)) | ||
|
||
|
||
(def sci-ns (sci/create-ns 'com.fulcrologic.fulcro.algorithms.lookup)) | ||
(def ns-def (sci/copy-ns com.fulcrologic.fulcro.algorithms.lookup sci-ns {})) | ||
(def ns-def (sci/copy-ns com.fulcrologic.fulcro.algorithms.lookup sci-ns)) | ||
|
||
(def namespaces {'com.fulcrologic.fulcro.algorithms.lookup ns-def}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
(ns sci.configs.fulcro.algorithms.merge | ||
(:require | ||
[sci.core :as sci] | ||
[com.fulcrologic.fulcro.algorithms.merge :as merge])) | ||
com.fulcrologic.fulcro.algorithms.merge)) | ||
|
||
(def sci-ns (sci/create-ns 'com.fulcrologic.fulcro.algorithms.merge)) | ||
(def ns-def (sci/copy-ns com.fulcrologic.fulcro.algorithms.merge sci-ns {})) | ||
(def ns-def (sci/copy-ns com.fulcrologic.fulcro.algorithms.merge sci-ns)) | ||
|
||
(def namespaces {'com.fulcrologic.fulcro.algorithms.merge ns-def}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
(ns sci.configs.fulcro.algorithms.normalize | ||
(:require [sci.core :as sci])) | ||
(:require [sci.core :as sci] | ||
com.fulcrologic.fulcro.algorithms.normalize)) | ||
|
||
|
||
(def sci-ns (sci/create-ns 'com.fulcrologic.fulcro.algorithms.normalize)) | ||
(def ns-def (sci/copy-ns com.fulcrologic.fulcro.algorithms.normalize sci-ns {})) | ||
(def ns-def (sci/copy-ns com.fulcrologic.fulcro.algorithms.normalize sci-ns)) | ||
|
||
(def namespaces {'com.fulcrologic.fulcro.algorithms.normalize ns-def}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
(ns sci.configs.fulcro.algorithms.react-interop | ||
(:require [sci.core :as sci])) | ||
(:require [sci.core :as sci] | ||
com.fulcrologic.fulcro.algorithms.react-interop)) | ||
|
||
(def sci-ns (sci/create-ns 'com.fulcrologic.fulcro.algorithms.react-interop)) | ||
(def ns-def (sci/copy-ns com.fulcrologic.fulcro.algorithms.react-interop sci-ns {})) | ||
(def ns-def (sci/copy-ns com.fulcrologic.fulcro.algorithms.react-interop sci-ns)) | ||
|
||
(def namespaces {'com.fulcrologic.fulcro.algorithms.react-interop ns-def}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
(ns sci.configs.fulcro.algorithms.tempid | ||
(:require [sci.core :as sci])) | ||
(:require [sci.core :as sci] | ||
com.fulcrologic.fulcro.algorithms.tempid)) | ||
|
||
(def sci-ns (sci/create-ns 'com.fulcrologic.fulcro.algorithms.tempid)) | ||
(def ns-def (sci/copy-ns com.fulcrologic.fulcro.algorithms.tempid sci-ns {})) | ||
(def ns-def (sci/copy-ns com.fulcrologic.fulcro.algorithms.tempid sci-ns)) | ||
|
||
(def namespaces {'com.fulcrologic.fulcro.algorithms.tempid ns-def}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
(ns sci.configs.fulcro.networking.http-remote | ||
(:require [sci.core :as sci])) | ||
(:require [sci.core :as sci] | ||
com.fulcrologic.fulcro.networking.http-remote)) | ||
|
||
(def sci-ns (sci/create-ns 'com.fulcrologic.fulcro.networking.http-remote)) | ||
(def ns-def (sci/copy-ns com.fulcrologic.fulcro.networking.http-remote sci-ns {})) | ||
(def ns-def (sci/copy-ns com.fulcrologic.fulcro.networking.http-remote sci-ns)) | ||
|
||
(def namespaces {'com.fulcrologic.fulcro.networking.http-remote ns-def}) |