1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

parser: comptime: update tmpl_path

This commit is contained in:
Alexander Medvednikov 2021-01-17 06:42:21 +01:00
parent ac8a7ac901
commit a008c8254c

View File

@ -156,12 +156,10 @@ fn (mut p Parser) comp_call() ast.ComptimeCall {
println('\n\n')
}
mut file := parse_comptime(v_code, p.table, p.pref, scope, p.global_scope)
/*
file = ast.File{
...file
path: tmpl_path
}
*/
// copy vars from current fn scope into vweb_tmpl scope
for stmt in file.stmts {
if stmt is ast.FnDecl {