devel
Updated old github wiki references to Meteor Guide/API docs
Remove Fibers for meteor tools: turns out the package building is still not done. Still need to check why it's failing to require node_modules when evaluating/loading the plugin.
prevent `.cache` directory from being copied during node_modules bundling; ensure consistent filtering through absolute path checks
Release 3.5.1 ⌛ (#14555)
docs: Fix a few typos
refactor bundler to handle devDependencies separately
Convert tools/isobuild/import-scanner.js to TypeScript. (#10635)
Stub fibers for Meteor package in build plugins The copy of Meteor included in old build plugins would require fibers, but generally not use it. Making the require work allows these build plugins to still work in Meteor 3 as long as they don't directly use fibers.
Merge pull request #13958 from sanki92/fix-case-sensitive-file-error-clean
apply broadly the rm_recursive_deferred strategy
use an estimation for cache length for better performance
revert lru-cache to v6.0.0
Implement LintingFile#getFileOptions.
Revert unnecessary npm_config_disturl overrides.
Handle deleted PostCSS dependency files gracefully
Fix Typescript type issues
fix comment line decleration
docs: updated docs for PackageCordova
Add support for dev-only packages in Meteor docs/tutorial
clean
fix a few typos in tools directory
Convert tools/fs/watch.js to TypeScript.
Fix meteor test file matching patterns (#9339)
Remove await's for archinfo.host