Results 176 comments of zodern

Some apps use both svelte-meteor-data and melte, so it isn't necessary to migrate (the app from `meteor create --svelte` even comes with both). Though if anyone wants to, feel free...

This would probably have to be an option for [eslint-plugin-svelte3](https://github.com/sveltejs/eslint-plugin-svelte3) since it handles removing lint errors for the `$:` labels. It might be possible to create a separate eslint plugin...

Why doesn't the installer support Node 16 or newer? When I created the initial version of the npm installer (before Node 16 was released), one of my goals was to...

> The installer works, but Meteor itself does not. Maybe, we should add this validation in Meteor tools instead of in the installer? Meteor comes with its own copy of...

I just reinstalled Meteor on my m1 mac with Node 16 and version 2.7.4 of the npm installer, and it mostly worked. Meteor still has its own copy of node:...

We might also need https://github.com/benjamn/reify/pull/291 for it to be fast enough in development without tree shaking.

I am working on a change that has a side effect of fixing this, but it will probably be a few days before it is ready. It seems Meteor 1.8.2-rc.4...

Many of those files do not need to be watched, which #11018 helps with. After #10839, the main reason files in node_modules are watched is to invalidate cache entries when...

The file `packages/modules-runtime-hot/installer.js` is a modified version of https://github.com/benjamn/install that is only used on the client when HMR is enabled. When `install` is unable to find a module, it calls...