Niklas Mischkulnig
Niklas Mischkulnig
That transformer plugin should work. > I've added the transformer as last step to the tsx transformer pipeline. Try putting it at the start of the pipeline instead. > Which...
I'll need to fix some thing in the test-utils: ``` "use strict";output="C-gzXq_foo"; ^ ReferenceError: output is not defined at index.js:1:20 at Script.runInContext (node:vm:141:12) ``` ~This one is odd though (test...
> Is this still WIP? Yeah, I couldn’t find a fix that passes both tests (reexport orderings), at least at runtime.
This was implemented in https://github.com/vercel/next.js/pull/74951 by really collecting the action loader module as opposed to synthesising the same identifier from a string.
We already have handling of various Node flags here: https://github.com/parcel-bundler/parcel/blob/d58e3361ad16c90bb44a2cad8edae31df66c7578/packages/core/workers/src/Worker.js#L50-L65 So we should put this flag there as well
However I still get ``` Error: Initiated Worker with invalid NODE_OPTIONS env variable: --use-openssl-ca is not allowed in NODE_OPTIONS ``` with your change because that flag is being passed along...
``` ------------------------------------- Translated Report (Full Report Below) ------------------------------------- Process: CodeEdit [71532] Path: /Applications/CodeEdit.app/Contents/MacOS/CodeEdit Identifier: app.codeedit.CodeEdit Version: 0.3.4 (45) Code Type: X86-64 (Native) Parent Process: launchd [1] User ID: 501 Date/Time:...
See https://github.com/vercel/serve-handler/issues/204 So punycode is used by a transitive dependency.
(Concrete suggestion for https://github.com/parcel-bundler/parcel/issues/6310#issuecomment-2051150669) AFAICT, you don't actually use any dynamic SSR templating, so running Parcel on the templates (together with some posthtml plugin like https://github.com/posthtml/posthtml-extend) should be possible and...
Can you put that plugin on Github and add a `repository` field to the npm package?