()
| 146824 | formatting.getFormatContext = getFormatContext; |
| 146825 | var rulesMapCache; |
| 146826 | function getRulesMap() { |
| 146827 | if (rulesMapCache === undefined) { |
| 146828 | rulesMapCache = createRulesMap(formatting.getAllRules()); |
| 146829 | } |
| 146830 | return rulesMapCache; |
| 146831 | } |
| 146832 | /** |
| 146833 | * For a given rule action, gets a mask of other rule actions that |
| 146834 | * cannot be applied at the same position. |
no test coverage detected