Benign crates 1,203,327 installs Download

deno_doc 0.1.23

“doc generation for deno”

Rust test marker or harnessStep environment references an Actions secret
SHA-25691967783675550e9550963c6c0e0309fa2279ad1dd5248cc13380e1f288659e9

Evidence

Rust Tokio async runtime usage tests.rs · lines 70–76
70:8… me:ident, $source:expr, $private:expr; $block:expr ) => {
71 #[tokio::test]
72 async fn $name() {
73 use crate::tests::TestLoader;
74
75 let source_code = $source;
76 let private = $private; …
File path or name indicates test code tests.rs · lines 536–544
536:42… oo: string = "foo";"#;
537 let test_source_code = r#"
538 import { foo } from "./foo.ts";
539
⋯5 lines
Rust replaces matched string content parser.rs · lines 691–697
691:15… js_doc_comment
692 .text
693 .split('\n')
694 .map(|line| js_doc_re.replace(line, "").to_string())
695 .map(|line| {
696 if line.starts_with(&margin_pat) {
697 line[margin_pat.len()..].to_str …
#[cfg(test)] attribute swc_util.rs · lines 20–29
20:15… ript::parser::StringInput;
21use swc_ecmascript::parser::Syntax;
22
23#[cfg(test)]
24use swc_ecmascript::parser::TsConfig;
25
⋯4 lines
#[cfg(test)] attribute lib.rs · lines 1–14
1// Copyright 2020-2021 the Deno authors. All rights reserved. MIT license.
2
3#[macro_use]
4extern crate lazy_static;
5#[cfg(test)]
6#[macro_use]
7extern crate serde_json;
⋯7 lines

No evidence locations were recorded for this file. Raw result

Keyboard shortcuts on this page: j for the next sample, k for the previous one, x to go back to the feed, d to download the original bytes, r to re-queue the sample for analysis.