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.Geolocation ol.GeolocationOptions
|
||||
@exportSymbol ol.Geolocation
|
||||
@exportSymbol ol.Geolocation.SUPPORTED ol.Geolocation.SUPPORTED
|
||||
|
||||
Reference in New Issue
Block a user