Commit Graph
66 Commits
Author SHA1 Message Date
Alexandru DimaandGitHub 76cc1fc7cc Add CodeQL comments (#185735) 2023-06-21 10:26:12 +02:00
Alexandru DimaandGitHub f0195104ab Adopt latest loader (#175379)
* Adopt latest loader

* Update to latest loader
2023-02-24 22:02:49 +01:00
9db57e76e9 Build: bundle / concat entry points (#161161)
* perf - concatenate windows main files

* Revert "Revert "Use `esbuild` to bundle some CommonJS main files (#160957)" (#161118)"

This reverts commit 84c46b71a5.

* build - exclude server main files

* build - make concat a task that runs like the others

* some renames

* Avoid overwriting the nodejs closure require

* Revert "build - exclude server main files"

This reverts commit 736516624e.

Co-authored-by: Alex Dima <alexdima@microsoft.com>
2022-09-21 00:38:44 -07:00
Alexandru DimaandGitHub bd782eb059 Adopt latest loader (#161129) 2022-09-16 21:13:20 -07:00
Alexandru DimaandGitHub 9db5a3674e Bring the nls loader plugin into our sources (#152338) 2022-06-16 22:01:19 +02:00
Tyler James LeonhardtandGitHub ba2dd82580 update loader (#149878) 2022-05-18 17:14:29 -07:00
Alex Dima 91c9d8ba86 Fixes #135467: update to latest loader which honours nodeModulesMap and amdModulesPattern only when running in a node-like environment 2021-10-21 15:51:53 +02:00
Alex Dima 2e0bb64461 Adopt latest loader 2021-10-14 17:09:03 +02:00
Alexandru Dima 7de611ff19 Adopt latest loader 2021-09-10 15:55:34 +02:00
AkatandGitHub 77905c850e fix some typo in comments, renaming few methods (#130470) 2021-08-11 17:57:48 -07:00
Alex Dima 3e22994cad Adopt latest loader (fixes #120150) 2021-04-01 16:54:35 +02:00
Alex Dima a3415e669a Fixes #119383: Use fetch instead of importScripts to avoid deadlock in Safari 2021-03-20 13:33:57 +01:00
Alexandru Dima b1ba0c70ea Fixes #114172: adopt latest loader 2021-01-27 21:45:42 +01:00
Johannes Rieken 7222c005ca update loader, event better fix for https://github.com/microsoft/vscode/issues/113852 2021-01-07 12:25:25 +01:00
Alexandru Dima 0e2a0f9013 Prompt when there is an AMD module cycle 2020-12-21 22:12:26 +01:00
Johannes Rieken 6391d710cf adopt latest loader, pass trusted types policy to loader, adopt in loader-usages 2020-11-27 14:44:55 +01:00
Alex Dima d99a9ade8a Update to latest loader 2020-11-19 16:33:37 +01:00
ChaseKnowldenandMartin Aeschlimann e8760a5d6c Fix capitalization of GitHub org 2020-09-17 11:43:03 +02:00
Johannes Rieken 133d95e618 adopt new amd loader with support for TrustedScriptURL, add typings for TrustedTypesFactory et al, https://github.com/microsoft/vscode/issues/106396 2020-09-11 17:59:23 +02:00
Alex Dima bf2299cda1 Update to latest loader 2020-07-07 23:06:41 +02:00
Johannes Rieken 80b0d7f007 adopt new loader, https://github.com/microsoft/vscode/issues/101685 2020-07-06 10:53:38 +02:00
Alex Dima 657faee915 Update to latest loader.js 2020-06-28 15:09:07 +02:00
Alex Dima a6e59815c8 Adopt vscode-oniguruma-wasm 2020-04-23 11:16:21 +02:00
Johannes Rieken fdab6671e1 adopt new loader, fixes https://github.com/microsoft/vscode/issues/90484 2020-02-20 11:12:01 +01:00
Johannes Rieken 62d864e64a update loader 2019-12-09 16:44:13 +01:00
Johannes Rieken fef6ca7c6d adopt new loader for #78542 2019-08-06 15:26:40 +02:00
Alex Dima d04d9d17c8 Update to latest loader 2019-07-30 16:08:34 +02:00
Alex Dima 8db973db62 Adopt latest loader (throws Error objects) 2019-07-30 16:08:34 +02:00
Alex Dima c2c785e4b2 Adopt latest loader 2019-07-09 16:32:24 +02:00
Johannes Rieken dc8abec980 adopt new loader, add cached data stats to perf editor, #62643 2019-06-06 12:23:58 +02:00
Johannes Rieken ee070dc2db remove --prof-modules-flag, adopt new loader, https://github.com/microsoft/vscode/issues/62643 2019-06-05 15:04:41 +02:00
Johannes Rieken 91298fd627 tweak timings 2019-01-17 17:43:31 -08:00
Johannes Rieken 59d2055502 use createCachedData when possible 2019-01-17 12:00:26 -08:00
Rob Lourens ef2547d547 replace void 0 with undefined 2019-01-03 11:20:19 -08:00
Johannes Rieken 2319dc2389 adopt new loader, make sure each loader instance has a static seed so that filenames don't conflict, #63605 2018-11-27 15:50:24 +01:00
Johannes Rieken c94bc23449 cached data for extensions, second try 2018-10-09 15:24:17 +02:00
Alex Dima 5820ae9638 Update to latest loader 2018-09-19 19:15:37 +02:00
Alex Dima 3b1fdf26bc Adopt latest loader 2018-09-03 23:15:45 +02:00
Alex Dima 6e91e58088 Revert loader breaking changes 2018-09-03 17:54:43 +02:00
Alex Dima 6c690f5bef Adopt latest loader 2018-09-03 17:37:45 +02:00
Johannes Rieken 7a6a466cab tweak all those copies of uriFromPath, #56691 2018-08-24 10:58:08 +02:00
Benjamin PaseroandGitHub 4e975a1beb ensure original-fs is used in all our AMD code (#54468) 2018-07-17 12:53:27 +02:00
Alex Dima dbd76d987c Adopt latest loader (which is snapshot-friendly) 2018-02-16 12:54:44 +02:00
Johannes Rieken c75389b974 break loader plugins into build and runtime version to keep the size low 2017-06-23 16:31:32 +02:00
Johannes Rieken 65ab56d1d6 adopt loader #bfe3f60 2017-06-23 15:55:22 +02:00
Johannes Rieken 2691c809bb adopt loader #1fe04a2 2017-06-23 10:57:09 +02:00
Johannes Rieken 1b80783d02 adopt loader with correct electron renderer file paths 2017-05-16 11:52:24 +02:00
Johannes Rieken cd6ee093b5 adopt new loader with 'onNodeCachedData', send telemetry for successful cached data generation 2017-05-16 10:49:09 +02:00
Johannes Rieken dcd784ee16 adopt new loader, fixes #25229 2017-05-04 15:51:19 +02:00
Johannes Rieken c0c5de44d8 add --coverage option #23742 2017-04-04 17:00:22 +02:00