⚓ A collection of high-performance JavaScript tools.
3900 matches across 11 categories. Click a row to expand file-level details.
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | deny.toml | 1 | # This template contains all of the possible sections and their default values |
| LOW | deny.toml | 21 | yanked = "warn" |
| LOW | deny.toml | 61 | "CDLA-Permissive-2.0", |
| LOW | deny.toml | 81 | # The name of the crate the clarification applies to |
| LOW | deny.toml | 101 | # visit https://doc.rust-lang.org/cargo/reference/manifest.html#the-publish-field. |
| LOW | deny.toml | 121 | # * lowest-version - The path to the lowest versioned duplicate is highlighted |
| LOW | deny.toml | 141 | # not specified, all versions will be matched. |
| LOW | deny.toml | 161 | # "hyper-rustls", |
| LOW | deny.toml | 181 | skip-tree = [ |
| LOW | deny.toml | 201 | |
| LOW | deny.toml | 221 | # The triple can be any string, but only the target triples built in to |
| LOW | deny.toml | 241 | # If true, metadata will be collected with `--no-default-features`. The same |
| LOW | .rustfmt.toml | 1 | style_edition = "2024" |
| LOW | tasks/benchmark/benches/lexer.rs | 81 | while lexer.next_token_for_benchmarks().kind() != Kind::Eof {} |
| LOW | tasks/benchmark/src/lib.rs | 1 | use std::alloc::{GlobalAlloc, Layout, System}; |
| LOW | tasks/transform_checker/src/lib.rs | 1 | //! Utility to check correctness of `ScopeTree` and `SymbolTable` after transformer has run. |
| LOW | tasks/transform_checker/src/lib.rs | 21 | //! |
| LOW | tasks/transform_checker/src/lib.rs | 41 | //! The scope IDs are: |
| LOW | tasks/transform_checker/src/lib.rs | 61 | //! function f() { /* Scope ID 2 */ } |
| LOW | tasks/transform_conformance/src/constants.rs | 21 | // [Syntax] "babel-plugin-transform-syntax-bigint", |
| LOW | tasks/transform_conformance/src/constants.rs | 41 | // "babel-plugin-transform-sticky-regex", |
| LOW | tasks/prettier_conformance/src/lib.rs | 121 | |
| LOW | tasks/prettier_conformance/src/lib.rs | 321 | /// ===optionsB=== |
| LOW | tasks/ast_tools/src/main.rs | 1 | //! Generator of code related to AST. |
| LOW | tasks/ast_tools/src/main.rs | 21 | //! # When code generation happens, and where it goes |
| LOW | tasks/ast_tools/src/main.rs | 41 | //! All `.rs` source files in crates which depend on `oxc_ast_macros` crate are read and parsed with [`syn`]. |
| LOW | tasks/ast_tools/src/main.rs | 61 | //! * [`StructDef`] contains info about the name and type of every field in the struct. |
| LOW | tasks/ast_tools/src/main.rs | 81 | //! The end result of this phase is the [`Schema`], which is the single source of truth about the AST. |
| LOW | tasks/ast_tools/src/main.rs | 101 | //! |
| LOW | tasks/ast_tools/src/main.rs | 121 | //! |
| LOW | tasks/ast_tools/src/main.rs | 141 | //! |
| LOW | tasks/ast_tools/src/main.rs | 161 | //! custom attributes, and are much simpler than `syn`'s types. |
| LOW | tasks/ast_tools/src/parse/attr.rs | 141 | #[derive(Debug)] |
| LOW | tasks/ast_tools/src/parse/mod.rs | 1 | //! Create schema of types from Rust source files. |
| LOW | tasks/ast_tools/src/parse/mod.rs | 21 | //! by [`TypeId`] - same order of entries as the `FxIndexSet` of type names from phase 1. |
| LOW | tasks/ast_tools/src/parse/mod.rs | 121 | /// (when the `proc-macro` feature is enabled on `proc-macro2`). |
| LOW | tasks/ast_tools/src/parse/parse.rs | 41 | |
| LOW | tasks/ast_tools/src/output/rust.rs | 61 | /// Original comment can be either `///@` or `//!@`. |
| LOW | tasks/ast_tools/src/output/javascript.rs | 81 | /// `const` statements will be inserted at the top of the file for the flags listed in `FLAG_NAMES`. |
| LOW | tasks/ast_tools/src/output/javascript.rs | 101 | /// |
| LOW | tasks/ast_tools/src/output/javascript.rs | 121 | /// |
| LOW | tasks/ast_tools/src/output/javascript.rs | 141 | /// impl VariantGenerator<2> for Gen { |
| LOW | tasks/ast_tools/src/output/yaml.rs | 21 | /// * Glob patterns for watched crates (`{crate}/src/**/*.rs`) |
| LOW | tasks/ast_tools/src/schema/mod.rs | 121 | /// Get reference to [`StructDef`] for a [`TypeId`]. |
| LOW | tasks/ast_tools/src/schema/mod.rs | 161 | /// Get mutable reference to [`PrimitiveDef`] for a [`TypeId`]. |
| LOW | tasks/ast_tools/src/schema/mod.rs | 201 | /// Get reference to [`VecDef`] for a [`TypeId`]. |
| LOW | tasks/ast_tools/src/schema/extensions/estree.rs | 1 | /// Configuration for ESTree generator on a struct. |
| LOW | tasks/ast_tools/src/schema/extensions/estree.rs | 21 | /// * Actual struct field: index of the field. |
| LOW | tasks/ast_tools/src/schema/extensions/estree.rs | 41 | /// Name of custom converter `#[ast_meta]` type to use to serialize this enum. |
| LOW | tasks/ast_tools/src/schema/extensions/estree.rs | 61 | |
| LOW | tasks/ast_tools/src/schema/extensions/estree.rs | 81 | pub no_flatten: bool, |
| LOW | tasks/ast_tools/src/schema/defs/mod.rs | 101 | /// |
| LOW | tasks/ast_tools/src/schema/defs/mod.rs | 141 | result |
| LOW | tasks/ast_tools/src/derives/dummy.rs | 141 | alloc.count += field_alloc.count; |
| LOW | tasks/ast_tools/src/derives/mod.rs | 61 | /// |
| LOW | tasks/ast_tools/src/derives/mod.rs | 81 | /// } |
| LOW | tasks/ast_tools/src/derives/mod.rs | 101 | /// #[ast(visit)] |
| LOW | tasks/ast_tools/src/derives/estree.rs | 381 | let stmts = g.stmts; |
| LOW | tasks/ast_tools/src/generators/scopes_collector.rs | 41 | /// |
| LOW | tasks/ast_tools/src/generators/scopes_collector.rs | 81 | if state == CalculationState::NotCalculated { |
| 3674 more matches not shown… | |||
| Severity | File | Line | Snippet |
|---|---|---|---|
| CRITICAL | crates/oxc_linter/src/config/config_store.rs | 364 | self.base.base.config.options.type_aware.unwrap_or(false) |
| CRITICAL | crates/oxc_linter/src/config/config_store.rs | 369 | self.base.base.config.options.type_check.unwrap_or(false) |
| CRITICAL | crates/oxc_linter/src/config/config_store.rs | 374 | self.base.base.config.options.deny_warnings.unwrap_or(false) |
| CRITICAL | crates/oxc_linter/src/config/config_store.rs | 389 | self.base.base.config.options.respect_eslint_disable_directives.unwrap_or(true) |
| CRITICAL | crates/oxc_linter/src/config/config_store.rs | 849 | assert!(!store.base.base.config.env.contains("React")); |
| CRITICAL | crates/oxc_linter/src/config/config_store.rs | 873 | assert!(store.base.base.config.env.contains("es2024")); |
| CRITICAL | crates/oxc_linter/src/config/config_store.rs | 897 | assert!(!store.base.base.config.globals.is_enabled("React")); |
| CRITICAL | crates/oxc_linter/src/config/config_store.rs | 898 | assert!(!store.base.base.config.globals.is_enabled("Secret")); |
| CRITICAL | crates/oxc_linter/src/config/config_store.rs | 974 | assert!(store.base.base.config.globals.is_enabled("React")); |
| CRITICAL | crates/oxc_linter/src/config/config_store.rs | 975 | assert!(store.base.base.config.globals.is_enabled("Secret")); |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | tasks/ast_tools/src/generators/estree_visit.rs | 207 | function debugCheckAncestorsOnExit(lenBefore, node) { |
| LOW | tasks/compat_data/chromium-to-electron.js | 16 | function addElectronSupportFromChromium(supportData) { |
| LOW | …xc_linter/src/rules/typescript/no_invalid_void_type.rs | 574 | function returnsVoidPromiseDirectly(): Promise<void> { |
| LOW | crates/oxc_linter/src/rules/eslint/no_magic_numbers.rs | 748 | ("function getNegativeSecondsInMinute() {return -60;}", None), |
| LOW | …s/oxc_linter/src/rules/eslint/no_unused_expressions.rs | 423 | function namedFunctionInExpressionContext() { |
| LOW | …inter/src/rules/react/no_unstable_nested_components.rs | 1206 | function UnstableNestedFunctionComponent() { |
| LOW | …inter/src/rules/react/no_unstable_nested_components.rs | 1222 | function UnstableNestedFunctionComponent() { |
| LOW | …inter/src/rules/react/no_unstable_nested_components.rs | 1270 | function UnstableNestedFunctionComponent() { |
| LOW | …inter/src/rules/react/no_unstable_nested_components.rs | 1286 | function UnstableNestedFunctionComponent() { |
| LOW | …inter/src/rules/react/no_unstable_nested_components.rs | 1302 | function UnstableNestedFunctionComponent() { |
| LOW | …inter/src/rules/react/no_unstable_nested_components.rs | 1318 | function UnstableNestedFunctionComponent() { |
| LOW | …inter/src/rules/react/no_unstable_nested_components.rs | 1443 | function UnstableNestedFunctionComponent() { |
| LOW | …inter/src/rules/react/no_unstable_nested_components.rs | 1461 | function UnstableNestedClassComponent() { |
| LOW | …inter/src/rules/react/no_unstable_nested_components.rs | 1515 | function NestedUnstableFunctionComponent() { |
| LOW | …inter/src/rules/react/no_unstable_nested_components.rs | 1535 | function NestedUnstableFunctionComponent() { |
| LOW | crates/oxc_linter/src/rules/react/rules_of_hooks.rs | 820 | function ComponentWithNormalFunction() { |
| LOW | crates/oxc_linter/src/rules/react/rules_of_hooks.rs | 826 | function normalFunctionWithNormalFunction() { |
| LOW | crates/oxc_linter/src/rules/react/rules_of_hooks.rs | 832 | function normalFunctionWithConditionalFunction() { |
| LOW | crates/oxc_linter/src/rules/react/rules_of_hooks.rs | 840 | function functionThatStartsWithUseButIsntAHook() { |
| LOW | crates/oxc_linter/src/rules/react/rules_of_hooks.rs | 1530 | function ComponentWithHookInsideLoop() { |
| LOW | crates/oxc_linter/src/rules/react/rules_of_hooks.rs | 1537 | function ComponentWithHookInsideLoop() { |
| LOW | crates/oxc_linter/src/rules/react/rules_of_hooks.rs | 1546 | function ComponentWithHookInsideLoop() { |
| LOW | crates/oxc_linter/src/rules/react/rules_of_hooks.rs | 728 | function ComponentWithConditionalHook() { |
| LOW | crates/oxc_linter/src/rules/react/rules_of_hooks.rs | 1315 | function ComponentWithConditionalHook() { |
| LOW | crates/oxc_linter/src/rules/react/rules_of_hooks.rs | 1412 | function ComponentWithConditionalHook() { |
| LOW | crates/oxc_linter/src/rules/react/rules_of_hooks.rs | 1423 | return function ComponentWithConditionalHook() { |
| LOW | crates/oxc_linter/src/rules/react/rules_of_hooks.rs | 1434 | function useHookWithConditionalHook() { |
| LOW | crates/oxc_linter/src/rules/react/rules_of_hooks.rs | 1445 | return function useHookWithConditionalHook() { |
| LOW | crates/oxc_linter/src/rules/react/rules_of_hooks.rs | 1464 | function ComponentWithHookInsideCallback() { |
| LOW | crates/oxc_linter/src/rules/react/rules_of_hooks.rs | 1475 | return function ComponentWithHookInsideCallback() { |
| LOW | crates/oxc_linter/src/rules/react/rules_of_hooks.rs | 1508 | function ComponentWithHookInsideCallback() { |
| LOW | crates/oxc_linter/src/rules/react/rules_of_hooks.rs | 1519 | return function ComponentWithHookInsideCallback() { |
| LOW | crates/oxc_linter/src/rules/react/rules_of_hooks.rs | 1596 | function normalFunctionWithConditionalHook() { |
| LOW | .github/scripts/generate-benchmark-matrix.js | 127 | async function determineAffectedComponents() { |
| LOW | apps/oxfmt/test/lsp/utils.ts | 228 | export async function formatFixtureAfterConfigChange( |
| LOW | apps/oxlint/test/lsp/utils.ts | 212 | export async function lintMultiWorkspaceFixture( |
| LOW | apps/oxlint/test/lsp/utils.ts | 250 | export async function lintFixtureWithFileContentChange( |
| LOW | apps/oxlint/test/lsp/utils.ts | 267 | export async function lintMultiWorkspaceFixtureWithFileContentChange( |
| LOW | apps/oxlint/src-js/plugins/comments.ts | 311 | function deserializeCommentIfNeeded(index: number): Comment | null { |
| LOW | apps/oxlint/src-js/plugins/comments.ts | 370 | function debugCheckDeserializedComments(): void { |
| LOW | apps/oxlint/src-js/plugins/comments.ts | 451 | function debugAssertAllCommentsCleared(): void { |
| LOW | apps/oxlint/src-js/plugins/report.ts | 285 | function resolveMessageFromMessageId(messageId: string, ruleDetails: RuleDetails): string { |
| LOW | apps/oxlint/src-js/plugins/fix.ts | 227 | function validateAndConvertFix(fix: Fix): FixReport { |
| LOW | apps/oxlint/src-js/plugins/location.ts | 116 | export function debugAssertLinesIsInitialized(): void { |
| LOW | apps/oxlint/src-js/plugins/tokens.ts | 506 | function debugCheckDeserializedTokens(): void { |
| LOW | apps/oxlint/src-js/plugins/tokens.ts | 600 | function debugAssertAllTokensCleared(): void { |
| LOW | apps/oxlint/src-js/plugins/selector.ts | 360 | export function wrapVisitFnWithSelectorMatch( |
| LOW | apps/oxlint/src-js/plugins/tokens_and_comments.ts | 112 | export function initTokensAndCommentsBuffer(): void { |
| LOW | apps/oxlint/src-js/plugins/cfg.ts | 290 | export function debugAssertIsEnterExitObject(enterExit: unknown): asserts enterExit is EnterExit { |
| LOW | apps/oxlint/src-js/package/rule_tester.ts | 584 | function assertValidTestCasePasses(test: ValidTestCase, plugin: Plugin, config: Config): void { |
| LOW | apps/oxlint/src-js/package/rule_tester.ts | 622 | function assertInvalidTestCasePasses(test: InvalidTestCase, plugin: Plugin, config: Config): void { |
| LOW | apps/oxlint/src-js/package/rule_tester.ts | 739 | function assertInvalidTestCaseMessageIsCorrect( |
| LOW | apps/oxlint/src-js/package/rule_tester.ts | 846 | function assertInvalidTestCaseLocationIsCorrect( |
| LOW | apps/oxlint/src-js/package/rule_tester.ts | 920 | function assertSuggestionsAreCorrect( |
| LOW | apps/oxlint/src-js/package/rule_tester.ts | 972 | function assertSuggestionMessageIsCorrect( |
| LOW | apps/oxlint/src-js/package/rule_tester.ts | 1020 | function assertErrorCountIsCorrect(diagnostics: Diagnostic[], expectedErrorCount: number): void { |
| LOW | apps/oxlint/src-js/package/rule_tester.ts | 1059 | function getUnsubstitutedMessagePlaceholders( |
| LOW | apps/oxlint/src-js/package/rule_tester.ts | 1509 | function setEcmaVersionAndFeatures(test: TestCase) { |
| LOW | apps/oxlint/src-js/package/rule_tester.ts | 1609 | function assertValidTestCaseIsWellFormed(test: ValidTestCase, seenTestCases: Set<string>): void { |
| LOW | apps/oxlint/src-js/package/rule_tester.ts | 1635 | function assertInvalidTestCaseIsWellFormed( |
| 27 more matches not shown… | |||
| Severity | File | Line | Snippet |
|---|---|---|---|
| MEDIUM | crates/oxc_language_server/src/tests.rs | 1776 | // ── Single-file mode (no workspace folders / root URI on initialize) ────── |
| MEDIUM | crates/oxc_language_server/src/worker_manager.rs | 98 | // ── Starting / Stopping ─────────────────────────────────────────────────────── |
| MEDIUM | crates/oxc_language_server/src/worker_manager.rs | 154 | // ── State accessors ─────────────────────────────────────────────────────── |
| MEDIUM | crates/oxc_language_server/src/worker_manager.rs | 187 | // ── Worker creation ─────────────────────────────────────────────────────── |
| MEDIUM | crates/oxc_language_server/src/worker_manager.rs | 200 | // ── Lookup helpers (associated functions) ───────────────────────────────── |
| MEDIUM | crates/oxc_language_server/src/worker_manager.rs | 298 | // ── Workspace-folder change handling ────────────────────────────────────── |
| MEDIUM | crates/oxc_language_server/src/worker_manager.rs | 344 | // ── Single-file mode operations ─────────────────────────────────────────── |
| MEDIUM | crates/oxc_linter/examples/linter.rs | 88 | // · ───────── |
| MEDIUM | crates/oxc_linter/src/disable_directives.rs | 825 | /// ────┬──────────────────────────────────────────── |
| MEDIUM | crates/oxc_jsdoc/src/parser/jsdoc_parts.rs | 61 | // ─────── |
| MEDIUM | …formatter/src/formatter/jsdoc/mdast_serialize/nodes.rs | 280 | // ────────────────────────────────────────────────── |
| MEDIUM | …formatter/src/formatter/jsdoc/mdast_serialize/nodes.rs | 282 | // ────────────────────────────────────────────────── |
| MEDIUM | …formatter/src/formatter/jsdoc/mdast_serialize/nodes.rs | 545 | // ────────────────────────────────────────────────── |
| MEDIUM | …formatter/src/formatter/jsdoc/mdast_serialize/nodes.rs | 547 | // ────────────────────────────────────────────────── |
| MEDIUM | …formatter/src/formatter/jsdoc/mdast_serialize/nodes.rs | 683 | // ────────────────────────────────────────────────── |
| MEDIUM | …formatter/src/formatter/jsdoc/mdast_serialize/nodes.rs | 685 | // ────────────────────────────────────────────────── |
| MEDIUM | …formatter/src/formatter/jsdoc/mdast_serialize/nodes.rs | 782 | // ────────────────────────────────────────────────── |
| MEDIUM | …formatter/src/formatter/jsdoc/mdast_serialize/nodes.rs | 784 | // ────────────────────────────────────────────────── |
| Severity | File | Line | Snippet |
|---|---|---|---|
| MEDIUM | tasks/ast_tools/src/main.rs | 77 | //! Custom attributes on types (e.g. `#[visit]`) are also parsed at this stage, in conjunction with |
| MEDIUM | tasks/ast_tools/src/main.rs | 403 | /// to include all attrs which generators/derives utilize. |
| MEDIUM | crates/oxc_parser/src/lexer/source.rs | 787 | // Implement `Ord` and `PartialOrd` using `(*const u8)::offset_from` to utilize the invariant |
| MEDIUM | …rmer/src/es2018/async_generator_functions/for_await.rs | 57 | // but we don't have a such method to do it, so we leverage the statement injector. |
| MEDIUM | …tes/oxc_linter/src/rules/vitest/prefer_to_be_truthy.rs | 82 | /// truthy value, which makes the tests more comprehensive and robust. |
| MEDIUM | …oxc_linter/src/rules/typescript/no_inferrable_types.rs | 97 | // Essentially a readonly property without a type |
| MEDIUM | …_linter/src/rules/eslint/prefer_named_capture_group.rs | 44 | /// and allow references by name (e.g. `match.groups.year`), which is more robust. |
| MEDIUM | …/oxc_linter/src/rules/eslint/class_methods_use_this.rs | 86 | /// Enforce that class methods utilize `this`. |
| MEDIUM | crates/oxc_data_structures/src/code_buffer.rs | 24 | /// Essentially same as `String` but with additional methods. |
| LOW | crates/oxc_data_structures/src/non_null.rs | 8 | //! # Why not just use `*const T` / `*mut T`? |
| LOW | crates/oxc_data_structures/src/non_null.rs | 15 | //! # Why not just use `NonNull<T>`? |
| MEDIUM | crates/oxc_ecmascript/src/constant_evaluation/mod.rs | 40 | /// passing `Some(ValueType::Boolean)` will allow us to utilize that information. |
| MEDIUM | crates/oxc_formatter_core/Cargo.toml | 35 | # header points to the consumer, not the shared harness. |
| Severity | File | Line | Snippet |
|---|---|---|---|
| HIGH | tasks/linter_codegen/src/main.rs | 56 | out.push_str("// Auto-generated code, DO NOT EDIT DIRECTLY!\n"); |
| HIGH | tasks/linter_codegen/src/rules_enum.rs | 47 | "// Auto-generated code, DO NOT EDIT DIRECTLY!\n// To regenerate: `cargo lintgen`\n\n"; |
| HIGH | tasks/ast_tools/src/output/mod.rs | 25 | "{comment_start} Auto-generated code, DO NOT EDIT DIRECTLY!\n\ |
| HIGH | …/oxc_minifier/src/traverse_context/scopes_collector.rs | 1 | // Auto-generated code, DO NOT EDIT DIRECTLY! |
| HIGH | npm/oxc-types/types.d.ts | 1 | // Auto-generated code, DO NOT EDIT DIRECTLY! |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | crates/oxc_transformer/src/es2020/optional_chaining.rs | 489 | // so we need to check if we need to specify the context. |
| LOW | crates/oxc_transformer/src/typescript/annotations.rs | 114 | // it is not a type import, otherwise we need to check if the identifier is referenced |
| LOW | crates/oxc_linter/src/rules/eslint/prefer_template.rs | 276 | // Step 1: Escape ${ and ` that aren't already properly escaped |
| LOW | crates/oxc_linter/src/rules/eslint/prefer_template.rs | 278 | // Step 2: Unescape the quote character (\' → ' or \" → ") |
| LOW | crates/oxc_linter/src/rules/eslint/no_loop_func.rs | 263 | // as a write reference. We need to check if the function is nested inside such a loop. |
| LOW | …es/oxc_linter/src/rules/eslint/no_unused_vars/usage.rs | 560 | // todo: do we need to check if variable is used as iterator in |
| LOW | crates/oxc_minifier/src/peephole/remove_dead_code.rs | 229 | // We need to check if it is in arrow function with `expression: true`. |
| LOW | crates/oxc_allocator/src/arena/fixed_size/windows.rs | 760 | // Step 1: A large allocation that pushes committed region just past `CONTAINER_SIZE / 2`. |
| LOW | crates/oxc_allocator/src/arena/fixed_size/windows.rs | 774 | // Step 2: A small allocation that triggers a further grow. |
| LOW | …ates/oxc_formatter/src/print/binary_like_expression.rs | 558 | // We can flatten the left hand side, so we need to check if we have a nested binary expression |
| LOW | …r_plugins/tests/integrations/replace_global_defines.rs | 374 | // Step 1: Run define plugin first (like the playground does) |
| LOW | …r_plugins/tests/integrations/replace_global_defines.rs | 379 | // Step 2: Rebuild semantic for transformer |
| LOW | …r_plugins/tests/integrations/replace_global_defines.rs | 383 | // Step 3: Run transformer with ES2019 target (lowers optional chaining) |
| LOW | …oxc_transformer_plugins/src/inject_global_variables.rs | 165 | // Step 1: slow path where visiting the AST is required to replace dot defines. |
| LOW | …oxc_transformer_plugins/src/inject_global_variables.rs | 179 | // Step 2: find all the injects that are referenced. |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | …s/oxc_linter/src/rules/eslint/preserve_caught_error.rs | 558 | throw new AggregateError([], "Lorem ipsum"); |
| LOW | …s/oxc_linter/src/rules/eslint/preserve_caught_error.rs | 941 | throw new AggregateError([], "Lorem ipsum"); |
| LOW | …s/oxc_linter/src/rules/eslint/preserve_caught_error.rs | 948 | throw new AggregateError([], "Lorem ipsum", { cause: err }); |
| LOW | crates/oxc_linter/src/rules/eslint/no_alert.rs | 37 | /// prompt("What's your name?", "John Doe"); |
| LOW | …s/oxc_linter/src/rules/eslint/prefer_arrow_callback.rs | 498 | ) /* Lorem ipsum |
| LOW | …s/oxc_linter/src/rules/eslint/prefer_arrow_callback.rs | 499 | dolor sit amet. */ { |
| LOW | …s/oxc_linter/src/rules/eslint/prefer_arrow_callback.rs | 630 | ) /* Lorem ipsum |
| LOW | …s/oxc_linter/src/rules/eslint/prefer_arrow_callback.rs | 631 | dolor sit amet. */ { |
| LOW | …s/oxc_linter/src/rules/eslint/prefer_arrow_callback.rs | 640 | ) => /* Lorem ipsum |
| LOW | …s/oxc_linter/src/rules/eslint/prefer_arrow_callback.rs | 641 | dolor sit amet. */ { |
| LOW | apps/oxfmt/test/api/js_in_xxx.test.ts | 43 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. |
| LOW | apps/oxfmt/test/api/js_in_xxx.test.ts | 43 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | napi/minify/test/terser.test.ts | 2809 | "function foo(){for(const a of func(value)){console.log(a)}function func(va){return doSomething(va)}}function doSome |
| LOW | napi/minify/test/terser.test.ts | 2816 | "function foo(){for(const a of func(value)){console.log(a)}function func(va){return doSomething(va)}}function doSome |
| LOW | napi/minify/test/terser.test.ts | 2823 | "function foo(){for(const a of func(value)){console.log(a)}function func(va){return doSomething(va)}}function doSome |
| Severity | File | Line | Snippet |
|---|---|---|---|
| MEDIUM | tasks/ast_tools/src/main.rs | 136 | //! # Creating a new Generator or Derive |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | .github/workflows/codecov.yml | 62 | # Check if the event is not triggered by a fork by checking whether CODECOV_TOKEN is set |
| LOW | .github/workflows/ci.yml | 101 | # Set profile to minimal and channel to our Minimum Supported Rust Version. |