summaryrefslogtreecommitdiff
path: root/third_party
AgeCommit message (Collapse)Author
2022-12-20chore: Update dlint (#17031)Kenta Moriuchi
Introduces `SafeSetIterator` and `SafeMapIterator` to primordials
2022-10-10fix(npm): support compiling on linux/aarch64 (#16208)Luke Channings
Changes introduced in #13633 have broken the ability to compile for linux/aarch64 - specifically the use of a `i8` as a char type, which is an `u8` on linux/aarch64. This PR: - Replaces instances of `i8` with the architecture-aware wrapper type `c_char` - Skips the use of `--export-dynamic-symbol` on linux-aarch64, because the target environments often rely on older libc/binutils versions
2022-07-12fix(ext/ffi): trampoline for fast calls (#15139)Divy Srivastava
2022-07-03chore: upgrade to dprint 0.30.2 internally (#15061)David Sherret
2022-06-29chore(cli/bench): Add bun HTTP server (#15004)Divy Srivastava
2022-03-28chore: update dprint internally to 0.24.1 (#14141)David Sherret
2022-03-13chore: use lld on aarch64-apple-darwin (#13928)Divy Srivastava
2022-02-04chore: upgrade third_party for dprint 0.22 (#13596)David Sherret
2022-01-17chore: update third_party for dprint 0.19 (#13398)David Sherret
2021-12-10feat(cli): update to TypeScript 4.5 (#12410)Kitson Kelly
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2021-09-06chore: upgrade third_party for dprint 0.17 (#11930)David Sherret
2021-08-20chore: upgrade dlint and run `prefer-primordials` rule (#11777)Yusuke Tanaka
2021-05-18chore: update deno_lint binary used in CI to v0.5.0 (#10652)Yusuke Tanaka
2021-05-06chore: upgrade dprint 0.13.1 to fix CI. (#10513)David Sherret
2021-02-19chore: update third_party submodule (#9548)Luca Casonato
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