zodern
zodern
Every Meteor app has to have a `main` function. For most apps, the `webapp` package defines it. For apps that do not use the `webapp` package, they have to define...
- [x] Update ssh2 in nodemiral - [x] Update ssh2 - [x] Fix insecure deps - [x] Update deprecated deps - [x] Make sure testing still works
Related to https://forums.meteor.com/t/deployment-with-meteor-build-how-to-provide-settings-json/62532 The [custom deployment guide](https://guide.meteor.com/deployment#custom-deployment) mentions the common env variables, but does not mention METEOR_SETTINGS, which is also very common and probably not well known for users who...
This implements [package.json exports](https://nodejs.org/docs/latest/api/packages.html#package-entry-points), following [Node's specification](https://nodejs.org/api/esm.html#resolution-algorithm). It should be feature complete and spec compliant. This PR is the build-time implementation. The runtime implementation is in https://github.com/meteor/install/pull/1. In the past...
The implementation of TLA adds async/await to every module to make it easy to support hoisted exports. For legacy browsers, we need to ensure regenerator runs after reify to remove...