Skip to content
Snippets Groups Projects
Unverified Commit fa60fc66 authored by Alex Yang's avatar Alex Yang Committed by GitHub
Browse files

fix(env): no esm shim (#1383)

parent 5607ed2f
Branches
Tags
No related merge requests found
---
"@llamaindex/env": patch
---
fix(env): no esm shim
...@@ -11,6 +11,7 @@ ...@@ -11,6 +11,7 @@
* *
* @module * @module
*/ */
/** rollup-private-do-not-use-esm-shim-polyfill */
import { ok } from "node:assert"; import { ok } from "node:assert";
import { createHash, randomUUID } from "node:crypto"; import { createHash, randomUUID } from "node:crypto";
import { EOL } from "node:os"; import { EOL } from "node:os";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment