Commit Graph

29 Commits

Author SHA1 Message Date
Ferdi Armbruster
b74166a772 [@types/heremaps] Adding draggable property to AbstractMarker in heremaps (#25017)
* Adding draggable property to AbstractMarker in heremaps

* Fix jsdoc and optional for draggable property to AbstractMarker in heremaps

* Fix jsdoc description for draggable property to AbstractMarker in heremaps
2018-04-16 15:18:24 -07:00
Bernd Hacker
bdaeaa47d7 add types for H.geo.AbstractGeometry, H.geo.MultiGeometry, H.geo.MultiLineString and extend H.geo.Polyline 2018-03-07 14:19:24 +01:00
Bernd Hacker
bd9c5cf1b7 add tests for H.geo.LineString 2018-03-07 12:14:12 +01:00
Bernd Hacker
4ae28a2ade add types for H.geo.LineString 2018-03-07 11:32:27 +01:00
Andy Hanson
45c9246c09 Remove esModuleInterop from tsconfigs (no longer mandatory) 2018-02-14 14:55:13 -08:00
Andy
bef4d2b27d
Enable "esModuleInterop" in all tsconfigs (#23354) 2018-02-05 11:01:56 -08:00
Bernd
ceda0b6a49 add types for H.map.render.RenderEngine (#20711) 2017-10-27 17:39:01 -07:00
Andy
d452e22756 heremaps: Fix lint (#20927) 2017-10-23 13:03:00 -07:00
Andy
947a8fb761 Enable strictFunctionTypes (#20373) 2017-10-06 14:03:03 -07:00
Bernd
54d59cdbad add types for H.geo.PixelProjection (#20105) 2017-10-03 11:19:11 -07:00
Andy
924fafffc0 Fix remaining lint errors (#19166) 2017-08-20 15:37:53 -07:00
Andy
5d6c651a1a Apply stricter lint rules (#19063) 2017-08-17 14:53:41 -07:00
Bernd Hacker
a3edea48b3 fix pr feedback 2017-07-07 15:38:21 +02:00
Bernd Hacker
c56337307a address feedback from pr 2017-07-06 08:31:13 +02:00
Bernd Hacker
a487f0436e fix lint errors, add test 2017-07-03 09:26:49 +02:00
Bernd Hacker
f584af65b7 fix types for H.service.PlatformcreateDefaultLayers() 2017-07-03 09:21:42 +02:00
Bernd Hacker
cbf3e1f5d3 fix H.map.layer.ObjectLayer constructor 2017-07-03 09:16:19 +02:00
Bernd Hacker
80825332fb fix typings, extend definition of H.service.ServiceResult 2017-06-22 14:41:59 +02:00
Bernd Hacker
cb8b474117 fix type for H.service.ServiceResult 2017-06-22 11:52:12 +02:00
Nathan Shively-Sanders
a575e086a2 Merge pull request #17224 from DefinitelyTyped/weak-type-errors-round-2
Fix primitive weak type errors
2017-06-15 17:33:16 -07:00
Nathan Shively-Sanders
4874667de9 Fix primitive weak type errors
These weak type errors were not caught in TS 2.4 RC. The final TS 2.4
will catch weak type errors with primitives, so this PR fixes those
now-caught errors.
2017-06-15 11:46:46 -07:00
Bernd Hacker
59dfc1e434 fix failing test 2017-06-12 15:54:08 +02:00
Bernd Hacker
98faf31f64 add test for Polyline.clip() 2017-06-12 15:39:29 +02:00
Bernd Hacker
14a0bee08c fix return value of Polyline.clip() 2017-06-12 15:27:49 +02:00
Bernd Hacker
3c47bbdafc add test for #e054978b9cbc30623b8e8b2621319f21dafcc734 [e054978] 2017-06-07 16:07:02 +02:00
Bernd Hacker
2b5124dbb3 fix tests 2017-06-07 16:03:00 +02:00
Bernd Hacker
75372e077b add tslint and fix all errors 2017-06-07 16:02:25 +02:00
Bernd Hacker
e054978b9c fix type of H.map.Icon.Options.size
according the documentation of HERE datalens, size can be a number: https://developer.here.com/visualization/documentation/datalens/h-datalens-objectlayer.html
2017-06-07 15:17:43 +02:00
Andy Hanson
354cec620d Move all packages to a types directory 2017-03-24 14:27:52 -07:00