sed command used: find src/ol -name '*.exports' -exec sed -ri 's/@exportFunction\s+(\S+)\s+(\S+)\s+(\S+)$/@exportSymbol \1 \1/' \{\} \;
5 lines
206 B
Plaintext
5 lines
206 B
Plaintext
@exportSymbol ol.animation.bounce ol.animation.bounce
|
|
@exportSymbol ol.animation.pan ol.animation.pan
|
|
@exportSymbol ol.animation.rotate ol.animation.rotate
|
|
@exportSymbol ol.animation.zoom ol.animation.zoom
|