summaryrefslogtreecommitdiff
path: root/third_party
AgeCommit message (Collapse)Author
2021-01-16upgrade: dlint in third_party/ (#9134)Bartek Iwańczuk
2020-11-25build: upgrade dprint to 0.10.0 (#8494)Bartek Iwańczuk
2020-11-14build: update dlint to v0.2.10 (#8284)Yusuke Tanaka
Update prebuilt "dlint" binary to v0.2.10 and fix diagnostics for "require-await" rule. Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2020-11-05update third_party (#8253)Bartek Iwańczuk
2020-11-05build: rewrite tools/ scripts to deno (#8247)Bartek Iwańczuk
This commit rewrites scripts in "tools/" directory to use Deno instead of Python. In return it allows to remove huge number of Python packages in "third_party/".
2020-11-03chore: update third_party (#8234)Bartek Iwańczuk
2020-11-03build: remove eslint (#8232)Bartek Iwańczuk
This commit updates "third_party" submodule to remove "eslint" and its dependencies. In result "tools/package.json" has been removed.
2020-11-03build: migrate to dlint (#8176)Bartek Iwańczuk
This commit migrates repository from using "eslint" to "dlint" for linting JavaScript code.
2020-08-24feat: update to TypeScript 4.0 (#6514)Kitson Kelly
2020-08-18Upgrade third_party and dprint plugins. (#7097)David Sherret
2020-07-22Use incremental formatting internally for dprint (#6815)David Sherret
2020-07-16Update dprint. Also ignore gh-pages dir. (#6778)David Sherret
2020-07-14Use dprint for internal formatting (#6682)David Sherret
2020-05-13Update to TypeScript 3.9 (#4510)Kitson Kelly
2020-03-28Update to Prettier 2 and use ES Private Fields (#4498)Kitson Kelly
2020-03-21Optimize github cache usage, remove sccache (#4452)Bert Belder
2020-03-14Downgrade third_party/prebuild/windows/sccache.exe (#4375)Ryan Dahl
Not working due to "multiple input files" on both Azure and S3.
2020-03-14ci: Use Azure blob storage for sccache (#4354)Ryan Dahl
2020-02-25upgrade: TypeScript 3.8 (#4100)Kitson Kelly
2020-01-05Replace libdeno with rusty_v8 (#3556)Ry Dahl
2019-12-04fix depot_tools on macOS Catalina by upgrading it to 23247b9 (#3441)Christian Moritz
Fixes: #3440 Fixes: #3153
2019-11-13Update to TypeScript 3.7 (#3275)Kitson Kelly
and update to prettier 1.19 Also, update `assert()` and remove not null assertions where possibly in `cli`. Closes #3273
2019-11-07Rebase v8 changes in third_partyRyan Dahl
2019-11-07upgrade: V8 8.0.192Ryan Dahl
2019-10-31Upgrade node_modules, change tagline, clean up root directory (#3247)Ry Dahl
* Upgrade node_modules * Simplify tagline * Move gclient_config.py out of root * Move package.json to tools * Remove yarn.lock * Remove CONTRIBUTING.md
2019-10-28Move prebuilt binaries to third_party (#3227)Ry Dahl
2019-10-28Upgrade V8 to 7.9.317.12 (#3208)Ry Dahl
2019-10-22upgrade: typescript-eslint to 2.5.0 (#3184)Yoshiya Hinosawa
2019-10-21third_party: cherry-pick depot_tools 6a1d778 to fix macOS Cataliona issues ↵Christian Moritz
(#3175)
2019-10-15Upgrade V8 to 7.9.304Ryan Dahl
2019-10-06Upgrade V8 to 7.9.218 (#3067)Ryan Dahl
2019-09-24Upgrade V8 for top-level-await (#3015)Ryan Dahl
2019-09-19Clean up miscellaneous metafiles (#2981)Bert Belder
The yarn.lock file is moved from //third_party to the root of the main repository. This is where other package metadata files (e.g. Cargo.lock and package.json) are also located.
2019-09-17Run tools/sync_node_modules.py (#2972)Ryan Dahl
2019-09-17Update to TypeScript 3.6.3 (#2969)Kitson Kelly
2019-09-15third_party: remove zlibBert Belder
2019-09-15Move GN root into //core/libdeno (#2943)Christian Moritz
2019-09-11tools: download gn from CIPD (#2912)Christian Moritz
2019-09-11Upgrade pylint (#2917)Ryan Dahl
depot_tools is removing pylint from its distribution so we must maintain our own copy.
2019-09-10Upgrade V8 to 7.9.8 (#2907)Ryan Dahl
//build was updated and our patch rebased: https://github.com/denoland/chromium_build/tree/20190910_win_clang_depfile V8 has removed the binaries third_party/v8/buildtools/*/gn.sha1 and started using CIPD. In this patch, I've hacked in the original .sha1 files and continue to use download_from_google_storage instead of the new CIPD. This will be fixed in later work.
2019-09-07Update @typescript-eslint/* to v2.1.0 (#2878)Yoshiya Hinosawa
2019-09-06Remove tools/build.py (#2865)Ryan Dahl
Testing regression: ASAN build removed.
2019-09-02Refactor snapshot build (#2825)Ryan Dahl
Instead of using core/snapshot_creator.rs, instead two crates are introduced which allow building the snapshot during build.rs. Rollup is removed and replaced with our own bundler. This removes the Node build dependency. Modules in //js now use Deno-style imports with file extensions, rather than Node style extensionless imports. This improves incremental build time when changes are made to //js files by about 40 seconds.
2019-08-30third_party: add 'reqwest' crate and dependenciesBert Belder
2019-08-29third_party: upgrade 'rustls' and related cratesBert Belder
2019-08-29third_party: downgrade 'url' crate to version 1.7.2Bert Belder
2019-08-28Remove @stardazed/streamsRyan Dahl
This is a regression on several some features in the fetch API. To bring these back @stardazed/streams simply needs to be ported to TS and included in the //js directory. Towards #2608
2019-08-28Internalize base64-js, convert to TypeScriptRyan Dahl
2019-08-26Remove flatbuffers (#2818)Ryan Dahl
2019-08-22third_party: upgrade rust cratesBert Belder