Change @exportClass to @exportSymbol
sed command used: find src/ol -name '*.exports' -exec sed -ri 's/@exportClass\s+(\S+)\s+(\S+)$/@exportSymbol \1/' \{\} \;
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
@exportClass ol.source.BingMaps ol.source.BingMapsOptions
|
||||
@exportSymbol ol.source.BingMaps
|
||||
@exportProperty ol.source.BingMaps.TOS_ATTRIBUTION
|
||||
|
||||
@@ -1 +1 @@
|
||||
@exportClass ol.source.TileDebug ol.source.TileDebugOptions
|
||||
@exportSymbol ol.source.TileDebug
|
||||
|
||||
@@ -1 +1 @@
|
||||
@exportClass ol.source.ImageStatic ol.source.ImageStaticOptions
|
||||
@exportSymbol ol.source.ImageStatic
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
@exportClass ol.source.ImageWMS ol.source.ImageWMSOptions
|
||||
@exportSymbol ol.source.ImageWMS
|
||||
@exportProperty ol.source.ImageWMS.prototype.getParams
|
||||
@exportProperty ol.source.ImageWMS.prototype.updateParams
|
||||
|
||||
@@ -1 +1 @@
|
||||
@exportClass ol.source.Stamen ol.source.StamenOptions
|
||||
@exportSymbol ol.source.Stamen
|
||||
|
||||
@@ -1 +1 @@
|
||||
@exportClass ol.source.TileJSON ol.source.TileJSONOptions
|
||||
@exportSymbol ol.source.TileJSON
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
@exportClass ol.source.TileWMS ol.source.TileWMSOptions
|
||||
@exportSymbol ol.source.TileWMS
|
||||
@exportProperty ol.source.TileWMS.prototype.getParams
|
||||
@exportProperty ol.source.TileWMS.prototype.updateParams
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
@exportClass ol.source.Vector ol.source.VectorOptions
|
||||
@exportSymbol ol.source.Vector
|
||||
@exportProperty ol.source.Vector.prototype.addFeatures
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@exportClass ol.source.WMTS ol.source.WMTSOptions
|
||||
@exportSymbol ol.source.WMTS
|
||||
@exportProperty ol.source.WMTS.prototype.getDimensions
|
||||
@exportProperty ol.source.WMTS.prototype.updateDimensions
|
||||
@exportSymbol ol.source.WMTS.optionsFromCapabilities
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
@exportClass ol.source.XYZ ol.source.XYZOptions
|
||||
@exportSymbol ol.source.XYZ
|
||||
@exportProperty ol.source.XYZ.prototype.setUrl
|
||||
|
||||
Reference in New Issue
Block a user