summaryrefslogtreecommitdiff
path: root/src/http/static/viz/2/process
diff options
context:
space:
mode:
Diffstat (limited to 'src/http/static/viz/2/process')
-rw-r--r--src/http/static/viz/2/process/env.cljs12
-rw-r--r--src/http/static/viz/2/process/env.cljs.cache.json1
-rw-r--r--src/http/static/viz/2/process/env.js8
-rw-r--r--src/http/static/viz/2/process/env.js.map1
4 files changed, 22 insertions, 0 deletions
diff --git a/src/http/static/viz/2/process/env.cljs b/src/http/static/viz/2/process/env.cljs
new file mode 100644
index 0000000..c8a6909
--- /dev/null
+++ b/src/http/static/viz/2/process/env.cljs
@@ -0,0 +1,12 @@
+;; Copyright (c) Rich Hickey. All rights reserved.
+;; The use and distribution terms for this software are covered by the
+;; Eclipse Public License 1.0 (http://opensource.org/licenses/eclipse-1.0.php)
+;; which can be found in the file epl-v10.html at the root of this distribution.
+;; By using this software in any fashion, you are agreeing to be bound by
+;; the terms of this license.
+;; You must not remove this notice, or any other, from this software.
+
+(ns process.env
+ "A shim namespace for the Node.js process library")
+
+(goog-define NODE_ENV "development")
diff --git a/src/http/static/viz/2/process/env.cljs.cache.json b/src/http/static/viz/2/process/env.cljs.cache.json
new file mode 100644
index 0000000..cde3e78
--- /dev/null
+++ b/src/http/static/viz/2/process/env.cljs.cache.json
@@ -0,0 +1 @@
+["^ ","~:rename-macros",["^ "],"~:renames",["^ "],"~:use-macros",["^ "],"~:excludes",["~#set",[]],"~:name","~$process.env","~:imports",null,"~:requires",null,"~:cljs.spec/speced-vars",[],"~:uses",null,"~:defs",["^ ","~$NODE_ENV",["^ ","^5","~$process.env/NODE_ENV","~:file","out/process/env.cljs","~:line",12,"~:column",1,"~:end-line",12,"~:end-column",22,"~:tag","~$string","~:declared",true,"~:meta",["^ ","^>","/home/mediocregopher/src/viz/out/process/env.cljs","^?",12,"^@",14,"^A",12,"^B",22,"^C","^D","^E",true]]],"~:cljs.spec/registry-ref",[],"~:require-macros",null,"~:doc","A shim namespace for the Node.js process library"] \ No newline at end of file
diff --git a/src/http/static/viz/2/process/env.js b/src/http/static/viz/2/process/env.js
new file mode 100644
index 0000000..a917edb
--- /dev/null
+++ b/src/http/static/viz/2/process/env.js
@@ -0,0 +1,8 @@
+// Compiled by ClojureScript 1.10.439 {}
+goog.provide('process.env');
+goog.require('cljs.core');
+
+/** @define {string} */
+goog.define("process.env.NODE_ENV","development");
+
+//# sourceMappingURL=env.js.map
diff --git a/src/http/static/viz/2/process/env.js.map b/src/http/static/viz/2/process/env.js.map
new file mode 100644
index 0000000..4b5f46b
--- /dev/null
+++ b/src/http/static/viz/2/process/env.js.map
@@ -0,0 +1 @@
+{"version":3,"file":"\/home\/mediocregopher\/src\/viz\/out\/process\/env.js","sources":["env.cljs"],"lineCount":8,"mappings":";AAQA;;AAGA,AAAA,AAAA;AAAA;AAAA,AAAAA,YAAA,uBAAA","names":["goog\/define"]} \ No newline at end of file