Hiroki Osame

Results 187 issues of Hiroki Osame

### Checklist - [X] I am using the latest version of this action. - [X] I have read the latest README and followed the instructions. - [X] I have read...

proposal

## Feature request For the Transform API to support `legalComments: 'external'` and return a `legalComments` property with a string of legal comments extracted. ## Context We're trying to support [`legalComments:...

## Feature request Wondering if dynamic imports (eg. `import(specifier)`) can be transformed to check for the `__esModule` property on the imported module in case it's ESM to CJS transformed. ####...

Tree sitter's WASM distribution seems to be able to create an AST in browser: https://www.npmjs.com/package/web-tree-sitter

## Problem - Parsing error'd on [native void elements](https://github.com/vuejs/vue-next/blob/master/packages/shared/src/domTagConfig.ts#L30) (eg. `` or ``) ```html ``` - Didn't correctly identify the `tagType` on non-[native elements](https://github.com/vuejs/vue-next/blob/master/packages/shared/src/domTagConfig.ts#L6-L28) - Doesn't correctly parse JS in...

## Description Failure log: ``` $ npm i @tdewolff/minify npm ERR! code 1 npm ERR! path ~/Desktop/test-tdewolff/node_modules/@tdewolff/minify npm ERR! command failed npm ERR! command sh -c node-gyp-build npm ERR! ACTION...

### Feature request Option to only parse flags before parameters ### Why? In tsx, we only want to parse the flags before the actual file being passed in. The flags...

enhancement

When saving changes multiple times while the hook is still running, it can trigger multiple hooks to run at once. Also consider adding a timeout incase it loads forever.

BREAKING CHANGE - Bundles all distribution files - Adds export maps to prevent access to internal files Seems there are usages that access `package.json` and `interfaces.d.ts`: https://cs.github.com/?scopeName=All+repos&scope=&q=%27esbuild-loader%2F