-
### Justification
Our API is going to be quite big and generating it all into one file will make the file very very large. I would like to avoid this, especially since a lot of the large sets will on…
-
Right now everything's being merged (adapter, utility service, ui components, etc.) into this one addon. I'm thinking of separating it into these:
- `ember-firebase-utilities` - Useful utilities fo…
-
Note that DDC supports basic type annotations (when `--closure` is set #286), but Closure doesn't currently accept DDC's output, not even in [SIMPLE](https://developers.google.com/closure/compiler/doc…
-
Using `electron-prebuilt-compile`, typescript does not correctly support default imports.
I had expected that this would work:
```import Vue from 'vue';```
but, it returns undefined.
Using `im…
-
# 1. 写在前面
Webpack 作为构建工具,前端在使用过程中可以根据自身项目的实际情况进行相关配置。合理的配置对于开发和构建速度有着十分显著的提升。因此本文我们来了解下webpack优化相关的知识点
# 2. 具体方法
1. cache 💯
```jsx
cache: {
type: 'filesystem'
}
…
-
Since we're in es6 (soon to also be typescript) it would be nice to take advantage of rollup's benefits in bundle size.
Right now it's not too feasible since we'd want rxjs to come along for the ride…
-
## 🚀 Feature request
I find it hard to manually and automatically import functions, types and utilities.
### Current Behavior
This is how a typical file of mine looks:
```typescript
import { …
-
how do we take advantage of the original flagpack options?
https://flagpack.xyz/docs/design/#styles
https://www.npmjs.com/package/react-flagpack
hoping for all props to become available
![…
-
I'm currently profiling a cyclejs app and scope hoisting is not possible with xstream because of missing ES6 build.
The problem is again with the extra imports. The same problem we had with `@cycle…
-
```
What steps will reproduce the problem?
1. there is no ground collisions is some examples
2. the example red sphere doesn't roll
3. cars are snapped in ground, and doesn't move anywhere
What is th…