Skip to content

Commit

Permalink
Remove assert/strict for Node 14
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Dec 14, 2022
1 parent e43820b commit e293eaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/esbuild/lib/index.js
Expand Up @@ -13,7 +13,7 @@
* @typedef {ProcessorOptions & {allowDangerousRemoteMdx?: boolean}} Options
*/

import assert from 'node:assert/strict'
import assert from 'node:assert'
import fs from 'node:fs/promises'
import path from 'node:path'
import process from 'node:process'
Expand Down

1 comment on commit e293eaf

@vercel
Copy link

@vercel vercel bot commented on e293eaf Dec 14, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.