Frederic Junod
|
ae87cad7ef
|
Use FeatureLike typedef
Use `import("./Feature.js").FeatureLike` typedef instead of `import("./Feature.js").default|import("./render/Feature.js").default`
|
2018-10-02 12:58:56 +02:00 |
|
William Wall
|
a685e85c10
|
Fix type checks in VectorTileSource
Use typeof(Class) instead of defining a typedef for the tile class
|
2018-09-28 12:33:33 -06:00 |
|
Frederic Junod
|
81bab31efb
|
Remove extra imports in jsdoc
The symbols are already imported (es6 import)
|
2018-09-08 11:01:02 +02:00 |
|
Frederic Junod
|
ea616e7751
|
Don't import ourselves
|
2018-09-06 09:05:32 +02:00 |
|
Tim Schaub
|
ccfacc5ee6
|
Transformed types
Using the [ts.js codemod](https://gist.github.com/tschaub/1ea498c9d1e5268cf36d212b3949be4e):
jscodeshift --transform ts.js src
|
2018-09-05 08:05:29 -06:00 |
|
Tim Schaub
|
affbf59b77
|
Use Object<Foo, Bar> instead of Object.<Foo, Bar>
|
2018-07-25 18:33:49 -07:00 |
|
Tim Schaub
|
d12ef20b12
|
Use Array<Foo> instead of Array.<Foo>
|
2018-07-25 18:32:43 -07:00 |
|
ahocevar
|
9c994138ad
|
Use extends and super for VectorTile
|
2018-07-17 14:19:43 +02:00 |
|
Frederic Junod
|
f2d0b11d24
|
Move jsdoc constructor comments
|
2018-07-17 09:59:00 +02:00 |
|
Frederic Junod
|
7e3e0e54ca
|
Fix comments indentation
|
2018-07-17 09:15:16 +02:00 |
|
Tim Schaub
|
d0ab8dce38
|
Lint removal
|
2018-07-16 17:57:57 -06:00 |
|
Tim Schaub
|
f78d0d4cfa
|
Manual class transform
|
2018-07-16 17:09:50 -06:00 |
|
ahocevar
|
28409486a5
|
Make classes in ol/ available as named exports from ol
|
2018-06-21 18:08:17 +02:00 |
|
ahocevar
|
08e0a0dfea
|
Fix vector tile docs and types
|
2018-06-05 16:38:15 +02:00 |
|
Frederic Junod
|
61067e6c2c
|
Module type for ol.Feature and short notation for ol/render/Feature
|
2018-04-26 15:38:51 +02:00 |
|
ahocevar
|
440d1ad3e1
|
Shorter module paths for default exports
|
2018-04-25 17:25:39 +02:00 |
|
Frederic Junod
|
2c98e35d1a
|
Module type for ol.TileLoadFunctionType
|
2018-04-25 08:21:11 +02:00 |
|
Frederic Junod
|
e4778b17ce
|
Module type for ol.VectorTile
|
2018-04-25 08:21:11 +02:00 |
|
ahocevar
|
417dd85f83
|
Fix some jsdoc path types
|
2018-04-21 10:17:53 +02:00 |
|
Frederic Junod
|
d8c0e6e69b
|
Module type for ol.format.Feature
|
2018-03-23 08:44:21 +01:00 |
|
Andreas Hocevar
|
95d6251dbb
|
Get rid of olx.js and typedef.js typedefs for ol
|
2018-03-08 18:57:24 +01:00 |
|
Tim Schaub
|
ad62739a6e
|
Use blocked scoped variables
In addition to using const and let, this also upgrades our linter config and removes lint (mostly whitespace).
|
2018-01-12 00:50:30 -07:00 |
|
Tim Schaub
|
1552f27a43
|
Rename _ol_Tile_ to Tile
|
2018-01-11 12:06:58 -07:00 |
|
Frederic Junod
|
5f4e24e540
|
Remove DEFAULT_EXTENT from VectorTile class
|
2017-12-22 09:09:08 +01:00 |
|
Frederic Junod
|
b358a7daf5
|
Rename _ol_VectorTile_ to VectorTile
|
2017-12-22 09:06:58 +01:00 |
|
Frederic Junod
|
fc00aecd2e
|
Rename _ol_TileState_ to TileState
|
2017-12-22 09:00:46 +01:00 |
|
Tim Schaub
|
87295a74dd
|
Use named exports from ol/index.js
|
2017-12-12 12:34:23 -07:00 |
|
Tim Schaub
|
7f47883c48
|
Transformed
|
2017-12-12 06:53:18 -07:00 |
|
Tim Schaub
|
1cdb6a66f0
|
Imports cased like the filename
|
2017-12-12 06:53:17 -07:00 |
|