Benjamin Gruenbaum
Benjamin Gruenbaum
> e.g. if Bun and Node.js added different import.meta.* APIs to get the filename, how would someone write code that worked both in Bun and Node.js? In this case either...
From TSC discussion, it seems like we're gaining consensus around: - Want feedback from @jasnell . - Changes to `import.meta` should likely be `semver-minor`. - Changes to `import.meta` should require...
I assumed "the TSC is pinged and we operate by lazy consensus and not necessarily a vote".
> The TSC does not own the code, the collaborators do +100 to that
> Changes to import.meta should likely be semver-minor. Changes to import.meta should require TSC approval. > I would suggest semver-major as it's a global namespace. That said, see below. Why?...
As mentioned above in https://github.com/nodejs/TSC/issues/1430#issuecomment-1690326415 I object to _requiring_ WinterCG approval for additions, we are placing boundaries on ourselves that none of the other runtime are committing to and we...
This can be closed 🎉
(Just for reference, running regular queries against the MySQL code works, e.g. `SELECT * from d.users0` works and returns the correct results)
> It's a bit scary breaking change, so I think I would like some more 👀 on this before going ahead. I started reviewing it and came to the "bit...
> What could be done to get the instanceof passing? We override `Symbol.hasInstance` I guess