Joe Pea

Results 958 issues of Joe Pea

I see TypeScript has a skipLibCheck option over at https://www.typescriptlang.org/docs/handbook/compiler-options.html. What is the `noLibCheck` option that I see in the type definition for gulp-typescript?

Here's my gulpfile: ```js const gulp = require('gulp') const babel = require('gulp-babel') // const cached = require('gulp-cached') const typescript = require('gulp-typescript') const merge = require('merge-stream') const babelConfig = require('./babel.config') const...

sourcemaps

You mention [in the README](https://github.com/jhusain/compositional-functions/blob/master/README.md#task-composition-with-a-composition-function) that > This makes it easy to create Task sequences that can be cancelled. How does that verbose and hard to learn syntax compare to...

this could be mitigated with a `run` button along with an option to not automatically run on code changes (similar to codepen).

It'd be nice to be able to use solid-styled-jsx in the editor. Maybe there can be an option for it. More generally (merits a new issue) there could be an...

enhancement
help wanted

These would be sweet as [type guard functions](https://www.typescriptlang.org/docs/handbook/advanced-types.html#using-type-predicates) in TypeScript. As an example, ```ts const blah: unknown = undefined let s: string = '' if (upcast.is(blah, 'string')) { s =...

fix wrong link

There's not a lot of code in here. How does the emscripten compile process know how to translate glfw window-creating calls to some sort of canvas output? In other words,...

This will be necessary in order to support declarative ShadowDOM and to implement SSR. We might want to detect and create `ShadowRoot`s in `constructor`.

enhancement

- [ ] update README on how TS users will import types using `jsxImportSource` in TS 4.1.1+ - [ ] describe how props/attributes work

breaking