From cee13e8c8153d24fbeb58f2abe343548ff2fda7c Mon Sep 17 00:00:00 2001 From: Лач Date: Wed, 01 Jul 2020 21:50:22 +0000 Subject: [PATCH] fix(std): hide __intristic_namespace__ --- --- a/crates/jrsonnet-stdlib/src/std.jsonnet +++ b/crates/jrsonnet-stdlib/src/std.jsonnet @@ -1,5 +1,5 @@ { - __intristic_namespace__: 'std', + __intristic_namespace__:: 'std', local std = self, local id = function(x) x, -- gitstuff