Skip to content

Commit 2cef8ec

Browse files
committed
refactor(napi/parser): remove outdated comment (#13886)
Pure refactor. `wrap.cjs` no longer exists, so this comment is outdated. Remove it.
1 parent dd3843f commit 2cef8ec

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

napi/parser/wrap.mjs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
// Note: This code is repeated in `wrap.cjs`.
2-
// Any changes should be applied in that file too.
3-
41
export function wrap(result) {
52
let program, module, comments, errors;
63
return {

0 commit comments

Comments
 (0)