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
zodern
47d1d414fd
Use SourceResource for package source resources
2021-05-31 10:46:20 -05:00
zodern
30e42bf431
Only use _dataUsed for source resources
2021-05-31 10:44:18 -05:00
Jan Dvorak
8a08a65290
Merge branch 'release-2.3' into remove-compat-bellow-1.0
2021-05-21 15:18:18 +02:00
Jan Dvorak
21c5f6a092
Update history & finish removal of deprecated package API
...
And correct versions for release
2021-05-20 21:40:00 +02:00
Filipe Névola
cb00f74cd2
Merge branch 'release-2.3' into release-node-14
2021-05-19 17:34:55 -04:00
Renan Castro
d6aeaf391d
Inline KNOWN_ISOBUILD_FEATURE_PACKAGES constant. On node 14, we faced an issue while importing this constant, probably related to changes on ES6 implementation in this version. See the changelog here: https://nodejs.org/en/blog/release/v14.0.0/#notable-changes
2021-05-19 17:56:38 -03:00
Renan Castro
685e321fac
User commonjs export
2021-05-19 11:01:00 -03:00
Jan Dvorak
351aff785c
Fix Typescript type issues
2021-05-17 18:07:39 +02:00
zodern
32958e2d34
Track which files build plugins use the content of
2021-05-14 16:36:18 -05:00
filipenevola
123c696d86
Changing the way to export NodeModulesDirectory to be like the others in the same file
...
Importing bundler using import instead of require
2021-05-13 09:48:58 -04:00
Jan Dvorak
17ebaddf2f
Merge pull request #11013 from joaomframos/10671_SourcemapsWithRootURL
...
Sourcemaps are now being loaded based on the ROOT_URL
2021-05-10 23:35:01 +09:00
Jan Dvorak
456d62eb91
Merge pull request #11411 from meteor/update-meteor-babel
...
Meteor Babel 7.11.0
2021-05-10 22:15:22 +09:00
Jan Dvorak
8ec9f0b7be
meteor-babel => @meteorjs/babel
2021-05-07 19:43:37 +02:00
zodern
07871e9a2e
Merge branch 'devel' into reify-runtime-compiler-cache
2021-04-30 17:26:39 -05:00
zodern
6038bd5c59
Add cache for reify runtime compiler
2021-04-26 13:57:12 -05:00
Jan Dvorak
87340709b4
Fix bundle and build tests
2021-04-23 17:57:26 +02:00
Jan Dvorak
91ecb1b8c0
Return bundle command & unipackage-pre2 handling
2021-04-23 17:57:01 +02:00
Jan Dvorak
b5b7306bed
Remove deprecated code from before v1.0
...
Remove deprecated code from before Meteor 1.0 that was documented via XXX COMPAT in comments. Move deprecated packages into the deprecated folder (deps, livedata, srp).
2021-04-23 17:56:05 +02:00
Jan Dvorak
42a04ed6c8
Merge branch 'devel' into 10671_SourcemapsWithRootURL
2021-04-23 14:46:04 +02:00
filipenevola
0dd85d5f2e
Test clean up and exposing fullBuffer, useful to logs
2021-04-09 18:52:54 -04:00
filipenevola
6667d54162
Fixes deprecatedMessage to be undefined by default
...
False should be considered as well in the deprecated field
2021-04-07 14:29:12 -04:00
Filipe Névola
ddc0cacf03
Merge branch 'devel' into 10671_SourcemapsWithRootURL
2021-03-31 11:23:25 -04:00
Jan Dvorak
809f0f5b63
List deprecated messages in the console
2021-03-19 11:41:22 +01:00
Jan Dvorak
fe78fe9970
Merge branch 'devel' into feature/package-deprecation
2021-03-16 10:28:37 +01:00
filipenevola
82932230d9
fix BigIntStats error on TypeScript
...
ignore Operator '&' cannot be applied to types 'number | bigint' and 'number'.
2021-02-23 20:46:38 -04:00
filipenevola
dd8181ce41
Merge branch 'devel' into release-2.0
2021-01-17 11:41:00 -04:00
filipenevola
0111ff7400
Fixes #11215 by adding nodeModulesToRecompile to the cacheKey
2021-01-17 09:30:09 -04:00
filipenevola
14049c57e7
Merge branch 'hot-module-reload' into release-2.0
2021-01-15 15:01:30 -04:00
Filipe Névola
479c4de87a
Merge pull request #10663 from jamesmillerburgess/npm-discards-ts
2021-01-15 14:53:54 -04:00
zodern
e3066fbd96
Clean up HMR code
2021-01-14 18:01:14 -06:00
filipenevola
76fc319d5f
Merge branch 'devel' into hot-module-reload
...
# Conflicts:
# meteor
2021-01-06 10:59:39 -04:00
tchiers
0782a5f181
Re-work to avoid if/else per PR feedback.
2020-12-09 12:51:30 -06:00
tchiers
1058d4d0e3
Change isWithinProdPackage() in isobuild/bundler.js to check for broken symlinks and throw a useful error. Fixes #11241 .
2020-11-12 22:03:44 -06:00
zodern
79529f518b
Fix handling updates to dynamic imports with HMR
2020-10-15 12:06:54 -05:00
zodern
7b535de971
Fix using HMR with dynamic imports
2020-10-14 14:22:48 -05:00
filipenevola
167fb90744
Merge branch 'devel' into hot-module-reload
2020-10-11 19:36:57 -04:00
zodern
a15de3fed1
Clean up HMR code
2020-10-10 21:36:08 -05:00
zodern
ab3d407d22
Integrate HMR into the meteor tool
2020-10-10 20:52:18 -05:00
denyhs
27e6d32e2e
- Inserting the word modules in the header part on the function _getClosureHeader
...
- Testing Safari in the version 11
2020-09-18 09:58:14 -04:00