mirror of
https://github.com/janet-lang/janet
synced 2025-09-11 07:16:11 +00:00
Update buffer/push-integer to buffer/push-word.
This commit is contained in:
@@ -77,7 +77,7 @@
|
||||
:doc docstring} env-entry
|
||||
binding-type (cond
|
||||
macro :macro
|
||||
ref (string :var " (" (type ref.0) ")")
|
||||
ref (string :var " (" (type (get ref 0)) ")")
|
||||
(type val))
|
||||
source-ref (if-let [[path start end] sm]
|
||||
(string "<span class=\"source-map\">" path " (" start ":" end ")</span>")
|
||||
|
Reference in New Issue
Block a user