Zhongliang Wang

Results 12 issues of 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...

bug
beginner-friendly

## 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...

enhancement
Information needed

- [x] Documentation - [x] README.md - [ ] Playground (https://github.com/Cryrivers/manta-style/issues/51)

Try adopting lazy-jest by @JennieJi

hacktoberfest

**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...

hacktoberfest

would be great if we have search feature and choose plugin to install from the table Address the issue in #57

enhancement
help wanted
good first issue
hacktoberfest

**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...

meta