sed command used: find src/ol -name '*.exports' -exec sed -ri 's/@exportClass\s+(\S+)\s+(\S+)$/@exportSymbol \1/' \{\} \;
9 lines
366 B
Plaintext
9 lines
366 B
Plaintext
@exportSymbol ol.View2D
|
|
@exportProperty ol.View2D.prototype.calculateExtent
|
|
@exportProperty ol.View2D.prototype.constrainResolution
|
|
@exportProperty ol.View2D.prototype.constrainRotation
|
|
@exportProperty ol.View2D.prototype.fitExtent
|
|
@exportProperty ol.View2D.prototype.getView2D
|
|
@exportProperty ol.View2D.prototype.getZoom
|
|
@exportProperty ol.View2D.prototype.setZoom
|