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

all: mark pref.Preferences field as immutable

This commit is contained in:
Alexander Medvednikov
2020-10-06 06:24:50 +02:00
parent 06a02c41c3
commit d2d3289a2a
4 changed files with 17 additions and 12 deletions

View File

@@ -15,8 +15,8 @@ pub:
compiled_dir string // contains os.real_path() of the dir of the final file beeing compiled, or the dir itself when doing `v .`
module_path string
mut:
checker checker.Checker
pref &pref.Preferences
checker checker.Checker
global_scope &ast.Scope
out_name_c string
out_name_js string