Commit Graph

5456 Commits

Author SHA1 Message Date
Tobias Koppers ee94677a77
Merge pull request #10632 from mohsen1/mohsen--prettier-3
Upgrade to Prettier 2
2020-03-30 11:37:23 +02:00
Tobias Koppers 7e5fdaafc0
Merge pull request #9119 from joeldenning/system-context
Exposing System.register _context variable to bundled code.
2020-03-30 11:06:59 +02:00
Tobias Koppers 383b3354dd fix typing issue in ContextModule 2020-03-30 10:01:52 +02:00
Mohsen Azimi 7b07a8db66 Upgrade to Prettier 2 2020-03-28 18:20:24 -04:00
Tobias Koppers 630bf17057
Merge pull request #10515 from webpack/feat-cli-flags
feat: cli flags
2020-03-26 20:44:17 +01:00
Tobias Koppers e8389aff46
Merge pull request #10572 from goganchic/refactor/buildChunkGraph
buildChunkGraph code clarification
2020-03-26 16:51:49 +01:00
Tobias Koppers 2606babd2d allow to pass a custom/modified schema 2020-03-26 16:47:00 +01:00
Tobias Koppers 269c230a00 more tests, better errors 2020-03-26 16:41:50 +01:00
Tobias Koppers 9eb1cd0ac5 test and fix reset flag
exclude some deprecated options
improve reference support in compile-to-definitions
stricter schema linting
2020-03-26 11:39:00 +01:00
Tobias Koppers 25f2b4aabf get rid of helpers in schema
handle array + single items by default in cli args
sort schema one/any/allOf array by type
2020-03-26 09:48:21 +01:00
Tobias Koppers 4f0502f297 remove overwrite cli flag 2020-03-25 23:48:51 +01:00
Tobias Koppers 43aed43222 add path handling, dedupe, fix schema issue 2020-03-25 23:38:42 +01:00
Tobias Koppers 20a47ea8a2 refactor to avoid handlers in arguments, simplify code 2020-03-25 23:38:05 +01:00
Tobias Koppers 298d49e012 fix array handling bugs 2020-03-25 23:29:36 +01:00
Tobias Koppers 2cc8a2074f improve array handling, tests 2020-03-25 23:29:35 +01:00
Tobias Koppers 730f3d10a7 refactor to store full path 2020-03-25 23:29:32 +01:00
Tobias Koppers dcd7f3245d Improve arguments generation 2020-03-25 23:29:31 +01:00
Tobias Koppers c0c98f4254 move cli flag generation to runtime 2020-03-25 23:29:26 +01:00
e.baranov 47cb8e1a28 refactor: clarify comments 2020-03-21 16:23:22 +03:00
e.baranov 1444bce9c9 refactor: rename chunkDependencies to chunkGroupDependencies 2020-03-18 10:54:43 +03:00
evilebottnawi a6a9ce3a74 chore: setup cspell 2020-03-13 14:09:14 +03:00
evilebottnawi b16a345e9f chore: setup cspell 2020-03-13 12:28:55 +03:00
evilebottnawi 02844747a7 chore: setup cspell 2020-03-13 12:27:45 +03:00
evilebottnawi cbef1509dd chore: setup cspell 2020-03-13 12:25:20 +03:00
evilebottnawi cc02825bed chore: setup cspell 2020-03-13 12:23:42 +03:00
evilebottnawi 3a118ff1cf chore: setup cspell 2020-03-13 12:13:55 +03:00
evilebottnawi dafa4cd69a chore: setup cspell 2020-03-12 19:51:26 +03:00
Shivay Lamba c534b08369
Fix typos
Fixed typo.
2020-03-12 15:48:54 +05:30
Tobias Koppers fcd63bc216
Merge pull request #10482 from webpack/feat-bigint-for-DefinePlugin
feat: `bigint` for the `DefinePlugin` plugin
2020-03-11 09:51:29 +01:00
Joel Denning ccd24605ef Merge branch 'master' into system-context 2020-03-10 10:37:28 -06:00
Tobias Koppers b4993f1ccc
Merge pull request #10503 from joeldenning/system-esmodule
Fix externals interop within SystemLibraryPlugin.
2020-03-10 15:38:38 +01:00
Nitin Kumar 285529a643
chore: fix typos across the project 2020-03-10 07:29:46 +05:30
Tobias Koppers 712711d2a1 setters are non-optional 2020-03-09 11:03:41 +01:00
Tobias Koppers 994b47faa6 formating, use real big number 2020-03-09 10:59:31 +01:00
evilebottnawi 09197da090 feat: `bigint` for the `DefinePlugin` plugin 2020-03-09 10:57:22 +01:00
evilebottnawi 784ff508d0 feat: `bigint` for the `DefinePlugin` plugin 2020-03-09 10:57:14 +01:00
evilebottnawi 1308ae7e8e feat: `bigint` for the `DefinePlugin` plugin 2020-03-09 10:57:05 +01:00
Tobias Koppers c94aea82cc enable export mangling for system.js externals
add __esModule flag only when needed
2020-03-05 14:07:55 +01:00
Joel Denning 3d3d20e353 sokra's feedback 2020-03-04 10:53:07 -07:00
Tobias Koppers 788ad71427
Merge pull request #10500 from webpack/chore-deps-update-eslint-plugins
chore(deps): update eslint plugins
2020-03-04 15:17:41 +01:00
evilebottnawi 93dd2b0cfb chore(deps): update eslint plugins 2020-03-04 12:37:14 +03:00
Joel Denning d3b44c96a0 Fix externals interop within SystemLibraryPlugin. 2020-03-03 19:01:00 -07:00
Tobias Koppers a995a335f4
add missing argument check 2020-03-02 16:05:43 +01:00
evilebottnawi f4ba449130 fix: negative zero for DefinePlugin 2020-03-02 16:49:59 +03:00
Joel Denning 76d5cd579c Exposing System.register _context variable to bundled code.
Making __system_context__ available to code splits.

Fixing git problem

Making PR compatible with webpack 5

Undoing prettier changes to open-bot

Adding test

Triggering build

Triggering build

Reimplementing with new file

Exposing System.register _context variable to bundled code.

Making __system_context__ available to code splits.

Making PR compatible with webpack 5

Undoing prettier changes to open-bot

Adding test

Triggering build

Triggering build

Self review

Self review

Fixing license

Removing deleted file

Fix
2020-02-29 15:24:52 -07:00
Tobias Koppers b1b6b42f7c
Merge pull request #10422 from webpack/dependabot/npm_and_yarn/typescript-3.8.2
chore(deps-dev): bump typescript from 3.7.5 to 3.8.2
2020-02-28 14:05:53 +01:00
Tobias Koppers bbc888db1b
Merge pull request #10411 from jamesgeorge007/hotfix/typo
chore(APIPlugin): Minor typographical fix
2020-02-28 09:53:29 +01:00
Tobias Koppers 6daf2ce243 make private property public 2020-02-28 09:50:58 +01:00
Tobias Koppers 70fc2f7392 code cleanup from review 2020-02-26 17:36:44 +01:00
Tobias Koppers ed097f08d9 fix accessWithInit helper function 2020-02-26 17:36:28 +01:00