(forceNewCharacterSet, oldInsight, newInsight)
| 11028 | parcelHelpers.export(exports, "CharacterSet", ()=>CharacterSet); |
| 11029 | class CharacterSet { |
| 11030 | resetCharacterSet(forceNewCharacterSet, oldInsight, newInsight) { |
| 11031 | if (forceNewCharacterSet || needsNewCharacterSet(oldInsight, newInsight)) this.chars = undefined; |
| 11032 | } |
| 11033 | getCharacterSet(stage) { |
| 11034 | if (!this.chars) { |
| 11035 | const map = {}; |
no test coverage detected