-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
Description
GlkApi:
- Don't accept Arrays
- Don't export Const
- Export RefBox, RefStruct, etc from the module, not Glk itself
- Remove dom_prefix option?
- Hide internal properties of classes (ex,
strinWindowBase)? (Maybe not necessary, as it only affects JS terps. For a TS terp only the interfaces are exported, so these properties won't be accessible.)