Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mauricioszabo/pathom-smart-maps
SmartMaps implementation for Pathom2
https://github.com/mauricioszabo/pathom-smart-maps
Last synced: about 2 months ago
JSON representation
SmartMaps implementation for Pathom2
- Host: GitHub
- URL: https://github.com/mauricioszabo/pathom-smart-maps
- Owner: mauricioszabo
- License: other
- Created: 2020-11-27T22:07:38.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-28T14:29:27.000Z (almost 4 years ago)
- Last Synced: 2023-03-10T20:22:46.222Z (almost 2 years ago)
- Language: Clojure
- Size: 53.7 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Pathom Smart-maps
[![Clojars Project](https://img.shields.io/clojars/v/pathom-smart-maps.svg)](https://clojars.org/pathom-smart-maps)An implementation of Pathom3's Smart Maps for Pathom2 and ClojureScript (for now).
It's basically a way to support async resolvers for smart-maps in ClojureScript without
having to version-bump to Pathom3## Usage
See [async_test.cljs](test/pathom_smart_maps/async_test.cljs) for now...
## License
Copyright © 2020 Maurício Szabo
This program and the accompanying materials are made available under the
terms of the Eclipse Public License 2.0 which is available at
http://www.eclipse.org/legal/epl-2.0.This Source Code may also be made available under the following Secondary
Licenses when the conditions for such availability set forth in the Eclipse
Public License, v. 2.0 are satisfied: GNU General Public License as published by
the Free Software Foundation, either version 2 of the License, or (at your
option) any later version, with the GNU Classpath Exception which is available
at https://www.gnu.org/software/classpath/license.html.