DefinitelyTyped/types/luxon
Janeene Beeforth 0b3f86bacb Abstract getters on Luzon Zone are not static.
With the current definition, several items that are supposed to be public
members/methods are marked static. Since these are supposed to be returning
information for a particular zone, and in the luxon source they are not
static members/methods, they should not be marked as static. It is not
possible to create an implementation for Zone using the current definition.

References:
  https://moment.github.io/luxon/docs/class/src/zone.js~Zone.html
  https://github.com/moment/luxon/blob/master/src/zone.js
2019-01-30 12:23:46 +11:00
..
index.d.ts Abstract getters on Luzon Zone are not static. 2019-01-30 12:23:46 +11:00
luxon-tests.ts Abstract getters on Luzon Zone are not static. 2019-01-30 12:23:46 +11:00
tsconfig.json
tslint.json [@types/luxon] Fix remaining lint issues. 2019-01-22 16:34:18 -05:00