@marko/translator-default 5.22.4 → 5.22.6

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.
@@ -325,7 +325,7 @@ var parseModuleCode = _interopRequireWildcard(require("./parse-module-code"));fu
325
325
  }]
326
326
 
327
327
  },
328
- "<then>": {
328
+ "@then <then>": {
329
329
  autocomplete: [
330
330
  {
331
331
  displayText: "then|<result>|",
@@ -335,7 +335,7 @@ var parseModuleCode = _interopRequireWildcard(require("./parse-module-code"));fu
335
335
  }]
336
336
 
337
337
  },
338
- "<catch>": {
338
+ "@catch <catch>": {
339
339
  autocomplete: [
340
340
  {
341
341
  displayText: "catch|<err>|",
@@ -345,7 +345,7 @@ var parseModuleCode = _interopRequireWildcard(require("./parse-module-code"));fu
345
345
  }]
346
346
 
347
347
  },
348
- "<placeholder>": {
348
+ "@placeholder <placeholder>": {
349
349
  autocomplete: [
350
350
  {
351
351
  description: "A placeholder to display while the promise is pending.",
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.22.4",
4
+ "version": "5.22.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": {
@@ -12,8 +12,8 @@
12
12
  "self-closing-tags": "^1.0.1"
13
13
  },
14
14
  "devDependencies": {
15
- "@marko/compiler": "^5.23.4",
16
- "marko": "^5.22.4"
15
+ "@marko/compiler": "^5.23.6",
16
+ "marko": "^5.22.7"
17
17
  },
18
18
  "files": [
19
19
  "dist"