Transformed types
Using the [ts.js codemod](https://gist.github.com/tschaub/1ea498c9d1e5268cf36d212b3949be4e): jscodeshift --transform ts.js src
This commit is contained in:
@@ -5,13 +5,13 @@
|
||||
class EventSource {
|
||||
|
||||
/**
|
||||
* @param {module:ol/pointer/PointerEventHandler} dispatcher Event handler.
|
||||
* @param {import("./PointerEventHandler.js").default} dispatcher Event handler.
|
||||
* @param {!Object<string, function(Event)>} mapping Event mapping.
|
||||
*/
|
||||
constructor(dispatcher, mapping) {
|
||||
|
||||
/**
|
||||
* @type {module:ol/pointer/PointerEventHandler}
|
||||
* @type {import("./PointerEventHandler.js").default}
|
||||
*/
|
||||
this.dispatcher = dispatcher;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user