1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-01 16:51:13 -05:00
denoland-deno/serde_v8/magic
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
..
any_value.rs chore: Ensure copyright line is the first in the file (#19608) 2023-06-26 09:38:55 -06:00
bigint.rs feat(serde_v8): better error output (#18815) 2023-04-27 02:12:39 +02:00
buffer.rs refactor(serde_v8): split ZeroCopyBuf into JsBuffer and ToJsBuffer (#19566) 2023-06-22 23:37:56 +02:00
bytestring.rs feat(serde_v8): better error output (#18815) 2023-04-27 02:12:39 +02:00
detached_buffer.rs feat(serde_v8): better error output (#18815) 2023-04-27 02:12:39 +02:00
external_pointer.rs feat(serde_v8): better error output (#18815) 2023-04-27 02:12:39 +02:00
global.rs chore: update copyright year to 2023 (#17247) 2023-01-02 21:00:42 +00:00
mod.rs feat(ext/kv): key-value store (#18232) 2023-03-22 12:13:24 +08:00
rawbytes.rs chore: update copyright year to 2023 (#17247) 2023-01-02 21:00:42 +00:00
string_or_buffer.rs refactor(serde_v8): split ZeroCopyBuf into JsBuffer and ToJsBuffer (#19566) 2023-06-22 23:37:56 +02:00
transl8.rs chore: update copyright year to 2023 (#17247) 2023-01-02 21:00:42 +00:00
u16string.rs feat(serde_v8): better error output (#18815) 2023-04-27 02:12:39 +02:00
v8slice.rs refactor(serde_v8): don't access backing store twice (#19382) 2023-06-06 08:02:16 -06:00
value.rs chore: update copyright year to 2023 (#17247) 2023-01-02 21:00:42 +00:00