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
Marc Jansen
281873f22a
Cast POINTER_ID before comparison
2018-09-04 09:37:15 +02:00
ahocevar
c74b9c1d55
Do not prevent default on pointermove
...
Instead, only prevent default on handled pointerdown events. This makes
the `focus` condition work with interactions that involve dragging on
touch devices.
2018-07-31 08:33:15 +02:00
Tim Schaub
affbf59b77
Use Object<Foo, Bar> instead of Object.<Foo, Bar>
2018-07-25 18:33:49 -07:00
Tim Schaub
069187859d
Cleaned up ol/pointer classes
2018-07-17 17:48:27 -06:00
Tim Schaub
d0ab8dce38
Lint removal
2018-07-16 17:57:57 -06:00
Tim Schaub
7b4a73f3b9
Automated class transform
...
npx lebab --replace src --transform class
2018-07-16 16:18:16 -06:00
Frederic Junod
6da2e4cef4
More precise Event typing
2018-06-29 12:53:20 +02:00
ahocevar
28409486a5
Make classes in ol/ available as named exports from ol
2018-06-21 18:08:17 +02:00
Frederic Junod
90ce02941a
Better code indentation
2018-05-14 14:58:36 +02:00
Frederic Junod
9f3b103bbf
Better variables scoping
2018-05-14 14:49:09 +02:00
ahocevar
440d1ad3e1
Shorter module paths for default exports
2018-04-25 17:25:39 +02:00
Frederic Junod
b2d9f94cb2
Module type for ol.pointer.MouseSource
2018-04-20 08:53:01 +02:00
Frederic Junod
2f45d51f9b
Module type for ol.pointer.EventSource
2018-04-20 08:50:39 +02:00
Frederic Junod
a43b90056b
Module type for ol.pointer.PointerEventHandler
2018-04-20 08:44:01 +02:00
Björn Harrtell
6d1e8cb38b
Rework away static members from pointer related classes
2018-02-24 16:24:53 +01:00
Frederic Junod
e7bb9e8484
Rename _ol_pointer_TouchSource_ to TouchSource
2018-01-18 15:50:27 +01:00
Frederic Junod
107362b9fb
Rename _ol_pointer_MouseSource_ to MouseSource
2018-01-18 15:50:27 +01:00
Frederic Junod
d97151b825
Rename _ol_pointer_EventSource_ to EventSource
2018-01-18 15:50:27 +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
Marc Jansen
02002082bf
Named exports from ol/array module
2017-12-19 17:22:58 +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