Frederic Junod
a6861f5f49
Remove extra imports in jsdoc
...
The symbols are already imported (es6 import)
2018-09-06 16:40:29 +02:00
Frédéric Junod
e32b3b5957
Merge pull request #8591 from fredj/textstate_typedef
...
Add missing properties in TextState typedef
2018-09-06 15:30:41 +02:00
Frédéric Junod
e3f13051f6
Merge pull request #8590 from fredj/import
...
Don't import ourselves
2018-09-06 15:30:22 +02:00
Frederic Junod
c8747d87a4
Add missing properties in TextState typedef
2018-09-06 09:30:28 +02:00
Frédéric Junod
225e02244e
Merge pull request #8589 from openlayers/greenkeeper/rollup-0.65.2
...
Update rollup to the latest version 🚀
2018-09-06 09:06:37 +02:00
Frederic Junod
ea616e7751
Don't import ourselves
2018-09-06 09:05:32 +02:00
Frédéric Junod
ba698258c0
Merge pull request #8586 from fredj/ts_fixes
...
Cast 'originalEvent' in interactions
2018-09-06 09:00:33 +02:00
Tim Schaub
1f50a2b3e6
Merge pull request #8588 from tschaub/tilegrid-options
...
Rework createXYZ
2018-09-05 13:42:25 -06:00
greenkeeper[bot]
9b64ea4969
chore(package): update rollup to version 0.65.2
2018-09-05 19:36:58 +00:00
Tim Schaub
52b30ead65
Rework createXYZ
2018-09-05 12:00:54 -06:00
Tim Schaub
203cb12501
Merge pull request #8587 from tschaub/let-nothing
...
Add a statement to trigger TypeScript checking
2018-09-05 10:51:51 -06:00
Tim Schaub
60e907fb48
Add a statement to trigger TypeScript checking
...
TypeScript is not checking JSDoc comments attached to the EOF token.
See https://github.com/Microsoft/TypeScript/issues/26905
2018-09-05 09:13:24 -06:00
Frederic Junod
71328530fe
Remove unnecessary 'function' in jsdoc blocks
2018-09-05 16:40:45 +02:00
Frederic Junod
a5f5c06af3
Cast 'originalEvent' in interactions
2018-09-05 16:38:42 +02:00
Tim Schaub
f825a08bcf
Merge pull request #8345 from tschaub/ts
...
TypeScript (1/n)
2018-09-05 08:31:12 -06: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
f2aaaa19e1
Custom ESLint rule @openlayers/valid-tsdoc
2018-09-05 08:04:34 -06:00
Tim Schaub
5ac94426e1
Add TypeScript config
2018-09-05 08:04:34 -06:00
Tim Schaub
e3b21b9994
Merge pull request #8581 from openlayers/greenkeeper/rollup-plugin-node-resolve-3.4.0
...
Update rollup-plugin-node-resolve to the latest version 🚀
2018-09-05 03:52:15 -06:00
Frédéric Junod
f34d024b22
Merge pull request #8585 from openlayers/greenkeeper/rollup-0.65.1
...
Update rollup to the latest version 🚀
2018-09-05 11:13:32 +02:00
greenkeeper[bot]
f515b84322
chore(package): update rollup to version 0.65.1
2018-09-05 07:17:42 +00:00
Marc Jansen
d6e8ecea5e
Merge pull request #8579 from marcjansen/tsc-ts2367
...
Better type annotation
2018-09-04 18:41:56 +02:00
Marc Jansen
c691e7ca7a
Merge pull request #8580 from marcjansen/tsc-ts2367-one-less
...
Cast POINTER_ID before comparison
2018-09-04 18:41:04 +02:00
greenkeeper[bot]
37221edbf0
chore(package): update rollup-plugin-node-resolve to version 3.4.0
2018-09-04 10:57:57 +00:00
Andreas Hocevar
ae14df9dca
Merge pull request #8578 from openlayers/greenkeeper/webpack-4.17.2
...
Update webpack to the latest version 🚀
2018-09-04 10:16:18 +02:00
Marc Jansen
281873f22a
Cast POINTER_ID before comparison
2018-09-04 09:37:15 +02:00
Frédéric Junod
8510169c69
Merge pull request #8574 from fredj/typescript_checks
...
Rename Extent to ExtentInteraction
2018-09-04 09:12:49 +02:00
Frédéric Junod
e2c0d59332
Merge pull request #8577 from fredj/cleanup
...
Remove geojson.js extern inclusion in tasks/generate-info
2018-09-04 09:12:30 +02:00
Marc Jansen
99245b47f7
Better type annotation
2018-09-03 21:17:56 +02:00
greenkeeper[bot]
eee7b0126b
chore(package): update webpack to version 4.17.2
2018-09-03 18:28:55 +00:00
Frederic Junod
404c1bda0a
Remove geojson.js extern inclusion in tasks/generate-info
2018-09-03 16:16:46 +02:00
Frederic Junod
8fdc4cc9fc
Change property test in MousePosition options
...
TypeScript doesn't like the current implementation:
```
src/ol/control/MousePosition.js(82,64): error TS2339: Property 'undefinedHTML' does not exist on type 'never'.
```
2018-09-03 15:25:33 +02:00
Frederic Junod
ad1dec58ec
Rename Extent to ExtentInteraction
2018-09-03 15:15:58 +02:00
Frédéric Junod
42b8340ea1
Merge pull request #8573 from fredj/f8360
...
Fix freehand polygon drawing
2018-09-03 12:40:34 +02:00
Frederic Junod
595009726f
Fix freehand polygon drawing
...
Fixes #8360
2018-09-03 11:56:31 +02:00
Frédéric Junod
4025ddc364
Merge pull request #8572 from fredj/ts_fixes
...
typescript misc fixes
2018-09-03 10:49:05 +02:00
Frederic Junod
5b8b470568
Fix imports in jsdoc blocks
2018-09-03 09:41:00 +02:00
Frederic Junod
3c02bd15fb
Add missing 'extent' property in TileImage constructor
2018-09-03 09:41:00 +02:00
Frederic Junod
5fdac622ef
Add missing 'extent' property in VectorTile constructor
2018-09-03 09:41:00 +02:00
Frederic Junod
25c1754052
Cast empty optional options in constructor
...
To remove the typescript errors:
```
Property 'xxx' does not exist on type '{}'
```
2018-09-03 09:40:59 +02:00
Andreas Hocevar
a30f8859aa
Merge pull request #8569 from ahocevar/simpler-faster-proj-get
...
Make proj~get simpler and faster
2018-08-31 16:33:08 +02:00
Frédéric Junod
5435379e70
Merge pull request #8567 from fredj/element_vs_node
...
Use 'Element' type instead of 'Node'
2018-08-31 16:32:18 +02:00
ahocevar
9eeacc585f
Make proj~get simpler and faster
2018-08-31 12:19:23 +02:00
Frederic Junod
20a347b0c9
Use 'Element' type instead of 'Node'
2018-08-31 11:36:16 +02:00
Andreas Hocevar
6b851720d9
Merge pull request #8563 from openlayers/greenkeeper/rollup-plugin-uglify-5.0.2
...
Update rollup-plugin-uglify to the latest version 🚀
2018-08-31 10:56:58 +02:00
greenkeeper[bot]
d12537b975
chore(package): update rollup-plugin-uglify to version 5.0.2
2018-08-30 22:12:09 +00:00
Andreas Hocevar
ee3ebbff76
Merge pull request #8561 from openlayers/greenkeeper/rollup-plugin-uglify-5.0.0
...
Update rollup-plugin-uglify to the latest version 🚀
2018-08-30 22:22:32 +02:00
greenkeeper[bot]
411bc8ac61
chore(package): update rollup-plugin-uglify to version 5.0.0
2018-08-30 19:23:38 +00:00
Frédéric Junod
bb4f887545
Merge pull request #8558 from fredj/zIndex_doc
...
Fix default zIndex value and documentation for layer options
2018-08-29 12:53:50 +02:00
Frederic Junod
db04052b7a
Fix default zIndex value and documentation for layer options
2018-08-29 11:33:09 +02:00