-
Hello,
When I can test swagger ? all are "Error: Unauthorized" ...
Where can I found the token to test ?
The :
#
# AUTHORIZATION
#
AUTH_ROUTE="http://localhost:3333/tokeninfo"
in co…
-
Are there any ways to program using ES6 modules and compile everything down to one file? I guess you treat ES6 modules as external modules and therefore not doing any bundling.
I have tried using `--…
-
#### This issue pertains to the following package(s):
- [x] GraphQL Playground - Electron App
- [ ] GraphQL Playground HTML
- [ ] GraphQL Playground
- [ ] GraphQL Playground Express Middleware
…
-
项目空点了,结合之前接收到的信息和自己的想法,列了 dva@2.0 的考虑如下。欢迎讨论。
- 尽量兼容 dva 1.0,规则简单的 BreakChange,提供 CodeMod 一键升级
- 独立的数据流方案,不强绑 React 或其他 view 库,不强绑 Router 库,但容易和现有绑定结合,#530
- 内置合理的性能优化方案,比如 Reselect 的 memoizatio…
-
This proposal is based on a working prototype located at https://github.com/Nevor/TypeScript/tree/SingletonTypes
## String literal types extended to the whole language
This change would bring singlet…
Nevor updated
6 years ago
-
Introduce two new syntax for type declaration based on JSDoc
``` typescript
var myString: !string = 'hello world'; //non-nullable
var myString1: ?string = 'hello world'; // nullable
var myString2: s…
-
node-debug/node-inspector or webstorm/vscode can be used in order to debug functions locally.
-
## Motivations
A lot of JavaScript library/framework/pattern involve computation based on the property name of an object. For example [Backbone](http://backbonejs.org/) model, functional transformati…
-
I'm reopening this issue, because it was closed with the move from codeplex, and doesn't seem to have been re-opened. https://typescript.codeplex.com/workitem/1217
I feel like this is very important …
-
> **Note**: This is not an April Fool's Day prank! 😄
## Background
After a lot of debate and enduring weeks of inner turmoil, I've decided to move forward with a series of drastic changes that…