@marko/translator-default 5.32.8 → 5.32.10

Sign up to get free protection for your applications and to get access to all the features.
@@ -12,6 +12,7 @@ var _keyManager = require("./key-manager");
12
12
  var _vdomOutWrite = _interopRequireDefault(require("./vdom-out-write"));
13
13
 
14
14
  const skipDirectives = new Set([
15
+ "key",
15
16
  "no-update",
16
17
  "no-update-if",
17
18
  "no-update-body",
@@ -39,7 +40,6 @@ const mergeStaticCreateVisitor = {
39
40
  );
40
41
  },
41
42
  MarkoTag(path, state) {
42
- (0, _keyManager.getKeyManager)(path).resolveKey(path);
43
43
  state.currentRoot = _compiler.types.callExpression(
44
44
  _compiler.types.memberExpression(state.currentRoot, _compiler.types.identifier("e")),
45
45
  getConstElementArgs(path)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@marko/translator-default",
3
- "version": "5.32.8",
3
+ "version": "5.32.10",
4
4
  "description": "Translates Marko templates to the default Marko runtime.",
5
5
  "keywords": [
6
6
  "babel",
@@ -34,8 +34,8 @@
34
34
  "self-closing-tags": "^1.0.1"
35
35
  },
36
36
  "devDependencies": {
37
- "@marko/compiler": "^5.35.7",
38
- "marko": "^5.33.8"
37
+ "@marko/compiler": "^5.35.9",
38
+ "marko": "^5.33.11"
39
39
  },
40
40
  "peerDependencies": {
41
41
  "@marko/compiler": "^5.16.1",