meriyah 4.4.3 → 4.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,16 @@
1
+ # [4.5.0](https://github.com/meriyah/meriyah/compare/v4.4.4...v4.5.0) (2024-06-06)
2
+
3
+
4
+
5
+ ## [4.4.4](https://github.com/meriyah/meriyah/compare/v4.4.3...v4.4.4) (2024-06-06)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * **parser:** reject "import from 'foo'" ([bee9e31](https://github.com/meriyah/meriyah/commit/bee9e312a752fcfa021bf491ced8c25481420fab)), closes [#258](https://github.com/meriyah/meriyah/issues/258)
11
+
12
+
13
+
1
14
  ## [4.4.3](https://github.com/meriyah/meriyah/compare/v4.4.2...v4.4.3) (2024-05-23)
2
15
 
3
16
 
package/README.md CHANGED
@@ -100,14 +100,8 @@ This is the available options:
100
100
  // Adds a source attribute in every node’s loc object when the locations option is `true`
101
101
  source: false;
102
102
 
103
- // Distinguish Identifier from IdentifierPattern
104
- identifierPattern: false;
105
-
106
103
  // Enable React JSX parsing
107
104
  jsx: false
108
-
109
- // Allow edge cases that deviate from the spec
110
- specDeviation: false
111
105
  }
112
106
 
113
107
  ```
@@ -194,4 +188,4 @@ This will return when serialized in json:
194
188
  }
195
189
  ]
196
190
  }
197
- ```
191
+ ```