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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user