Yui
Yui
**Summary**: From the PR #371 which allows reference field to be migrated, @nevir brings up a great point that we should really make sure `outbound` and `inbound` references are correctly...
With TypeScript, type checker helps catching lots of mistake. However, when using using Hermes in JS codebase, I think it will be valuable to provide some runtime check for correct...
There are a lot of duplicate code across test files. We should consolidate them and write helper functions/classes etc. to do all test setup work. - [ ] operation/write/basic -...
From doing rewrite work, I realize that it is quite hard to understand the test because in a file there can be multiple describe which make it a bit hard...
**Summary**: It is comment in the code. But we should investigating whether to just use native ES6 map instead of `Object.create(null)`
Currently to start the plugin, you have to do `:TSSstarthere` and type desirable command. Would it be possible to have the plugin start TSS automatically and call `TSSkeymap` function to...