@marko/compiler 5.34.0 → 5.34.1

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.
@@ -203,16 +203,16 @@ function parseMarko(file) {
203
203
  currentTag.node.typeArguments = (0, _babelUtils.parseTypeArgs)(
204
204
  file,
205
205
  parser.read(part.value),
206
- part.start,
207
- part.end
206
+ part.value.start,
207
+ part.value.end
208
208
  );
209
209
  },
210
210
  onTagTypeParams(part) {
211
211
  currentBody.node.typeParameters = (0, _babelUtils.parseTypeParams)(
212
212
  file,
213
213
  parser.read(part.value),
214
- part.start,
215
- part.end
214
+ part.value.start,
215
+ part.value.end
216
216
  );
217
217
  },
218
218
  onPlaceholder(part) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@marko/compiler",
3
- "version": "5.34.0",
3
+ "version": "5.34.1",
4
4
  "description": "Marko template to JS compiler.",
5
5
  "keywords": [
6
6
  "babel",