From 30ac0c86ee682bd19f19eced0ba52726c5b63def Mon Sep 17 00:00:00 2001 From: Лач Date: Sun, 31 May 2020 15:59:28 +0000 Subject: [PATCH] chore(std): temporarly add intristic namespace --- --- a/crates/jsonnet-stdlib/src/std.jsonnet +++ b/crates/jsonnet-stdlib/src/std.jsonnet @@ -1,4 +1,5 @@ { + __intristic_namespace__: 'std', local std = self, local id = function(x) x, -- gitstuff