This is a microlibrary with a single function `platformenv.define(global)`, that sets a number of predicates on the global object:`isNodeJs`, `isDevServer`, `isTesting`, and maybe more in the future. Mainly used with solapp apps. Include as: `require("platformenv").define global if typeof isNodeJs != "boolean"` in coffeescript, to make sure it is optimised away in uglifyjs. (The whole reason to have a library that sets properties on the global object is that they can be optimised away, including dead code removal, by uglifyjs when they are defined by the preprocessor).
published 0.0.1 11 years agoMicrolibrary that converts jsonml into html strings
published 0.0.6 11 years agoHack to quickly make apps using a single coffeescript source
published 0.1.7 11 years agojavascript utilities for working xml, mainly in jsonml in array form
published 0.0.2 11 years ago<!-- MACHINE GENERATED - DO NOT EDIT - USE `./dev.sh` --> # muBackend.js
published 0.1.2 9 years ago<img src=https://p2pweb.solsort.com/icon.png width=96 height=96 align=right>
published 0.0.4 7 years ago