Skip to content

Commit e293eaf

Browse files
committedDec 14, 2022
Remove assert/strict for Node 14
1 parent e43820b commit e293eaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎packages/esbuild/lib/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* @typedef {ProcessorOptions & {allowDangerousRemoteMdx?: boolean}} Options
1414
*/
1515

16-
import assert from 'node:assert/strict'
16+
import assert from 'node:assert'
1717
import fs from 'node:fs/promises'
1818
import path from 'node:path'
1919
import process from 'node:process'

1 commit comments

Comments
 (1)

vercel[bot] commented on Dec 14, 2022

@vercel[bot]

Successfully deployed to the following URLs:

mdx – ./

mdx-git-main-mdx.vercel.app
mdxjs.com
v2.mdxjs.com
mdx-mdx.vercel.app

Please sign in to comment.