Boshen

Results 565 comments of Boshen

> @[overlookmotel](https://github.com/overlookmotel) overlookmotel reopened this [1 hour ago](https://github.com/oxc-project/oxc/issues/5165#event-14182864129) You may need to update the issue title and description.

> Have changed the issue title. To (hopefully) conclude this, have I understood correctly from spec above that `x` in `++x` should be `Read | Write`? yes

I still disagree with `function transform(source: string, options?: TransformOptions)` being the default. The chance of the user adding a TypeScript or jsx file is 100%, because they are using the...

For files like vue and svelte, they input is ``: * https://svelte.dev/docs/typescript#script-lang-ts * https://vuejs.org/guide/typescript/overview.html#usage-in-single-file-components so for these use cases, we should just accept ... `lang` as an optional argument!

(I marked the above comments as off-topic). > I believe the language option in TransformOptions above covers these cases. Let me find where exactly are those external plugins altering the...

> Another question: Do you think it's OK to always throw if there are any errors? I _think_ it is, but are there any errors which are actually more like...

> Let me find where exactly are those external plugins altering the language source type ... and what options are they passing them in. It's the esbuild loader API https://esbuild.github.io/content-types/#javascript...

We still lack the ability to turn off transforms.

No more actionable items, but I'll come back to this issue when I add more APIs.