added check to disallow super.private variable access and test case added (#10472)
* 🚀 added check to disallow super.private variable access and test case added * ♻️ change the other linting change back to how it was * ♻️ change the other linting change back to how it was * ♻️ added newline at the end test output.json file * ♻️ changed the linting style to the way it was * ♻️ updated error message, removed super private member access test cases from whitelist of flow and test 262 suite * ♻️ added newline in output.json
This commit is contained in:
committed by
Nicolò Ribaudo
parent
46c70ad734
commit
b7333ea97a
@@ -19,7 +19,6 @@ class_properties/migrated_0021.js
|
||||
class_properties/migrated_0026.js
|
||||
decorators/migrated_0003.js
|
||||
private_class_properties/multiple.js
|
||||
private_class_properties/super.js
|
||||
private_class_properties/getter_and_field.js
|
||||
private_class_properties/getter_duplicate.js
|
||||
private_class_properties/setter_and_field.js
|
||||
|
||||
Reference in New Issue
Block a user