| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -126,7 +126,7 @@ async function circular2() { | |||
| 126 | 126 | ||
| 127 | 127 | async function asserts() { | |
| 128 | 128 | const m = new SourceTextModule(` | |
| 129 | - import "foo" assert { n1: 'v1', n2: 'v2' }; | ||
| 129 | + import "foo" with { n1: 'v1', n2: 'v2' }; | ||
| 130 | 130 | `, { identifier: 'm' }); | |
| 131 | 131 | await m.link((s, r, p) => { | |
| 132 | 132 | assert.strictEqual(s, 'foo'); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments