Skip to content

Commit

Permalink
fix(docs): more snippets to fix /3
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico committed Jun 4, 2024
1 parent cdd11b5 commit 0a6e770
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,19 @@ declare_rule! {
/// ```js,expect_diagnostic,ignore
/// import "./foo";
/// ```
/// ```js,expect_diagnostic
/// ```js,expect_diagnostic,ignore
/// import "./bar/";
/// ```
/// ```js,expect_diagnostic
/// ```js,expect_diagnostic,ignore
/// import "../";
/// ```
/// ```js,expect_diagnostic
/// ```js,expect_diagnostic,ignore
/// import "../.";
/// ```
/// ```js,expect_diagnostic,ignore
/// import("./foo");
/// ```
/// ```js,expect_diagnostic
/// ```js,expect_diagnostic,ignore
/// require("./foo");
/// ```
///
Expand Down

0 comments on commit 0a6e770

Please sign in to comment.