Commit Graph

8844 Commits

Author SHA1 Message Date
Nacho Codoñer
9a229cd665 ensure new meteor apps have modernTranspiler enabled 2025-04-15 14:35:43 +02:00
Nacho Codoñer
3315cbf752 Merge branch 'release-3.3' into swc-replacement 2025-04-15 11:16:52 +02:00
Nacho Codoñer
083a1ad32c add a warning on use modernWebArchsOnly and exclude-archs 2025-04-14 18:15:16 +02:00
Nacho Codoñer
678064515a ensure exclude-archs options override the modern arch package.json file 2025-04-14 18:07:49 +02:00
Nacho Codoñer
65e10c80b8 Merge pull request #13694 from meteor/meteor-profile-build
Support option to profile `meteor build`
2025-04-14 13:34:12 +02:00
Nacho Codoñer
65d294ee29 Merge pull request #13460 from meteor/dev/add-tinytest-filter-option
DEV: Add tinytest `filter` option
2025-04-14 10:40:08 +02:00
Nacho Codoñer
89a0b64589 document new build option 2025-04-10 14:01:53 +02:00
Nacho Codoñer
f628ed9745 support build option to profile builds 2025-04-10 13:53:36 +02:00
Nacho Codoñer
cf0c412ea6 clean 2025-04-10 12:06:37 +02:00
Nacho Codoñer
fb37a8ee2d ensure web.browser.legacy arch is forced when build commands except if configured modern-only 2025-04-10 12:00:02 +02:00
Nacho Codoñer
f1684b42fe ensure web.cordova arch is forced when cordova commands 2025-04-10 11:00:48 +02:00
Nacho Codoñer
c6cb9f54a7 Merge branch 'release-3.3' into swc-replacement 2025-04-08 16:43:43 +02:00
9Morello
3662d344fa change require call back to JSON.parse, since Windows seems to dislike requiring .js files by their full path 2025-04-01 13:55:07 -03:00
9Morello
168afef6c8 use require instead of JSON.parse 2025-04-01 13:55:07 -03:00
9Morello
de7d9a7a7e default to false if package.json is not found 2025-04-01 13:55:07 -03:00
9Morello
24bc7cb4a9 add modernWebArchsOnly flag to base package.json files used for new projects 2025-04-01 13:55:07 -03:00
9Morello
bf5820feb2 add option to automatically exclude legacy web architectures from builds with a package.json flag 2025-04-01 13:55:07 -03:00
Jan Dvorak
23cf1f6534 Merge branch 'devel' into dev/add-tinytest-filter-option 2025-04-01 13:27:19 +02:00
9Morello
9319ca7625 check for environment variable before sending package usage stats 2025-03-31 10:07:16 -03:00
Nacho Codoñer
94dd07b2d0 use reify acorn parser on import scanner 2025-03-28 12:27:39 +01:00
Nacho Codoñer
1d11de08d7 use reify acorn parser on static-assets server runtime 2025-03-28 12:24:21 +01:00
Nacho Codoñer
01bb46f920 Merge branch 'devel' into swc-replacement 2025-03-26 10:03:58 +01:00
Nacho Codoñer
00780f91f4 use an estimation for cache length for better performance 2025-03-25 15:39:18 +01:00
Nacho Codoñer
bd19fe02f8 better approach to count lines 2025-03-25 14:56:53 +01:00
italo jose
b6802ee3eb refactor: streamline profiling termination handling and cleanup
- Consolidated termination logic for profiling into a single function to reduce redundancy.
- Removed unnecessary comments and code related to heap limit warnings.
- Improved clarity in handling synchronous results during profiling completion.
- Enhanced error logging for profiling termination events.
2025-03-25 09:46:12 -03:00
italo jose
d98cf02a3d log: adding –max_old_space_size warn 2025-03-25 09:46:12 -03:00
italo jose
75bdcd058c feat: native profile inspector
- Enhance profiling capabilities with inspector support and update documentation.
- Added .cursorignore and .cursorrules to .gitignore.
- Updated PERFORMANCE.md and README.md with detailed instructions for using inspector profiling, including environment variable configurations and output handling.
- Improved profiling function to manage inspector sessions and handle large profile sizes effectively.
2025-03-25 09:46:12 -03:00
Nacho Codoñer
20930d21b5 better way to count lines 2025-03-22 09:35:34 +01:00
Nacho Codoñer
51a32122de perserve script sourceType 2025-03-22 09:29:42 +01:00
Nacho Codoñer
94e6bd855e calculate and use lines when is possible to perserve cache length behavior and also keep less RAM usage 2025-03-22 09:29:06 +01:00
Nacho Codoñer
f257390cca get locations to perserve proper cache 2025-03-22 09:14:41 +01:00
Nacho Codoñer
d34c094bd8 support acorn as a faster approach to parse code for the analyzer 2025-03-22 08:23:27 +01:00
Nacho Codoñer
b8472bf257 set properly cache on import scanner 2025-03-20 15:04:20 +01:00
Nacho Codoñer
bdc2df5712 resolve file.hash to properly resolve caching in some scenarios 2025-03-20 14:48:29 +01:00
Nacho Codoñer
db836426bd tweak to version branch 2025-03-17 15:08:51 +01:00
Nacho Codoñer
1291042571 better --size-only option 2025-03-17 12:45:47 +01:00
Nacho Codoñer
1f4d95bb91 add option to skip cache 2025-03-17 12:25:15 +01:00
Nacho Codoñer
3fa04162b0 update cmd to add size options 2025-03-17 12:15:13 +01:00
Nacho Codoñer
d71f6559df update cmd to add size options 2025-03-17 12:11:49 +01:00
Nacho Codoñer
276d71b591 update cmd to add size options 2025-03-17 12:06:27 +01:00
Nacho Codoñer
0ef3999814 ensure options to handle size 2025-03-17 12:03:57 +01:00
Nacho Codoñer
71f14f7acc support METEOR_LOG_DIR env config 2025-03-17 11:11:38 +01:00
Nacho Codoñer
33e73dccea support meteor client and server entrypoint custom envs 2025-03-17 09:24:39 +01:00
Nacho Codoñer
eb8f962c78 Meteor version to 3.2-beta.2 ☄️ 2025-03-05 16:43:10 +01:00
Nacho Codoñer
121b8c99ed better context 2025-03-04 12:23:18 +01:00
Nacho Codoñer
f77a545b10 better formatting for help 2025-02-27 17:30:33 +01:00
Nacho Codoñer
b039b85919 add help content for new profile command 2025-02-27 17:29:21 +01:00
Nacho Codoñer
dcbe656bb3 adjust name of the command 2025-02-27 17:18:09 +01:00
Nacho Codoñer
a554967561 improve bashLive outputting by perserve formatting 2025-02-26 15:21:44 +01:00
Nacho Codoñer
3e92181ca8 dont print bashLive input 2025-02-26 15:16:46 +01:00