Results 26 issues of tingyuan

```javascript function* foo() {} isGeneratorFunction(foo()) // will return true, is it normal? ``` I think if a value is a GeneratorFunction, it must be a function at first. thanks!

there is a code `@import '~bootstrap/scss/bootstrap.scss';`, I know it is requiring `bootstrap` as a denpendence, but I do not know what the character `~` meaning of, it seems like indicating...

turborepo is a hot monorepo tool.

https://itty.bitty.site/#/data:text/html,%3Cbody%20oninput=%22i.srcdoc=h.value+'%3Cstyle%3E'+c.value+'%3C/style%3E%3Cscript%3E'+j.value+'%3C/script%3E'%22%3E%3Cstyle%3Ehtml,body{height:100%}button{position:fixed;right:0}textarea,iframe{width:100%;height:50%;box-sizing:border-box}body{margin:0}textarea{width:33.33%;font-size:18px}%3C/style%3E%3Ctextarea%20placeholder=HTML%20id=h%3E%3C/textarea%3E%3Ctextarea%20placeholder=CSS%20id=c%3E%3C/textarea%3E%3Ctextarea%20placeholder=JS%20id=j%3E%3C/textarea%3E%3Ciframe%20id=i%3E%3C/iframe%3E%3Cbutton%20onclick=%22prompt('','https://itty.bitty.site/#/data:text/html;charset=utf-8,'+i.srcdoc)%22%3Eshare ```html html,body{height:100%}button{position:fixed;right:0}textarea,iframe{width:100%;height:50%;box-sizing:border-box}body{margin:0}textarea{width:33.33%;font-size:18px}share ```

Should add `"sideEffects": false` in `package.json`. Sometimes, `sync` will not be used(eg: `process.env.VUE_SSR` is `false`), it is better for tree-shaking.

enhancement

` npx standard-version -p beta --preMajor -r patch --skip.tag --header="### Wyxc" --path ./ ` ### Wyxc ### [0.0.1-beta.7](///compare/v0.0.1-beta.0...v0.0.1-beta.7) (2022-03-10) ### Features * **huhu:** sfsd 9c5c0cd ### Bug Fixes * **sdfs:**...

question

https://github.com/GoogleChromeLabs/comlink-loader/blob/04bc9fe9d7025986cbabab75549e01e9213d2959/src/index.js#L38 could you offer an example using both ts-loader and comlink-loader?

### Is there an existing issue for this? - [X] I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues - [X] I have reviewed the documentation https://docs.sentry.io/ - [X] I am using...

Type: Bug
Status: Needs Information

- 低糖 低油 低盐 清淡饮食 - 多喝水 不喝饮料 可以喝一些茶或者咖啡但不建议每天喝 - 额外补充维生素矿物质牛磺酸之类的 - 多吃蔬菜水果 蔬菜有很多可以生吃 适量吃不加工的坚果 - 少吃零食 - 饮食多样化,不挑食 - 不要吃太饱,适当保持饥饿感 - 早睡(不要熬夜) - 适量运动(重在坚持) - 坚决抵制二手烟、雾霾、尾气、各种工业气味 - 保护眼睛、牙齿、颈椎、肠胃等等等等 -...

```css .foo { color: red; } .bar { font-size: 12px; } ``` ```js css2rn(csscode, { ignoreRule(selector) { if (selector === '.foo') { return true } } }) ``` result: ```js...

enhancement
help wanted