Browse Source

fcl-passrc: Added new visibility sections for objcprotocol

mattias 4 years ago
parent
commit
e19ce4af3d
1 changed files with 3 additions and 1 deletions
  1. 3 1
      compiler/packages/pastojs/src/pas2jsfiler.pp

+ 3 - 1
compiler/packages/pastojs/src/pas2jsfiler.pp

@@ -285,7 +285,9 @@ const
     'Published',
     'Automated',
     'StrictPrivate',
-    'StrictProtected'
+    'StrictProtected',
+    'Required',
+    'Optional'
     );
 
   PCUMemberHintNames: array[TPasMemberHint] of string = (