Nacho Codoñer
|
1df9b486fc
|
ensure modern also activate web arch-only compilation
|
2025-04-30 12:03:50 +02:00 |
|
Nacho Codoñer
|
7660f0a35c
|
refactor the modern config to apply all modern changes through a single setting
|
2025-04-30 11:28:19 +02:00 |
|
Nacho Codoñer
|
90b5ccc576
|
don't ignore node_modules in packages linked externally
|
2025-04-25 10:19:13 +02:00 |
|
Nacho Codoñer
|
b013c3e33e
|
implement rewatching polling strategy
|
2025-04-25 09:42:10 +02:00 |
|
Nacho Codoñer
|
37d54c441d
|
remove unused imports
|
2025-04-24 15:37:55 +02:00 |
|
Nacho Codoñer
|
3fcfc8c5f3
|
fix a test supporting non-npm node_modules watching
|
2025-04-24 11:04:43 +02:00 |
|
Nacho Codoñer
|
eaf78bca81
|
fix a test supporting non-npm node_modules watching
|
2025-04-24 11:03:25 +02:00 |
|
Nacho Codoñer
|
1995445b7b
|
avoid register several watchers when polling
|
2025-04-24 10:20:43 +02:00 |
|
Nacho Codoñer
|
4a0e423d06
|
avoid register several watchers when polling
|
2025-04-24 10:09:58 +02:00 |
|
Nacho Codoñer
|
253dccef7b
|
support symlinks with polling in direct node_modules packages
|
2025-04-24 09:55:32 +02:00 |
|
Nacho Codoñer
|
ad7fb255f5
|
support symlinks with polling
|
2025-04-24 08:51:50 +02:00 |
|
Nacho Codoñer
|
518a04c293
|
Merge pull request #13699 from meteor/parcel-watcher-support
Support @parcel/watcher as the watcher alternative
|
2025-04-23 13:58:32 +02:00 |
|
Nacho Codoñer
|
c2dcae2d39
|
ensure old tests can exit properly on using the new closeAllWatchers
|
2025-04-23 12:44:07 +02:00 |
|
Nacho Codoñer
|
dc17c9003f
|
ensure old tests can exit properly on using the new closeAllWatchers
|
2025-04-23 12:39:16 +02:00 |
|
Nacho Codoñer
|
69e6e55ba3
|
disable symbolic link node_module watching since was not originally supported and covered by tests
|
2025-04-23 12:06:35 +02:00 |
|
Nacho Codoñer
|
76428cfdb2
|
early exit on .meteor/local context
|
2025-04-23 11:25:08 +02:00 |
|
Nacho Codoñer
|
5933b9ac84
|
watch node_modules outside npm context to fix a test and avoid regression (keep performance gains)
|
2025-04-23 11:17:45 +02:00 |
|
Nacho Codoñer
|
2a4728fe6c
|
clean logs
|
2025-04-23 10:07:21 +02:00 |
|
Nacho Codoñer
|
2338850138
|
watch properly add/delete events
|
2025-04-23 10:04:24 +02:00 |
|
Nacho Codoñer
|
a50f07b780
|
remove LRU on file replacement since finally was not needed to fix an issue
|
2025-04-23 09:05:21 +02:00 |
|
Nacho Codoñer
|
e4a057cf7f
|
ensure to mark a path as being subscribed beforehand to avoid parallel repeated subscriptions to the same folder context
|
2025-04-23 08:58:02 +02:00 |
|
Nacho Codoñer
|
990bf2c0aa
|
Merge pull request #13705 from meteor/rm-recursive-deferred
Remove recursive deferred in bundler code
|
2025-04-22 22:43:11 +02:00 |
|
Nacho Codoñer
|
aef8816353
|
Merge pull request #13702 from meteor/sqlite-enhancements
SQLite 3 improvements for offline catalog
|
2025-04-22 22:42:27 +02:00 |
|
Nacho Codoñer
|
59e2cb968a
|
Merge pull request #13698 from meteor/exclude-legacy-often
Skip compilation for excluded archs further
|
2025-04-22 22:42:01 +02:00 |
|
Nacho Codoñer
|
90cf947d52
|
improve global includedWebArchs for later compilation
|
2025-04-22 18:04:39 +02:00 |
|
Nacho Codoñer
|
79a91702e2
|
clean logs
|
2025-04-22 17:34:02 +02:00 |
|
Nacho Codoñer
|
a53781d852
|
apply broadly the rm_recursive_deferred strategy
|
2025-04-22 17:32:59 +02:00 |
|
italo jose
|
efe346f3fa
|
builder: removing files async
|
2025-04-22 17:02:16 +02:00 |
|
Nacho Codoñer
|
ab067c7e78
|
fix issue with memory by ensure unsubscribing all watchers
|
2025-04-22 16:39:53 +02:00 |
|
Nacho Codoñer
|
cca65e3751
|
fix precheck
|
2025-04-21 18:29:20 +02:00 |
|
Nacho Codoñer
|
d6c1ecacb7
|
dont activate lru by default
|
2025-04-21 18:21:08 +02:00 |
|
Nacho Codoñer
|
2b2300639c
|
adapt code to support lru and intent to solve tests breaking
|
2025-04-21 17:52:41 +02:00 |
|
Nacho Codoñer
|
a18fadef80
|
fix issue with find operation on table, make sure to pass the db
|
2025-04-21 16:28:13 +02:00 |
|
Nacho Codoñer
|
3df0e26258
|
clean
|
2025-04-21 15:05:05 +02:00 |
|
Nacho Codoñer
|
2ca305cd63
|
clean
|
2025-04-21 14:03:17 +02:00 |
|
Nacho Codoñer
|
3763bea0e9
|
don't use transactions for sqlite read queries
|
2025-04-21 14:00:35 +02:00 |
|
Nacho Codoñer
|
31d2b73378
|
Revert "Revert "support @parcel/watcher as the watcher alternative cross-os perserving polling fallback""
This reverts commit 6de4d9dd14.
|
2025-04-16 10:56:27 +02:00 |
|
Nacho Codoñer
|
6de4d9dd14
|
Revert "support @parcel/watcher as the watcher alternative cross-os perserving polling fallback"
This reverts commit a38bcaee9a.
|
2025-04-16 10:55:58 +02:00 |
|
Nacho Codoñer
|
a38bcaee9a
|
support @parcel/watcher as the watcher alternative cross-os perserving polling fallback
|
2025-04-16 10:46:12 +02:00 |
|
Nacho Codoñer
|
a244031b5b
|
exclude legacy arch compilation in dev mode
|
2025-04-15 19:03:57 +02:00 |
|
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 |
|