KhaninArtur commented on a change in pull request #16373:
URL: https://github.com/apache/beam/pull/16373#discussion_r788726928



##########
File path: 
playground/frontend/lib/modules/editor/components/editor_textarea.dart
##########
@@ -31,6 +31,15 @@ import 
'package:playground/modules/examples/models/example_model.dart';
 import 'package:playground/modules/sdk/models/sdk.dart';
 import 'package:provider/provider.dart';
 
+const kNumberOfStringsToSkip = 16;
+const kJavaRegExp = r'import\s[A-z.0-9]*\;\n\n[(\/\*\*)|(public)|(class)]';
+const kPythonRegExp = r'[^\S\r\n](import|as)[^\S\r\n][A-z]*\n\n';
+const kGoRegExp = r'[^\S\r\n]+\'
+    r'"'
+    r'.*'
+    r'"'
+    r'\n\)\n\n';
+

Review comment:
       Hi @pabloem! Since you've already merged this one, we created a new 
ticket BEAM-13703 to come back to your suggestion soon.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to