File tree Expand file tree Collapse file tree 3 files changed +0
-5
lines changed
Expand file tree Collapse file tree 3 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -344,9 +344,6 @@ class RootBlock extends Block
344344 __tostring : => " RootBlock<>"
345345
346346 render : =>
347- -- @_insert_breaks!
348- -- concat @_lines, "\n"
349-
350347 -- print util.dump @_lines
351348 buffer = flatten_lines @_lines
352349 buffer[ # buffer] = nil if buffer[ # buffer] == " \n "
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ local util = require("moonscript.util")
33require (" moonscript.compile.format" )
44local dump = require (" moonscript.dump" )
55local transform = require (" moonscript.transform" )
6- local NameProxy = transform .NameProxy
76local reversed = util .reversed
87local ntype
98do
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ require "moonscript.compile.format"
66dump = require " moonscript.dump"
77transform = require " moonscript.transform"
88
9- import NameProxy from transform
109import reversed from util
1110import ntype from require " moonscript.types"
1211import concat, insert from table
You can’t perform that action at this time.
0 commit comments