@marko/translator-default 5.21.5 → 5.21.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -29,7 +29,6 @@ const mergeStaticCreateVisitor = {
29
29
 
30
30
  },
31
31
  MarkoTag(path, state) {
32
- if (path.node.attributes.find((a) => a.name === "key"))
33
32
  (0, _keyManager.getKeyManager)(path).resolveKey(path);
34
33
  const writeArgs = (0, _nativeTagVdom.tagArguments)(path, true);
35
34
  state.currentRoot = _compiler.types.callExpression(
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@marko/translator-default",
3
3
  "description": "Translates Marko templates to the default Marko runtime.",
4
- "version": "5.21.5",
4
+ "version": "5.21.6",
5
5
  "author": "Dylan Piercey <dpiercey@ebay.com>",
6
6
  "bugs": "https://github.com/marko-js/marko/issues/new?template=Bug_report.md",
7
7
  "dependencies": {