mirror of
https://github.com/denoland/deno.git
synced 2024-11-01 09:24:20 -04:00
50e8ab8a86
This commit adds lint and fmt ignore directives to bundled code as well as a comment stating that the code was bundled and shouldn't be edited manually.
6 lines
162 B
Text
6 lines
162 B
Text
[WILDCARD]
|
|
// deno-fmt-ignore-file
|
|
// deno-lint-ignore-file
|
|
// This code was bundled using `deno bundle` and it's not recommended to edit it manually
|
|
|
|
[WILDCARD]
|