Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
privatenumber committed Sep 12, 2023
1 parent b4cbb10 commit 8e696ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/suppress-warnings.cts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ const ignoreWarnings = new Set([

// For JSON modules via https://github.com/nodejs/node/pull/46901
'Import assertions are not a stable feature of the JavaScript language. Avoid relying on their current behavior and syntax as those might change in a future version of Node.js.',

'`globalPreload` is planned for removal in favor of `initialize`. `globalPreload` is an experimental feature and might change at any time',
]);

const { emit } = process;
Expand Down

0 comments on commit 8e696ee

Please sign in to comment.