I'm submitting a ...
General information
Prerequisites
Description
It is required to use package-private feature from Java to Bacardi project even though Typescript seems not supporting this. So, I suggest
- Adding convention rules : private starts with _, package-private starts with __
- Adding rule for checking this in ts-lint
I'm submitting a ...
General information
Prerequisites
Description
It is required to use package-private feature from Java to Bacardi project even though Typescript seems not supporting this. So, I suggest