From c36aa5c4ea368fcd79cd32bcc98055c0cc90c0fa Mon Sep 17 00:00:00 2001 From: Yaroslav Bolyukin Date: Sun, 04 Jul 2021 10:50:47 +0000 Subject: [PATCH] doc: intrinsic handling is a implementation detail Property __intrinsic_namespace__ shouldn't be handled by anyone --- --- a/crates/jrsonnet-evaluator/README.md +++ b/crates/jrsonnet-evaluator/README.md @@ -29,7 +29,3 @@ ## Intrinsics Some functions from stdlib are implemented as intrinsics - -### Intrinsic handling - -If indexed jsonnet object has field '__intrinsic_namespace__' of type 'string', then any not found field/method is resolved as `Val::Intrinsic(__intrinsic_namespace__, name)` -- gitstuff