We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fea3705 commit 38690adCopy full SHA for 38690ad
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 1.0.4
4
+
5
+- native: Improve module resolver
6
7
## 1.0.3
8
9
- native: Improve arguments input
wasm/package.json
@@ -1,7 +1,7 @@
{
"name": "@esm.sh/cjs-module-lexer",
"description": "A lexer for detecting the `module.exports` of a CJS module.",
- "version": "1.0.3",
+ "version": "1.0.4",
"type": "module",
"main": "index.mjs",
"scripts": {
0 commit comments