Commit Graph

1027 Commits

Author SHA1 Message Date
matheusccastro
343fa7f55a Add Assets async API and create findOneAsync on Mongo Connection API too 2023-04-19 19:44:13 -03:00
Tim Gates
aaefcc9abf docs: Fix a few typos
There are small typos in:
- docs/source/commandline.md
- tools/isobuild/compiler-deprecated-compile-step.js
- tools/utils/buildmessage.js

Fixes:
- Should read `libraries` rather than `libaries`.
- Should read `file name` rather than `filenanme`.
- Should read `compatibility` rather than `compitability`.

Signed-off-by: Tim Gates <tim.gates@iress.com>
2022-12-30 11:24:39 +11:00
Dirk Stolle
088e52f386 fix a few typos in tools directory 2022-11-03 17:42:40 +01:00
Gabriel Grubba
137f6fffc6 Merge pull request #12120 from meteor/fix/linting-exit-code
Fix bugs for linter build plugins
2022-08-15 15:14:36 -03:00
zodern
eee47027d7 Fix sorting when SourceProcessorSet has conflicts 2022-08-12 13:26:33 -05:00
zodern
95d0e90932 Fix error if sources for linting does not include main module 2022-08-08 10:53:47 -05:00
zodern
4440b30290 Use optimistic functions for reading files to lint 2022-08-08 10:49:49 -05:00
Denilson
aece11a87f Revert "Revert "Refactoring/Remove unused imports from tools folder"" 2022-07-13 08:37:42 -04:00
Denilson
f8114747cd Revert "Refactoring/Remove unused imports from tools folder" 2022-07-13 08:33:07 -04:00
afrokick
094cb6b322 remove unused imports from tools 2022-07-06 19:27:53 +03:00
Ikko Ashimine
6d19213ca0 Fix typo in bundler.js
overriden -> overridden
2022-06-23 14:42:22 +09:00
Denilson
0540ffc896 Merge pull request #12049 from meteor/fix/watching-windows-paths
Fix win style paths being added to watch sets
2022-05-31 10:05:21 -04:00
zodern
343c88fb31 Increase max size of IMPORT_SCANNER_CACHE 2022-05-25 13:12:13 -05:00
zodern
63b8aa3a50 Fix compilers adding os paths to watchset 2022-04-21 19:14:47 -05:00
zodern
ece628357d Remove extra log 2022-04-18 10:35:23 -04:00
zodern
f7044e561c Add _dataUsed property to prelink resources
The bundler expects this property to know if it should watch the resource.
2022-04-18 10:35:23 -04:00
Denilson
77937bef51 Merge pull request #11956 from meteor/adjust-import-scanner-cache-size
Adjust import scanner cache size
2022-03-07 08:35:09 -04:00
Denilson
f743b99692 Merge pull request #11955 from meteor/feature/node-prefix-imports
Support node: imports
2022-03-07 08:34:42 -04:00
zodern
b5e98139ee Increase import scanner cache size 2022-02-28 16:45:23 -06:00
zodern
9c6f60876d Support node: imports 2022-02-28 16:21:29 -06:00
zodern
93eedb5cea Allow minifiers to get source path of file 2022-02-28 14:00:28 -06:00
zodern
35dd7ab257 Pass lazy css resources to minifier in dev
This makes it consistent with non-lazy css resources, which were always being passed to the minifier.
2022-02-08 19:20:57 -06:00
Filipe Névola
33ad4b58b9 Merge pull request #11882 from meteor/build-plugins-handle-css-minifier-caching
Have build plugins handle caching for css minifiers
2022-02-05 14:43:19 +00:00
zodern
1a6a6b7b27 Support beforeMinify callbacks from minifiers 2022-02-04 16:01:50 -06:00
zodern
eb9a5864cb Remove cache option from readAndWatchFileWithHash 2022-02-04 13:46:59 -06:00
zodern
64bbff2a18 Add file.readAndWatchFileWithHash for css minifiers 2022-02-01 18:58:29 -06:00
zodern
367d0acdb7 Remove caching of css minifier from isobuild 2022-02-01 18:48:55 -06:00
denihs
18bfd070ab Fixing breaking changes with [Typescript](https://devblogs.microsoft.com/typescript/announcing-typescript-4-4/#using-unknown-in-catch-variables). 2022-02-01 16:25:07 -04:00
zodern
1498b78df7 Fix resolving npm deps when on different drive 2022-01-21 15:22:20 -06:00
Filipe Névola
0e8124c6ea Provides a better error message when we have invalid package.json files
Also provides new env vars to change the default behavior
2022-01-04 20:23:35 -04:00
Filipe Névola
b194793ec5 Provides a better error message when we have invalid package.json files
Also provides new env vars to change the default behavior
2022-01-04 20:21:14 -04:00
filipenevola
1b87f063fc Change reify to @meteorjs/reify 2021-11-24 09:37:24 -03:00
zodern
a32a77c95c Fix abs module id when on different drive 2021-10-12 22:43:59 -04:00
zodern
3e11a5c2ba Fix infinite loop when file is on a different drive 2021-10-12 22:43:59 -04:00
zodern
54557867e8 Add missing change 2021-10-12 22:43:56 -04:00
zodern
371a69f731 Fix race conditions in HMR
- To know which change sets to apply, the client needs to know when the version running was built. It used the time the client loaded, but it could have loaded after a new version of the app was built, especially on cordova. Now it uses the actual time the client was built.
- On cordova, there is a delay between the client knowing there is an update available, and being able to reload the page to use the new version.
2021-10-12 22:43:55 -04:00
zodern
133273ff24 Enable HMR for all web arch's 2021-10-12 22:43:53 -04:00
Jan Dvorak
cfeda963cc Merge branch 'devel' into release-2.4 2021-09-14 02:33:58 +09:00
Ikko Ashimine
aab0d7b8f3 Fix typo in package-source.js
preceeding -> preceding
2021-09-10 18:50:56 +09:00
Jan Dvorak
80295aeac8 Merge branch 'devel' into release-2.4 2021-08-12 23:18:11 +02:00
Beretta1979
7df1dca554 Fixes #11583
Do not add ROOT_URLto sourceMappingURL for base64 encoded urls
2021-08-12 11:23:00 +02:00
Jan Dvorak
71776ea489 Merge branch 'devel' into release-2.4 2021-07-17 23:19:35 +02:00
harryadel
55922449ca Add note about legacy bundle 2021-07-14 15:11:33 +02:00
Jan Dvorak
b6e127cfc9 Minor tools update
Replace underscore where easy and feasible & other minor modernization that I came across.
2021-06-25 00:36:03 +02:00
filipenevola
96ca5ba498 Fixing class export with classes in Node.js 14 2021-06-14 14:17:08 -04:00
filipenevola
07c77e8556 Merge release-2.3 into feature/accurate-unused-files-tracking 2021-06-14 13:48:11 -04:00
filipenevola
125846cefa Merge branch 'release-2.3' into feature/accurate-unused-files-tracking
# Conflicts:
#	tools/isobuild/compiler.js
2021-06-14 13:46:52 -04:00
zodern
72d487f535 Remove duplicate code 2021-06-11 13:37:55 -05:00
zodern
a92f0245ad Update list of unused files after linking 2021-06-04 14:25:04 -05:00
zodern
8acc780637 Fix writing prelinked files 2021-05-31 13:53:08 -05:00