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
|
40486a0ecc
|
Avoid shadowing EventTarget
|
2018-07-26 10:14:58 -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
|
bbe0a66d07
|
Set api annotation on classdesc, not constructor
|
2018-07-21 17:25:22 +02:00 |
|
Frederic Junod
|
c1ffb0a2a9
|
Move template type at the class level
This removes the TS1092 error from TypeScript: Type parameters cannot appear on a constructor declaration.
|
2018-07-19 15:53:52 +02:00 |
|
Tim Schaub
|
b8c9125602
|
Remove lint
|
2018-07-18 10:35:54 -06:00 |
|
Frederic Junod
|
65b306891b
|
Remove 'struct' jsdoc tags, code indentation
|
2018-07-18 09:07:27 +02:00 |
|
Tim Schaub
|
9ce36da349
|
Remove @extends and @constructor annotations
|
2018-07-18 00:36:29 -06:00 |
|
Tim Schaub
|
b7b15eb7f0
|
Remove unused inherits
|
2018-07-18 00:13:43 -06:00 |
|
Tim Schaub
|
1a5cf52b61
|
Remove remaining use of inherits in src
|
2018-07-17 23:43:10 -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 |
|
Frederic Junod
|
76769f9901
|
Module type for ol.struct.*
|
2018-04-26 15:16:21 +02:00 |
|
ahocevar
|
440d1ad3e1
|
Shorter module paths for default exports
|
2018-04-25 17:25:39 +02:00 |
|
Tim Schaub
|
44fb48d63f
|
Type is * instead of value_
|
2018-04-18 16:19:06 -06:00 |
|
Michael Kuenzli
|
b76492c3b8
|
Move ol.LRUCacheEntry to ol/structs/LRUCache
|
2018-04-18 16:14:03 +02:00 |
|
Frederic Junod
|
857b946f3e
|
Module type for ol.events.Event
|
2018-03-19 14:31:04 +01:00 |
|
Andreas Hocevar
|
95d6251dbb
|
Get rid of olx.js and typedef.js typedefs for ol
|
2018-03-08 18:57:24 +01:00 |
|
Andreas Hocevar
|
fff957a199
|
Allow setting the label cache size
|
2018-02-16 11:36:58 +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 |
|
Frederic Junod
|
9349ba5403
|
Named export for ol/asserts
|
2017-12-18 10:33:41 +01:00 |
|
Frederic Junod
|
e887b5012b
|
Rename _ol_structs_LRUCache_ to LRUCache
|
2017-12-17 09:00:48 +01:00 |
|
Marc Jansen
|
c620688758
|
Rename _ol_events_EventTarget_ to EventTarget
|
2017-12-15 16:19:03 +01:00 |
|
Marc Jansen
|
479c7a4668
|
Rename _ol_events_EventType_ to EventType
|
2017-12-15 16:19:03 +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 |
|