diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2020-04-13 18:40:35 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2020-04-14 08:46:54 +0000 |
| commit | 1a8debe87762072b3a63b769aa515ebf63b4c70d (patch) | |
| tree | 33b42866307d11d2c0878b23e0ec0bb8925d3fcc /extra/docs.moon | |
| parent | spec base.match __tostring (diff) | |
| download | alive-1a8debe87762072b3a63b769aa515ebf63b4c70d.tar.gz alive-1a8debe87762072b3a63b769aa515ebf63b4c70d.zip | |
move into proper Lua module (`alv`)
Diffstat (limited to 'extra/docs.moon')
| -rw-r--r-- | extra/docs.moon | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/docs.moon b/extra/docs.moon index 19c272b..aee7970 100644 --- a/extra/docs.moon +++ b/extra/docs.moon @@ -1,4 +1,4 @@ -import ValueStream, Scope from require 'core' +import ValueStream, Scope from require 'alv' import render, layout, autoref from require 'extra.layout' import section, h1, h2, h3, p, ul, li, a, code, r from require 'extra.dom' @@ -67,7 +67,7 @@ spit OUT, switch command h2 a "builtins", href: '#builtins' p "These definitions are automatically loaded into the global Scope of every alive session." - ul for key, val in opairs require 'core.builtin' + ul for key, val in opairs require 'alv.builtin' li render key, ValueStream.wrap val } } |
