Zhongliang Wang
Zhongliang Wang
I tried to add `preset` in my Babel options. However, it doesn't work. ```js babel: { presets: ['es2015', 'es2016', 'es2017', 'stage-2'], plugins: ['transform-decorators-legacy'] }, ```
`defaultLocale` is not always a constant in project. If it is a variable, intellij-emberjs would fail to read translation and result into the screenshot below. ![screen shot 2016-12-16 at 4...
## What kind of change does this PR introduce? This PR improves return types for `throwOnError`, which excludes `null` for failure responses in the return type. as `throwOnError` raises exceptions...
- [x] Documentation - [x] README.md - [ ] Playground (https://github.com/Cryrivers/manta-style/issues/51)
**Is your feature request related to a problem? Please describe.** > looks good, but can we do it further, save the configuration somewhere? It might be troublesome if someday there...
would be great if we have search feature and choose plugin to install from the table Address the issue in #57
**tl;dr:** this probably a Milestone for 2.0, for 1.0 we will still keep the current mechanism and specification, but re-design the API to be forward-compatible. This issue is about normalizing...
# Manta Style Limitations - [ ] `extends` keyword in `interface` declaration will be ignored ```ts interface A extends B { key: string; } ``` - [x] [Intersection type is...