Commit afb51ee
committed
fix(threat-intel): restore export on collapseWhitespace
Adapters in the RSS/STIX/TAXII (elastic#287205) and vendor_api (elastic#287206) slices import
collapseWhitespace from content/text.ts. The content-parsing rewrite made it a
private const, which breaks those imports once this PR merges. It's a plain
string utility with real external callers, not part of the parsing-architecture
change, so restore the export.1 parent 5f9b3b5 commit afb51ee
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
0 commit comments