@@ -278,7 +278,7 @@ def main(argv):
|
|||||||
components = m.group('name').split('.')
|
components = m.group('name').split('.')
|
||||||
if re.match(r'[A-Z]', components[-1]):
|
if re.match(r'[A-Z]', components[-1]):
|
||||||
requires.add(name)
|
requires.add(name)
|
||||||
elif len(components) > 2:
|
elif len(components) > 1:
|
||||||
requires.add('.'.join(components[:-1]))
|
requires.add('.'.join(components[:-1]))
|
||||||
continue
|
continue
|
||||||
raise RuntimeError(line)
|
raise RuntimeError(line)
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
@exportSymbol ol.animation
|
@exportSymbol ol.animation.bounce
|
||||||
@exportProperty ol.animation.bounce
|
@exportSymbol ol.animation.pan
|
||||||
@exportProperty ol.animation.pan
|
@exportSymbol ol.animation.rotate
|
||||||
@exportProperty ol.animation.rotate
|
@exportSymbol ol.animation.zoom
|
||||||
@exportProperty ol.animation.zoom
|
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
@exportSymbol ol.coordinate
|
|
||||||
@exportSymbol ol.coordinate.createStringXY
|
@exportSymbol ol.coordinate.createStringXY
|
||||||
@exportSymbol ol.coordinate.toStringHDMS
|
@exportSymbol ol.coordinate.toStringHDMS
|
||||||
@exportSymbol ol.coordinate.toStringXY
|
@exportSymbol ol.coordinate.toStringXY
|
||||||
|
|||||||
@@ -1,8 +1,7 @@
|
|||||||
@exportSymbol ol.easing
|
@exportSymbol ol.easing.bounce
|
||||||
@exportProperty ol.easing.bounce
|
@exportSymbol ol.easing.easeIn
|
||||||
@exportProperty ol.easing.easeIn
|
@exportSymbol ol.easing.easeOut
|
||||||
@exportProperty ol.easing.easeOut
|
@exportSymbol ol.easing.elastic
|
||||||
@exportProperty ol.easing.elastic
|
@exportSymbol ol.easing.inAndOut
|
||||||
@exportProperty ol.easing.inAndOut
|
@exportSymbol ol.easing.linear
|
||||||
@exportProperty ol.easing.linear
|
@exportSymbol ol.easing.upAndDown
|
||||||
@exportProperty ol.easing.upAndDown
|
|
||||||
|
|||||||
Reference in New Issue
Block a user