-
- **WP3:** [Component Architecture](https://github.com/OpenDreamKit/OpenDreamKit/tree/master/WP3)
- **Lead Institution:** Université Paris-Sud
- **Due:** 2017-08-31 (month 24)
- **Nature:** Other
…
minrk updated
5 years ago
-
**Reported by choeger on 9 Jun 2010 11:19 UTC**
currently a function Foo is considered being a subtype of function Bar if (among others) each input in Foo is a subtype of the corresponding input in Ba…
-
Expected behaviour:
Error message that for ... of is not supported when target is ES5
```
const iterable: string[] = [ "a", "b", "c" ];
for (const x of iterable) ...
```
Current behavi…
-
``` typescript
[1,2,3].find(_ => _ === 3) // Property 'find' does not exist on type 'number[]'
```
though the typing for `find()` is declared here https://github.com/Microsoft/TypeScript/blob/d27d10c…
-
I started getting an `InternalError` error opening my React app in the iOS Simulator:
`{"type":"InternalError","message":"react-packager has encountered an internal error, please check your terminal …
-
The following example does not compile, claiming the block-scoped variables are used before declaration, which is not true. The equivalent JavaScript version executes correctly.
``` typescript
functi…
-
Grade: Meets Expectations
Summary:
Paul, congrats on finishing your capstone project! Overall you did an excellent job making both your CSS and HTML files easy to read considering you commented bo…
-
Inspired by https://github.com/bbatsov/rubocop/issues/2436
-
Currently JSLint complains about "export const name = val", which is a very common form.
It also is not fond of "export let varname". Both are widely published as reasonable ways to export a variable…
-
in 1.6 or 2.0?