|
@@ -350,7 +350,7 @@ let module_pass_1 ctx m tdecls loadp =
|
|
|
(match !decls with
|
|
|
| (TClassDecl c,_) :: _ ->
|
|
|
List.iter (fun m -> match m with
|
|
|
- | ((Meta.Using | Meta.Build | Meta.CoreApi | Meta.Allow | Meta.Access | Meta.Enum | Meta.Dce | Meta.Native | Meta.HlNative | Meta.JsRequire | Meta.PythonImport | Meta.Expose | Meta.Deprecated | Meta.PhpGlobal),_,_) ->
|
|
|
+ | ((Meta.Using | Meta.Build | Meta.CoreApi | Meta.Allow | Meta.Access | Meta.Enum | Meta.Dce | Meta.Native | Meta.HlNative | Meta.JsRequire | Meta.PythonImport | Meta.Expose | Meta.Deprecated | Meta.PhpGlobal | Meta.PublicFields),_,_) ->
|
|
|
c.cl_meta <- m :: c.cl_meta;
|
|
|
| _ ->
|
|
|
()
|