Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-06-26 | chore: Ensure copyright line is the first in the file (#19608) | Matt Mastracci | |
The copyright checker was allowing files with code above the copyright line in a few places, mainly as a result of IDEs ordering imports improperly. This makes the check more robust, and adds a whitelist of valid lines that may appear before the copyright line. | |||
2023-03-21 | chore(tools): Copyright checker had a bad interpolation (#18328) | Matt Mastracci | |
The copyright checker was erroring out with a bad interpolation if errors existed. | |||
2023-03-15 | chore: parallelize lint steps (#18214) | David Sherret | |
2023-02-17 | test: add node compat tests (#17805) | Yoshiya Hinosawa | |
2023-02-16 | test: add unit tests from std/node (#17794) | Bartek Iwańczuk | |
Adds two test files: "cli/tests/unit_node/process_test.ts" and "cli/tests/unit_node/child_process_test.ts" --------- Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com> | |||
2023-01-13 | chore: small cleanup of scripts in ./tools and run copyright checker in ↵ | David Sherret | |
lint.js (#17393) | |||
2023-01-13 | chore: add `copyright_checker` tool and add the missing copyright (#17285) | Yiyu Lin | |