Skip to content

Commit

Permalink
update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
ForsakenHarmony committed Apr 28, 2023
1 parent 0b5a312 commit 90d96b4
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
PlainIssue {
severity: Warning,
context: "[project]/packages/next/dist/compiled/edge-runtime/index.js",
category: "parse",
title: "error TP1003 require.resolve(???*0*, {\"paths\": [???*1*]}) is not statically analyse-able",
description: "- *0* arguments[1]\n ⚠\u{fe0f} function calls are not analysed yet\n- *1* ???*2*[\"dirname\"](a)\n ⚠\u{fe0f} unknown callee object\n- *2* ???(17)\n ⚠\u{fe0f} unknown callee",
detail: "",
documentation_link: "",
source: Some(
PlainIssueSource {
asset: PlainAsset {
ident: "[project]/packages/next/dist/compiled/edge-runtime/index.js",
},
start: SourcePos {
line: 0,
column: 6730,
},
end: SourcePos {
line: 0,
column: 6730,
},
},
),
sub_issues: [],
processing_path: Some(
[
PlainIssueProcessingPathItem {
context: Some(
"[project]/packages/next-swc/crates/next-dev-tests/tests/integration/next/app/route/input/app",
),
description: "Next.js App Route /api/crypto",
},
],
),
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
PlainIssue {
severity: Warning,
context: "[project]/packages/next/dist/compiled/@edge-runtime/primitives/crypto.js",
category: "parse",
title: "lint TP1200 passing an ID to AMD define() is not yet fully supported",
description: "",
detail: "",
documentation_link: "",
source: Some(
PlainIssueSource {
asset: PlainAsset {
ident: "[project]/packages/next/dist/compiled/@edge-runtime/primitives/crypto.js",
},
start: SourcePos {
line: 70,
column: 8,
},
end: SourcePos {
line: 70,
column: 8,
},
},
),
sub_issues: [],
processing_path: Some(
[
PlainIssueProcessingPathItem {
context: Some(
"[project]/packages/next-swc/crates/next-dev-tests/tests/integration/next/app/route/input/app",
),
description: "Next.js App Route /api/crypto",
},
],
),
}

0 comments on commit 90d96b4

Please sign in to comment.