C. T. Lin

Results 43 issues of C. T. Lin

Node 15 has become unsupported, so change it to node 16.

Just a idea, but I think we should embrace express middleware system. Maybe something like below: ``` js import { parser, validate, execute, errorHandler, graphiql } from 'express-graphql'; import logger...

enhancement
help wanted

Hi, TypeScript export default as syntax seems not working with this module. Considering the following TS code: ```ts export { default as fs } from 'fs'; ``` Test its output...

wontfix
edge case

Below is my `test.js` : ``` var fs = require('fs'); var html = fs.readFileSync(__dirname + '/widget.html', 'utf8'); module.exports = Test; function Test () {}; ``` Use brfs without `-r` :...

- [x] Make sure onConfirm, onCancel, onClose, onEscapeKey and onOutsideClick is hot-reloadable (#5) - [x] pull request to sweetalert to have a commonjs entry point (https://github.com/t4t5/sweetalert/pull/440) - [ ] more...

`TypeError: Can't add property input, object is not extensible` Repro in #1

compat

Fix #270. Add an `importOrderImportAttributesKeyword` option to support three different kinds of syntax. For example: ``` "importOrderImportAttributesKeyword": 'with' ``` Todo: - [x] wait the type of `@babel/generator` to be fixed:...

The original `@types/koa-bodyparser` has this `Options` export: https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/koa-bodyparser/index.d.ts#L32-L87 Add it back to support this usage. ## Checklist - [x] I have ensured my pull request is not behind the main...