(&self)
| 157 | /// |
| 158 | #[cfg(feature = "egg")] |
| 159 | pub fn expand(&self) -> SourceCursor<'a> { |
| 160 | Self { cursor: self.cursor, source: self.source, should_compact: false, should_expand: true } |
| 161 | } |
| 162 | |
| 163 | /// Checks if calling `compact().fmt(..)` _might_ produce different output than `fmt(..)`. |
| 164 | /// |