tridactyl/compiler
glacambre 96a9dde5b8
gen_metadata.ts: Fix compiler pass not working with typescript 3.5.1
TypeScript 3.5.1 added a new 'Unknown' keyword which behaves similarly
to any, except when assigning a value to a variable that already holds a
value. This is not something we care about and so we can just treat it
as any.
2019-05-30 15:35:50 +02:00
..
metadata TSLint: enable no-unused-declaration rule 2019-04-16 08:30:31 +02:00
types TSLint: enable no-unused-declaration rule 2019-04-16 08:30:31 +02:00
gen_metadata.ts gen_metadata.ts: Fix compiler pass not working with typescript 3.5.1 2019-05-30 15:35:50 +02:00