| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 0de278c commit 0e67128
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -316,7 +316,7 @@ class MessagePort : public HandleWrap { | |||
| 316 | 316 | }; | |
| 317 | 317 | ||
| 318 | 318 | // Provide a base class from which JS classes that should be transferable or | |
| 319 | - // cloneable by postMesssage() can inherit. | ||
| 319 | + // cloneable by postMessage() can inherit. | ||
| 320 | 320 | // See e.g. FileHandle in internal/fs/promises.js for an example. | |
| 321 | 321 | class JSTransferable : public BaseObject { | |
| 322 | 322 | public: | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -17,7 +17,7 @@ describe('ESM: importing CJS', { concurrency: true }, () => { | |||
| 17 | 17 | assert.strictEqual(stdout, 'ok\n'); | |
| 18 | 18 | }); | |
| 19 | 19 | ||
| 20 | - it('should eror on invalid CJS exports', async () => { | ||
| 20 | + it('should error on invalid CJS exports', async () => { | ||
| 21 | 21 | const invalidEntry = fixtures.path('/es-modules/cjs-exports-invalid.mjs'); | |
| 22 | 22 | const { code, signal, stderr } = await spawnPromisified(execPath, [invalidEntry]); | |
| 23 | 23 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments