sed command used: find src/ol -name '*.exports' -exec sed -ri 's/@exportClass\s+(\S+)\s+(\S+)$/@exportSymbol \1/' \{\} \;
5 lines
195 B
Plaintext
5 lines
195 B
Plaintext
@exportSymbol ol.source.WMTS
|
|
@exportProperty ol.source.WMTS.prototype.getDimensions
|
|
@exportProperty ol.source.WMTS.prototype.updateDimensions
|
|
@exportSymbol ol.source.WMTS.optionsFromCapabilities
|