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
9Morello
9319ca7625
check for environment variable before sending package usage stats
2025-03-31 10:07:16 -03: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
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
Nacho Codoñer
76eccbf50c
improve command with bash live feedback and ensure expected git version
2025-02-26 15:03:01 +01:00
Nacho Codoñer
91a51c3d27
implement meteor benchmark cmd
2025-02-25 17:15:01 +01:00
Nacho Codoñer
7e15b9263e
Merge pull request #13614 from meteor/skel-meteorvite-warn
...
Ignore meteor/mongo to avoid annoying non-critical waring
2025-02-25 14:39:11 +01:00
Nacho Codoñer
1a497a0ecd
remove als initialization as part of server startup
2025-02-24 14:22:04 +01:00
Nacho Codoñer
e8f64f0cb6
use const
2025-02-19 16:40:54 +01:00
Nacho Codoñer
7b5702d2f7
reuse existing async local storage context
2025-02-19 16:40:14 +01:00
Nacho Codoñer
d87f473450
dont mutate current entry
2025-02-19 16:32:13 +01:00
Nacho Codoñer
47104bf9f2
fix require error
2025-02-18 18:17:34 +01:00
Nacho Codoñer
7ab17e6de3
avoid issue to properly finish on sync and async cases
2025-02-18 17:28:29 +01:00
Nacho Codoñer
1de4c5e190
avoid issue that runs the profiler function twice
2025-02-18 17:23:46 +01:00
Nacho Codoñer
b0426df46d
reuse meteor tool als context
2025-02-18 16:01:03 +01:00
Nacho Codoñer
b16c8cb6d6
correct async support on profiler
2025-02-18 15:51:00 +01:00
Nacho Codoñer
ec80e8d746
support async context on profiler async actions
2025-02-18 15:27:21 +01:00
Nacho Codoñer
0ecd72ec97
ensure some stage profiling are considered async to keep track of them
2025-02-10 17:44:29 +01:00
Nacho Codoñer
402f0758c4
ensure ignore mongo to avoid annoying non-critical waring
2025-02-10 15:39:34 +01:00
Nacho Codoñer
a108778dfc
ensure ignore mongo to avoid annoying non-critical waring
2025-02-10 15:34:01 +01:00
Nacho Codoñer
ce0b334a9b
fix skeleton that are dependent on meteor-vite on its latest version
2025-01-27 17:02:09 +01:00
Nacho Codoñer
5a06273a23
upgrade skeletons related with meteor-vite to use latest
2025-01-22 16:55:26 +01:00
Nacho Codoñer
93d34252f1
Merge pull request #13467 from 9Morello/update-node-types
...
Update `@types/node` package in the TypeScript template
2025-01-14 17:23:57 +01:00
Nacho Codoñer
cb2e568443
Update @types/node to latest matching closely 3.1.1 Node's version
2025-01-14 17:23:23 +01:00
Nacho Codoñer
fd5bec6ff0
Merge pull request #13544 from meteor/minhna-fix-windows-npm-rebuild
...
Contribution: fix windows npm rebuild
2025-01-14 12:49:18 +01:00
Nacho Codoñer
30da834f31
fix issue on create a new meteor app with spaces on path
2025-01-13 16:16:12 +01:00
Jan Starzak
0a17c8d513
fix: built-in dev mongo can't start on win32 when username has spaces
2025-01-09 13:33:33 +01:00
9Morello
784073f514
Merge branch 'meteor:devel' into update-node-types
2024-12-18 10:18:19 -05:00
Minh Nguyen
4ee8d850b6
Update npm-rebuild.js to support windows
2024-11-27 08:01:01 +07:00