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 b4945d8 commit 466b1a2Copy full SHA for 466b1a2
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+1.2.1
2
+- Support Unicode escapes in strings (https://github.com/guybedford/cjs-module-lexer/pull/55)
3
+- Filter export strings to valid surrogate pairs (https://github.com/guybedford/cjs-module-lexer/pull/56)
4
+
5
1.2.0
6
- Support for non-identifier exports (https://github.com/guybedford/cjs-module-lexer/pull/54, @nicolo-ribaudo)
7
package.json
@@ -1,6 +1,6 @@
{
"name": "cjs-module-lexer",
- "version": "1.2.0",
+ "version": "1.2.1",
"description": "Lexes CommonJS modules, returning their named exports metadata",
"main": "lexer.js",
"exports": {
0 commit comments