marko 6.0.0-3.4 → 6.0.0-3.5

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.
@@ -7345,12 +7345,12 @@ var script_default = {
7345
7345
  code += codeSuffix;
7346
7346
  const start = body[0]?.start;
7347
7347
  const end = body[body.length - 1]?.end;
7348
- const bodyExpression = start == null || end == null ? (0, import_babel_utils30.parseExpression)(tag.hub.file, code) : (0, import_babel_utils30.parseExpression)(
7348
+ const bodyExpression = (0, import_babel_utils30.parseExpression)(
7349
7349
  tag.hub.file,
7350
7350
  code,
7351
- codePrefix.length,
7352
7351
  start,
7353
- end
7352
+ end,
7353
+ codePrefix.length
7354
7354
  );
7355
7355
  bodyExpression.async = traverseContains(
7356
7356
  bodyExpression.body,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "marko",
3
- "version": "6.0.0-3.4",
3
+ "version": "6.0.0-3.5",
4
4
  "description": "Optimized runtime for Marko templates.",
5
5
  "keywords": [
6
6
  "api",