Skip to content

Commit a4f12bd

Browse files
committed
Export moonscript.cmd.moonc.is_abs_path
1 parent 7ee641a commit a4f12bd

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

moonscript/cmd/moonc.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,7 @@ return {
205205
parse_file = parse_file,
206206
iterate_path = iterate_path,
207207
convert_path = convert_path,
208+
is_abs_path = is_abs_path,
208209
gettime = gettime,
209210
format_time = format_time,
210211
path_to_target = path_to_target,

moonscript/cmd/moonc.moon

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ path_to_target = (path, target_dir=nil, base_dir=nil) ->
199199
:parse_file
200200
:iterate_path
201201
:convert_path
202+
:is_abs_path
202203
:gettime
203204
:format_time
204205
:path_to_target

0 commit comments

Comments
 (0)