1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-23 07:44:48 -05:00
denoland-deno/ops/op2
Matt Mastracci fa935e553a
chore: Ensure copyright line is the first in the file (#19608)
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-06-26 09:38:55 -06:00
..
test_cases/sync refactor(ops): ops2 supports result in fast path (#19603) 2023-06-25 16:36:09 +02:00
dispatch_fast.rs refactor(ops): ops2 supports result in fast path (#19603) 2023-06-25 16:36:09 +02:00
dispatch_slow.rs chore: Ensure copyright line is the first in the file (#19608) 2023-06-26 09:38:55 -06:00
generator_state.rs refactor(ops): ops2 supports result in fast path (#19603) 2023-06-25 16:36:09 +02:00
mod.rs refactor(ops): ops2 supports result in fast path (#19603) 2023-06-25 16:36:09 +02:00
signature.rs refactor(ops): Adding op2 macro and implementing in a couple of places (#19534) 2023-06-24 13:54:10 +02:00