Support a bit more interface syntax when parsing, see #160

This commit is contained in:
dcodeIO
2018-07-10 00:34:40 +02:00
parent c4ebc8c291
commit 27dbbd1d75
8 changed files with 127 additions and 65 deletions

View File

@ -0,0 +1,5 @@
interface Foo {
bar(): void;
baz: i32;
readonly baz2: f64;
}