summaryrefslogtreecommitdiff
path: root/tools/lint.js
AgeCommit message (Expand)Author
2024-04-23fix(workspace): provide workspace members as 'imports' in import map (#23492)Bartek Iwańczuk
2024-04-22feat: add jsx precompile skip element option (#23457)Marvin Hagemeister
2024-04-20chore: add lint script to ensure no new `itest!` tests (#23475)David Sherret
2024-03-13fix(node): resolve types via package.json for directory import (#22878)David Sherret
2024-03-11chore: enable clippy unused_async rule (#22834)David Sherret
2024-03-01ci: actually fix workflow permissions (#22644)David Sherret
2024-02-16chore: move `test_util/wpt` to `tests/wpt/suite` (#22412)Asher Gomez
2024-02-10chore: move cli/tests/ -> tests/ (#22369)Matt Mastracci
2024-01-26chore: use granular unstable flags in tools/ (#22138)Bartek Iwańczuk
2024-01-07fix(ext): enable prefer-primordials for internal TypeScript (#21813)Kenta Moriuchi
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-10-25feat(unstable): ability to `npm install` then `deno run main.ts` (#20967)David Sherret
2023-09-26chore: clean up lint script (#20682)Luca Casonato
2023-08-19chore: remove third_party submodule (#20201)Divy Srivastava
2023-06-27chore(ext/node): disable prefer-primordials on a per-file basis (#19553)Kenta Moriuchi
2023-06-24fix(ext/node): support brotli APIs (#19223)Divy Srivastava
2023-05-23feat: add support for globs in the config file and CLI arguments for files (#...Bartek Iwańczuk
2023-04-02chore: Turn back on dlintPreferPrimordials (#17715)Kenta Moriuchi
2023-03-22feat(cli): --ext parameter for run, compile, and bundle (#17172)Cre3per
2023-03-15chore: parallelize lint steps (#18214)David Sherret
2023-03-10build: run clippy with --all-features (#18115)Bartek Iwańczuk
2023-02-09refactor: deno_graph 0.43 upgrade (#17692)David Sherret
2023-01-26fix(core): Add lint check for core (#17223)Kenta Moriuchi
2023-01-13chore: small cleanup of scripts in ./tools and run copyright checker in lint....David Sherret
2023-01-02chore: update copyright year to 2023 (#17247)David Sherret
2022-12-01chore(tools): update deprecated commands in format and lint tool (#16864)Geert-Jan Zwiers
2022-11-30chore: remove unnecessary lifetimes (#16878)David Sherret
2022-11-25refactor: move dts files, diagnostics.rs, and tsc.rs to tsc folder (#16820)David Sherret
2022-11-11feat(ops): implement fast lazy async ops (#16579)Divy Srivastava
2022-11-10refactor(ops): Rewrite fast call optimizer and codegen (#16514)Divy Srivastava
2022-09-19refactor: move out test files from root testdata directory into sub directori...David Sherret
2022-08-25fix: avoid global declaration collisions in cjs (#15608)David Sherret
2022-08-19Fix: Honor linter rules in CI and locally (#15492)Mathias Lafeldt
2022-08-19chore(bench): add flash router benchmarks (#15495)Divy Srivastava
2022-08-18feat(ext/flash): An optimized http/1.1 server (#15405)Divy Srivastava
2022-08-11chore: move lint rules to cargo config for better editor integration (#15453)Mathias Lafeldt
2022-07-21fix(tools): upgrade to new `Deno.spawn` api (#15265)Satya Rohith
2022-06-26build: require safety comments on unsafe code (#13870)Luca Casonato
2022-06-18fix(fmt): should fail `--check` on parse error (#14907)David Sherret
2022-06-08chore(bench): generalized HTTP benchmarks framework (#14815)Divy Srivastava
2022-05-18refactor: use spawn API across codebase (#14414)Leo Kettmeir
2022-01-18Add LSP benchmark mimicking the one on quick-lint-js (#13365)Ryan Dahl
2022-01-07chore: update copyright to 2022 (#13306)Ryan Dahl
2021-12-14chore: lint cli/tests/unit/ (#13083)Bartek Iwańczuk
2021-12-10feat(cli): update to TypeScript 4.5 (#12410)Kitson Kelly
2021-11-03fix: Deno.emit crashes with BorrowMutError (#12627)Ryan Dahl
2021-08-20chore: upgrade dlint and run `prefer-primordials` rule (#11777)Yusuke Tanaka
2021-08-11chore: move test files to testdata directory (#11601)David Sherret
2021-04-11ci: store last-modified timestamps in Github Actions cache (#10110)Bert Belder
2021-03-02chore: upgrade crates (#9632)Bartek Iwańczuk