From ca3b4319a452ba74dc3a19e277c919eb0c85fd0f Mon Sep 17 00:00:00 2001 From: JounQin Date: Sat, 27 Aug 2022 18:21:06 +0800 Subject: [PATCH] chore: bump all (dev)Dependencies, update VSCode extension links --- README.md | 2 +- package.json | 22 +- packages/eslint-mdx/README.md | 2 +- packages/eslint-mdx/package.json | 41 +- packages/eslint-mdx/src/worker.ts | 4 +- packages/eslint-plugin-mdx/README.md | 2 +- packages/eslint-plugin-mdx/package.json | 33 +- test/__snapshots__/fixtures.test.ts.snap | 318 +- test/__snapshots__/parser.test.ts.snap | 20318 ++++++++++----------- test/parser.test.ts | 4 +- yarn.lock | 3426 ++-- 11 files changed, 12081 insertions(+), 12091 deletions(-) diff --git a/README.md b/README.md index 7d008007..08a62326 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ ## VSCode Extension -[![Visual Studio Marketplace Version](https://img.shields.io/visual-studio-marketplace/v/JounQin.vscode-mdx)](https://marketplace.visualstudio.com/items?itemName=JounQin.vscode-mdx) +[![Visual Studio Marketplace Version](https://img.shields.io/visual-studio-marketplace/v/unifiedjs.vscode-mdx)](https://marketplace.visualstudio.com/items?itemName=unifiedjs.vscode-mdx) [VSCode MDX][]\: Integrates with [VSCode ESLint][], syntaxes highlighting and error reporting. diff --git a/package.json b/package.json index 4f40b46a..9a381232 100644 --- a/package.json +++ b/package.json @@ -26,23 +26,23 @@ "typecov": "type-coverage" }, "devDependencies": { - "@1stg/lib-config": "^9.0.1", + "@1stg/lib-config": "^10.2.1", "@changesets/changelog-github": "^0.4.6", - "@changesets/cli": "^2.24.0", - "@types/eslint": "^8.4.5", + "@changesets/cli": "^2.24.3", + "@types/eslint": "^8.4.6", "@types/eslint-plugin-markdown": "^2.0.0", - "@types/jest": "^28.1.6", - "@types/node": "^18.0.6", - "@types/react": "^18.0.15", + "@types/jest": "^28.1.8", + "@types/node": "^18.7.13", + "@types/react": "^18.0.17", "@types/unist": "^2.0.6", - "jest": "^28.1.3", + "jest": "^29.0.1", "patch-package": "^6.4.7", "react": "^18.2.0", - "ts-jest": "^28.0.7", + "ts-jest": "^28.0.8", "ts-node": "^10.9.1", "type-coverage": "^2.22.0", - "typescript": "^4.7.4", - "yarn-deduplicate": "^5.0.0" + "typescript": "^4.8.2", + "yarn-deduplicate": "^5.0.2" }, "resolutions": { "prettier": "^2.7.1" @@ -82,7 +82,7 @@ "prettier": "@1stg/prettier-config", "remarkConfig": { "plugins": [ - "@1stg/remark-config" + "@1stg/preset" ] }, "renovate": { diff --git a/packages/eslint-mdx/README.md b/packages/eslint-mdx/README.md index 7d008007..08a62326 100644 --- a/packages/eslint-mdx/README.md +++ b/packages/eslint-mdx/README.md @@ -43,7 +43,7 @@ ## VSCode Extension -[![Visual Studio Marketplace Version](https://img.shields.io/visual-studio-marketplace/v/JounQin.vscode-mdx)](https://marketplace.visualstudio.com/items?itemName=JounQin.vscode-mdx) +[![Visual Studio Marketplace Version](https://img.shields.io/visual-studio-marketplace/v/unifiedjs.vscode-mdx)](https://marketplace.visualstudio.com/items?itemName=unifiedjs.vscode-mdx) [VSCode MDX][]\: Integrates with [VSCode ESLint][], syntaxes highlighting and error reporting. diff --git a/packages/eslint-mdx/package.json b/packages/eslint-mdx/package.json index 8cfba175..d64b9340 100644 --- a/packages/eslint-mdx/package.json +++ b/packages/eslint-mdx/package.json @@ -5,37 +5,6 @@ "repository": "git+https://github.com/mdx-js/eslint-mdx.git", "homepage": "https://github.com/mdx-js/eslint-mdx/blob/master/packages/eslint-mdx", "author": "JounQin (https://www.1stG.me) ", - "donate": { - "recipients": [ - { - "name": "unts", - "platform": "opencollective", - "address": "https://opencollective.com/unts", - "weight": 60 - }, - { - "name": "rxts", - "platform": "opencollective", - "address": "https://opencollective.com/rxts", - "weight": 20 - }, - { - "name": "1stG", - "email": "i@1stg.me", - "weight": 20, - "platforms": [ - { - "platform": "opencollective", - "address": "https://opencollective.com/1stG" - }, - { - "platform": "patreon", - "address": "https://www.patreon.com/1stG" - } - ] - } - ] - }, "funding": { "type": "opencollective", "url": "https://opencollective.com/unified" @@ -64,15 +33,15 @@ "acorn": "^8.8.0", "acorn-jsx": "^5.3.2", "cosmiconfig": "^7.0.1", - "espree": "^9.3.2", - "estree-util-visit": "^1.1.0", - "remark-mdx": "^2.1.2", + "espree": "^9.4.0", + "estree-util-visit": "^1.2.0", + "remark-mdx": "^2.1.3", "remark-parse": "^10.0.1", "remark-stringify": "^10.0.2", - "synckit": "^0.8.1", + "synckit": "^0.8.3", "tslib": "^2.4.0", "unified": "^10.1.2", - "unist-util-visit": "^4.1.0", + "unist-util-visit": "^4.1.1", "uvu": "^0.5.6", "vfile": "^5.3.4" } diff --git a/packages/eslint-mdx/src/worker.ts b/packages/eslint-mdx/src/worker.ts index 00f04d7d..5e2b0f2c 100644 --- a/packages/eslint-mdx/src/worker.ts +++ b/packages/eslint-mdx/src/worker.ts @@ -23,7 +23,7 @@ import type { BlockContent, PhrasingContent } from 'mdast' import type { Options } from 'micromark-extension-mdx-expression' import type { Root } from 'remark-mdx' import { extractProperties, runAsWorker } from 'synckit' -import type { FrozenProcessor } from 'unified' +import type { FrozenProcessor, Plugin } from 'unified' import type { Node } from 'unist' import { ok as assert } from 'uvu/assert' import type { VFileMessage } from 'vfile-message' @@ -147,7 +147,7 @@ export const getRemarkProcessor = async ( return (await processor).use( /* istanbul ignore next */ typeof plugin === 'string' - ? await requirePkg(plugin, 'remark', result.filepath) + ? await requirePkg(plugin, 'remark', result.filepath) : plugin, ...pluginSettings, ) diff --git a/packages/eslint-plugin-mdx/README.md b/packages/eslint-plugin-mdx/README.md index 7d008007..08a62326 100644 --- a/packages/eslint-plugin-mdx/README.md +++ b/packages/eslint-plugin-mdx/README.md @@ -43,7 +43,7 @@ ## VSCode Extension -[![Visual Studio Marketplace Version](https://img.shields.io/visual-studio-marketplace/v/JounQin.vscode-mdx)](https://marketplace.visualstudio.com/items?itemName=JounQin.vscode-mdx) +[![Visual Studio Marketplace Version](https://img.shields.io/visual-studio-marketplace/v/unifiedjs.vscode-mdx)](https://marketplace.visualstudio.com/items?itemName=unifiedjs.vscode-mdx) [VSCode MDX][]\: Integrates with [VSCode ESLint][], syntaxes highlighting and error reporting. diff --git a/packages/eslint-plugin-mdx/package.json b/packages/eslint-plugin-mdx/package.json index a3fc02b6..fb9754fc 100644 --- a/packages/eslint-plugin-mdx/package.json +++ b/packages/eslint-plugin-mdx/package.json @@ -5,37 +5,6 @@ "repository": "git+https://github.com/mdx-js/eslint-mdx.git", "homepage": "https://github.com/mdx-js/eslint-mdx/blob/master/packages/eslint-plugin-mdx", "author": "JounQin (https://www.1stG.me) ", - "donate": { - "recipients": [ - { - "name": "unts", - "platform": "opencollective", - "address": "https://opencollective.com/unts", - "weight": 60 - }, - { - "name": "rxts", - "platform": "opencollective", - "address": "https://opencollective.com/rxts", - "weight": 20 - }, - { - "name": "1stG", - "email": "i@1stg.me", - "weight": 20, - "platforms": [ - { - "platform": "opencollective", - "address": "https://opencollective.com/1stG" - }, - { - "platform": "patreon", - "address": "https://www.patreon.com/1stG" - } - ] - } - ] - }, "funding": { "type": "opencollective", "url": "https://opencollective.com/unified" @@ -64,7 +33,7 @@ "dependencies": { "eslint-mdx": "^2.0.2", "eslint-plugin-markdown": "^3.0.0", - "remark-mdx": "^2.1.2", + "remark-mdx": "^2.1.3", "remark-parse": "^10.0.1", "remark-stringify": "^10.0.2", "tslib": "^2.4.0", diff --git a/test/__snapshots__/fixtures.test.ts.snap b/test/__snapshots__/fixtures.test.ts.snap index 617fe553..39ba38b4 100644 --- a/test/__snapshots__/fixtures.test.ts.snap +++ b/test/__snapshots__/fixtures.test.ts.snap @@ -1,13 +1,13 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP exports[`fixtures lint code blocks should work as expected: code-blocks.md 1`] = ` -Array [ - Object { +[ + { "column": 1, "endColumn": 6, "endLine": 3, - "fix": Object { - "range": Array [ + "fix": { + "range": [ 0, 511, ], @@ -68,7 +68,7 @@ import React from 'react' "ruleId": "remark-lint-no-multiple-toplevel-headings", "severity": 1, }, - Object { + { "column": 1, "endColumn": 6, "endLine": 3, @@ -78,12 +78,12 @@ import React from 'react' "ruleId": "remark-lint-no-duplicate-headings-in-section", "severity": 1, }, - Object { + { "column": 18, "endColumn": 30, "endLine": 12, - "fix": Object { - "range": Array [ + "fix": { + "range": [ 140, 152, ], @@ -96,7 +96,7 @@ import React from 'react' "ruleId": "unicorn/prefer-array-flat", "severity": 2, }, - Object { + { "column": 1, "endColumn": 4, "endLine": 17, @@ -106,7 +106,7 @@ import React from 'react' "ruleId": "remark-lint-fenced-code-flag", "severity": 1, }, - Object { + { "column": 1, "endColumn": 6, "endLine": 38, @@ -116,7 +116,7 @@ import React from 'react' "ruleId": "remark-lint-no-multiple-toplevel-headings", "severity": 1, }, - Object { + { "column": 1, "endColumn": 6, "endLine": 38, @@ -126,7 +126,7 @@ import React from 'react' "ruleId": "remark-lint-no-duplicate-headings-in-section", "severity": 1, }, - Object { + { "column": 1, "endColumn": 6, "endLine": 50, @@ -136,7 +136,7 @@ import React from 'react' "ruleId": "remark-lint-no-multiple-toplevel-headings", "severity": 1, }, - Object { + { "column": 1, "endColumn": 6, "endLine": 50, @@ -149,26 +149,26 @@ import React from 'react' ] `; -exports[`fixtures should match all snapshots: 287.mdx 1`] = `Array []`; +exports[`fixtures should match all snapshots: 287.mdx 1`] = `[]`; exports[`fixtures should match all snapshots: 292.mdx 1`] = ` -Array [ - Object { +[ + { "column": 9, "endColumn": 58, "endLine": 5, - "fix": Object { - "range": Array [ + "fix": { + "range": [ 64, 113, ], "text": " - kind=\\"docs-packages-vuetify-preset\\" - story=\\"page\\" + kind="docs-packages-vuetify-preset" + story="page" ", }, "line": 5, - "message": "Replace \`·kind=\\"docs-packages-vuetify-preset\\"·story=\\"page\\"\` with \`⏎······kind=\\"docs-packages-vuetify-preset\\"⏎······story=\\"page\\"⏎····\`", + "message": "Replace \`·kind="docs-packages-vuetify-preset"·story="page"\` with \`⏎······kind="docs-packages-vuetify-preset"⏎······story="page"⏎····\`", "messageId": "replace", "nodeType": null, "ruleId": "prettier/prettier", @@ -177,20 +177,20 @@ Array [ ] `; -exports[`fixtures should match all snapshots: 334.mdx 1`] = `Array []`; +exports[`fixtures should match all snapshots: 334.mdx 1`] = `[]`; -exports[`fixtures should match all snapshots: 336.mdx 1`] = `Array []`; +exports[`fixtures should match all snapshots: 336.mdx 1`] = `[]`; -exports[`fixtures should match all snapshots: 367.mdx 1`] = `Array []`; +exports[`fixtures should match all snapshots: 367.mdx 1`] = `[]`; exports[`fixtures should match all snapshots: 371.mdx 1`] = ` -Array [ - Object { +[ + { "column": 13, "endColumn": 14, "endLine": 7, - "fix": Object { - "range": Array [ + "fix": { + "range": [ 59, 60, ], @@ -207,13 +207,13 @@ Array [ `; exports[`fixtures should match all snapshots: 380.mdx 1`] = ` -Array [ - Object { +[ + { "column": 28, "endColumn": 24, "endLine": 159, - "fix": Object { - "range": Array [ + "fix": { + "range": [ 2997, 3590, ], @@ -222,15 +222,15 @@ Array [ aa2 - + Custom Label Content 1 - Content 2 + Content 2 - + Custom Label Content 3 @@ -245,12 +245,12 @@ Array [ "ruleId": "unicorn/template-indent", "severity": 2, }, - Object { + { "column": 13, "endColumn": 16, "endLine": 200, - "fix": Object { - "range": Array [ + "fix": { + "range": [ 4442, 4529, ], @@ -265,7 +265,7 @@ Array [ "ruleId": "unicorn/prevent-abbreviations", "severity": 2, }, - Object { + { "column": 33, "endColumn": 39, "endLine": 201, @@ -275,11 +275,11 @@ Array [ "nodeType": "Identifier", "ruleId": "unicorn/prefer-spread", "severity": 2, - "suggestions": Array [ - Object { + "suggestions": [ + { "desc": "First argument is an \`array\`.", - "fix": Object { - "range": Array [ + "fix": { + "range": [ 4475, 4637, ], @@ -289,10 +289,10 @@ Array [ }, "messageId": "argument-is-spreadable", }, - Object { + { "desc": "First argument is not an \`array\`.", - "fix": Object { - "range": Array [ + "fix": { + "range": [ 4475, 4637, ], @@ -304,12 +304,12 @@ Array [ }, ], }, - Object { + { "column": 24, "endColumn": 25, "endLine": 204, - "fix": Object { - "range": Array [ + "fix": { + "range": [ 4578, 4619, ], @@ -322,12 +322,12 @@ Array [ "ruleId": "unicorn/prevent-abbreviations", "severity": 2, }, - Object { + { "column": 28, "endColumn": 26, "endLine": 335, - "fix": Object { - "range": Array [ + "fix": { + "range": [ 6862, 8121, ], @@ -336,28 +336,28 @@ Array [ - - + + - - + + Content 1 - + - - + + Content 2-1 - + Content 2-2 @@ -379,8 +379,8 @@ Array [ `; exports[`fixtures should match all snapshots: 391.mdx 1`] = ` -Array [ - Object { +[ + { "column": 2, "endColumn": 5, "endLine": 7, @@ -395,12 +395,12 @@ Array [ `; exports[`fixtures should match all snapshots: acorn.mdx 1`] = ` -Array [ - Object { +[ + { "column": 33, "fatal": true, "line": 9, - "message": "Parsing error: Unexpected character \`\\\\\` (U+005C) in name, expected a name character such as letters, digits, \`$\`, or \`_\`; whitespace before attributes; or the end of the tag", + "message": "Parsing error: Unexpected character \`\\\` (U+005C) in name, expected a name character such as letters, digits, \`$\`, or \`_\`; whitespace before attributes; or the end of the tag", "ruleId": null, "severity": 2, }, @@ -408,13 +408,13 @@ Array [ `; exports[`fixtures should match all snapshots: adjacent.mdx 1`] = ` -Array [ - Object { +[ + { "column": 14, "endColumn": 15, "endLine": 1, - "fix": Object { - "range": Array [ + "fix": { + "range": [ 13, 14, ], @@ -431,13 +431,13 @@ Array [ `; exports[`fixtures should match all snapshots: basic.mdx 1`] = ` -Array [ - Object { +[ + { "column": 18, "endColumn": 19, "endLine": 3, - "fix": Object { - "range": Array [ + "fix": { + "range": [ 46, 47, ], @@ -453,16 +453,16 @@ Array [ ] `; -exports[`fixtures should match all snapshots: basic.tsx 1`] = `Array []`; +exports[`fixtures should match all snapshots: basic.tsx 1`] = `[]`; exports[`fixtures should match all snapshots: blank-lines.mdx 1`] = ` -Array [ - Object { +[ + { "column": 9, "endColumn": 12, "endLine": 1, - "fix": Object { - "range": Array [ + "fix": { + "range": [ 8, 11, ], @@ -475,12 +475,12 @@ Array [ "ruleId": "prettier/prettier", "severity": 2, }, - Object { + { "column": 1, "endColumn": 16, "endLine": 27, - "fix": Object { - "range": Array [ + "fix": { + "range": [ 0, 768, ], @@ -493,7 +493,7 @@ the installation guides. + # Here's a text gradient shortcode! @@ -520,7 +520,7 @@ Here's a Twitter shortcode: Here's a YouTube shortcode: - + ", }, "line": 27, @@ -529,7 +529,7 @@ Here's a YouTube shortcode: "ruleId": "remark-lint-no-multiple-toplevel-headings", "severity": 1, }, - Object { + { "column": 2, "endColumn": 7, "endLine": 31, @@ -540,7 +540,7 @@ Here's a YouTube shortcode: "ruleId": "react/jsx-no-undef", "severity": 2, }, - Object { + { "column": 2, "endColumn": 14, "endLine": 33, @@ -551,7 +551,7 @@ Here's a YouTube shortcode: "ruleId": "react/jsx-no-undef", "severity": 2, }, - Object { + { "column": 1, "endColumn": 36, "endLine": 35, @@ -561,7 +561,7 @@ Here's a YouTube shortcode: "ruleId": "remark-lint-no-multiple-toplevel-headings", "severity": 1, }, - Object { + { "column": 2, "endColumn": 9, "endLine": 41, @@ -576,13 +576,13 @@ Here's a YouTube shortcode: `; exports[`fixtures should match all snapshots: code-blocks.md 1`] = ` -Array [ - Object { +[ + { "column": 1, "endColumn": 6, "endLine": 3, - "fix": Object { - "range": Array [ + "fix": { + "range": [ 0, 511, ], @@ -643,7 +643,7 @@ import React from 'react' "ruleId": "remark-lint-no-multiple-toplevel-headings", "severity": 1, }, - Object { + { "column": 1, "endColumn": 6, "endLine": 3, @@ -653,7 +653,7 @@ import React from 'react' "ruleId": "remark-lint-no-duplicate-headings-in-section", "severity": 1, }, - Object { + { "column": 1, "endColumn": 4, "endLine": 17, @@ -667,8 +667,8 @@ import React from 'react' `; exports[`fixtures should match all snapshots: comments.mdx 1`] = ` -Array [ - Object { +[ + { "column": 2, "fatal": true, "line": 2, @@ -680,8 +680,8 @@ Array [ `; exports[`fixtures should match all snapshots: details.mdx 1`] = ` -Array [ - Object { +[ + { "column": 1, "fatal": true, "line": 1, @@ -693,128 +693,128 @@ Array [ `; exports[`fixtures should match all snapshots: jsx-in-list.mdx 1`] = ` -Array [ - Object { +[ + { "column": 9, "endColumn": 58, "endLine": 1, - "fix": Object { - "range": Array [ + "fix": { + "range": [ 8, 57, ], "text": " - kind=\\"docs-packages-vuetify-preset\\" - story=\\"page\\" + kind="docs-packages-vuetify-preset" + story="page" ", }, "line": 1, - "message": "Replace \`·kind=\\"docs-packages-vuetify-preset\\"·story=\\"page\\"\` with \`⏎······kind=\\"docs-packages-vuetify-preset\\"⏎······story=\\"page\\"⏎····\`", + "message": "Replace \`·kind="docs-packages-vuetify-preset"·story="page"\` with \`⏎······kind="docs-packages-vuetify-preset"⏎······story="page"⏎····\`", "messageId": "replace", "nodeType": null, "ruleId": "prettier/prettier", "severity": 2, }, - Object { + { "column": 9, "endColumn": 58, "endLine": 5, - "fix": Object { - "range": Array [ + "fix": { + "range": [ 143, 192, ], "text": " - kind=\\"docs-packages-vuetify-preset\\" - story=\\"page\\" + kind="docs-packages-vuetify-preset" + story="page" ", }, "line": 5, - "message": "Replace \`·kind=\\"docs-packages-vuetify-preset\\"·story=\\"page\\"\` with \`⏎······kind=\\"docs-packages-vuetify-preset\\"⏎······story=\\"page\\"⏎····\`", + "message": "Replace \`·kind="docs-packages-vuetify-preset"·story="page"\` with \`⏎······kind="docs-packages-vuetify-preset"⏎······story="page"⏎····\`", "messageId": "replace", "nodeType": null, "ruleId": "prettier/prettier", "severity": 2, }, - Object { + { "column": 9, "endColumn": 58, "endLine": 9, - "fix": Object { - "range": Array [ + "fix": { + "range": [ 278, 327, ], "text": " - kind=\\"docs-packages-vuetify-preset\\" - story=\\"page\\" + kind="docs-packages-vuetify-preset" + story="page" ", }, "line": 9, - "message": "Replace \`·kind=\\"docs-packages-vuetify-preset\\"·story=\\"page\\"\` with \`⏎······kind=\\"docs-packages-vuetify-preset\\"⏎······story=\\"page\\"⏎····\`", + "message": "Replace \`·kind="docs-packages-vuetify-preset"·story="page"\` with \`⏎······kind="docs-packages-vuetify-preset"⏎······story="page"⏎····\`", "messageId": "replace", "nodeType": null, "ruleId": "prettier/prettier", "severity": 2, }, - Object { + { "column": 9, "endColumn": 58, "endLine": 13, - "fix": Object { - "range": Array [ + "fix": { + "range": [ 413, 462, ], "text": " - kind=\\"docs-packages-vuetify-preset\\" - story=\\"page\\" + kind="docs-packages-vuetify-preset" + story="page" ", }, "line": 13, - "message": "Replace \`·kind=\\"docs-packages-vuetify-preset\\"·story=\\"page\\"\` with \`⏎······kind=\\"docs-packages-vuetify-preset\\"⏎······story=\\"page\\"⏎····\`", + "message": "Replace \`·kind="docs-packages-vuetify-preset"·story="page"\` with \`⏎······kind="docs-packages-vuetify-preset"⏎······story="page"⏎····\`", "messageId": "replace", "nodeType": null, "ruleId": "prettier/prettier", "severity": 2, }, - Object { + { "column": 9, "endColumn": 58, "endLine": 17, - "fix": Object { - "range": Array [ + "fix": { + "range": [ 548, 597, ], "text": " - kind=\\"docs-packages-vuetify-preset\\" - story=\\"page\\" + kind="docs-packages-vuetify-preset" + story="page" ", }, "line": 17, - "message": "Replace \`·kind=\\"docs-packages-vuetify-preset\\"·story=\\"page\\"\` with \`⏎······kind=\\"docs-packages-vuetify-preset\\"⏎······story=\\"page\\"⏎····\`", + "message": "Replace \`·kind="docs-packages-vuetify-preset"·story="page"\` with \`⏎······kind="docs-packages-vuetify-preset"⏎······story="page"⏎····\`", "messageId": "replace", "nodeType": null, "ruleId": "prettier/prettier", "severity": 2, }, - Object { + { "column": 9, "endColumn": 58, "endLine": 21, - "fix": Object { - "range": Array [ + "fix": { + "range": [ 683, 732, ], "text": " - kind=\\"docs-packages-vuetify-preset\\" - story=\\"page\\" + kind="docs-packages-vuetify-preset" + story="page" ", }, "line": 21, - "message": "Replace \`·kind=\\"docs-packages-vuetify-preset\\"·story=\\"page\\"\` with \`⏎······kind=\\"docs-packages-vuetify-preset\\"⏎······story=\\"page\\"⏎····\`", + "message": "Replace \`·kind="docs-packages-vuetify-preset"·story="page"\` with \`⏎······kind="docs-packages-vuetify-preset"⏎······story="page"⏎····\`", "messageId": "replace", "nodeType": null, "ruleId": "prettier/prettier", @@ -823,17 +823,17 @@ Array [ ] `; -exports[`fixtures should match all snapshots: leading-spaces.mdx 1`] = `Array []`; +exports[`fixtures should match all snapshots: leading-spaces.mdx 1`] = `[]`; -exports[`fixtures should match all snapshots: markdown.md 1`] = `Array []`; +exports[`fixtures should match all snapshots: markdown.md 1`] = `[]`; -exports[`fixtures should match all snapshots: nested.md 1`] = `Array []`; +exports[`fixtures should match all snapshots: nested.md 1`] = `[]`; -exports[`fixtures should match all snapshots: no-unescaped-entities.mdx 1`] = `Array []`; +exports[`fixtures should match all snapshots: no-unescaped-entities.mdx 1`] = `[]`; exports[`fixtures should match all snapshots: no-unused-expressions.mdx 1`] = ` -Array [ - Object { +[ + { "column": 2, "endColumn": 7, "endLine": 1, @@ -848,8 +848,8 @@ Array [ `; exports[`fixtures should match all snapshots: processor.mdx 1`] = ` -Array [ - Object { +[ + { "column": 1, "endColumn": 6, "endLine": 3, @@ -859,7 +859,7 @@ Array [ "ruleId": "remark-lint-no-multiple-toplevel-headings", "severity": 1, }, - Object { + { "column": 1, "endColumn": 6, "endLine": 3, @@ -872,13 +872,13 @@ Array [ ] `; -exports[`fixtures should match all snapshots: remark.md 1`] = `Array []`; +exports[`fixtures should match all snapshots: remark.md 1`] = `[]`; -exports[`fixtures should match all snapshots: remark.mdx 1`] = `Array []`; +exports[`fixtures should match all snapshots: remark.mdx 1`] = `[]`; exports[`fixtures should match all snapshots: unicorn.jsx 1`] = ` -Array [ - Object { +[ + { "column": 2, "endColumn": 9, "endLine": 1, @@ -889,7 +889,7 @@ Array [ "ruleId": "react/react-in-jsx-scope", "severity": 2, }, - Object { + { "column": 3, "endColumn": 8, "endLine": 1, @@ -900,12 +900,12 @@ Array [ "ruleId": "react/jsx-no-undef", "severity": 2, }, - Object { + { "column": 26, "endColumn": 12, "endLine": 6, - "fix": Object { - "range": Array [ + "fix": { + "range": [ 40, 102, ], @@ -927,8 +927,8 @@ Array [ `; exports[`fixtures should match all snapshots: unicorn.mdx 1`] = ` -Array [ - Object { +[ + { "column": 2, "endColumn": 7, "endLine": 1, @@ -939,12 +939,12 @@ Array [ "ruleId": "react/jsx-no-undef", "severity": 2, }, - Object { + { "column": 26, "endColumn": 12, "endLine": 6, - "fix": Object { - "range": Array [ + "fix": { + "range": [ 39, 101, ], diff --git a/test/__snapshots__/parser.test.ts.snap b/test/__snapshots__/parser.test.ts.snap index 637f2594..45f21f22 100644 --- a/test/__snapshots__/parser.test.ts.snap +++ b/test/__snapshots__/parser.test.ts.snap @@ -1,42 +1,42 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP exports[`parser should match all AST snapshots: 287.mdx 1`] = ` -Object { - "body": Array [ - Object { +{ + "body": [ + { "end": 111, - "expression": Object { - "children": Array [], - "closingElement": Object { + "expression": { + "children": [], + "closingElement": { "end": 111, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 111, "line": 1, "offset": 111, }, - "start": Object { + "start": { "column": 107, "line": 1, "offset": 107, }, }, - "name": Object { + "name": { "end": 110, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 110, "line": 1, "offset": 110, }, - "start": Object { + "start": { "column": 109, "line": 1, "offset": 109, }, }, "name": "a", - "range": Array [ + "range": [ 109, 110, ], @@ -44,7 +44,7 @@ Object { "start": 109, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 107, 111, ], @@ -53,83 +53,83 @@ Object { "type": "JSXClosingElement", }, "end": 111, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 111, "line": 1, "offset": 111, }, - "start": Object { + "start": { "column": 49, "line": 1, "offset": 49, }, }, - "openingElement": Object { - "attributes": Array [ - Object { + "openingElement": { + "attributes": [ + { "end": 56, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 56, "line": 1, "offset": 56, }, - "start": Object { + "start": { "column": 52, "line": 1, "offset": 52, }, }, - "name": Object { + "name": { "end": 94, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 94, "line": 1, "offset": 94, }, - "start": Object { + "start": { "column": 52, "line": 1, "offset": 52, }, }, "name": "href", - "range": Array [ + "range": [ 52, 94, ], - "raw": "href=\\"/blog/2020-10-10-webpack-5-release/\\"", + "raw": "href="/blog/2020-10-10-webpack-5-release/"", "start": 52, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 52, 56, ], "raw": "href", "start": 52, "type": "JSXAttribute", - "value": Object { + "value": { "end": 94, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 94, "line": 1, "offset": 94, }, - "start": Object { + "start": { "column": 57, "line": 1, "offset": 57, }, }, - "range": Array [ + "range": [ 57, 94, ], - "raw": "\\"/blog/2020-10-10-webpack-5-release/\\"", + "raw": ""/blog/2020-10-10-webpack-5-release/"", "start": 57, "type": "Literal", "value": "/blog/2020-10-10-webpack-5-release/", @@ -137,34 +137,34 @@ Object { }, ], "end": 95, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 95, "line": 1, "offset": 95, }, - "start": Object { + "start": { "column": 49, "line": 1, "offset": 49, }, }, - "name": Object { + "name": { "end": 51, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 51, "line": 1, "offset": 51, }, - "start": Object { + "start": { "column": 50, "line": 1, "offset": 50, }, }, "name": "a", - "range": Array [ + "range": [ 50, 51, ], @@ -172,76 +172,76 @@ Object { "start": 50, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 49, 95, ], - "raw": "", + "raw": "", "selfClosing": false, "start": 49, "type": "JSXOpeningElement", }, - "range": Array [ + "range": [ 49, 111, ], - "raw": "announcement", + "raw": "announcement", "start": 49, "type": "JSXElement", }, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 112, "line": 1, "offset": 111, }, - "start": Object { + "start": { "column": 50, "line": 1, "offset": 49, }, }, - "range": Array [ + "range": [ 49, 111, ], "start": 49, "type": "ExpressionStatement", }, - Object { + { "end": 202, - "expression": Object { - "children": Array [], - "closingElement": Object { + "expression": { + "children": [], + "closingElement": { "end": 202, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 202, "line": 1, "offset": 202, }, - "start": Object { + "start": { "column": 198, "line": 1, "offset": 198, }, }, - "name": Object { + "name": { "end": 201, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 201, "line": 1, "offset": 201, }, - "start": Object { + "start": { "column": 200, "line": 1, "offset": 200, }, }, "name": "a", - "range": Array [ + "range": [ 200, 201, ], @@ -249,7 +249,7 @@ Object { "start": 200, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 198, 202, ], @@ -258,83 +258,83 @@ Object { "type": "JSXClosingElement", }, "end": 202, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 202, "line": 1, "offset": 202, }, - "start": Object { + "start": { "column": 133, "line": 1, "offset": 133, }, }, - "openingElement": Object { - "attributes": Array [ - Object { + "openingElement": { + "attributes": [ + { "end": 140, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 140, "line": 1, "offset": 140, }, - "start": Object { + "start": { "column": 136, "line": 1, "offset": 136, }, }, - "name": Object { + "name": { "end": 169, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 169, "line": 1, "offset": 169, }, - "start": Object { + "start": { "column": 136, "line": 1, "offset": 136, }, }, "name": "href", - "range": Array [ + "range": [ 136, 169, ], - "raw": "href=\\"https://v4.webpack.js.org/\\"", + "raw": "href="https://v4.webpack.js.org/"", "start": 136, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 136, 140, ], "raw": "href", "start": 136, "type": "JSXAttribute", - "value": Object { + "value": { "end": 169, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 169, "line": 1, "offset": 169, }, - "start": Object { + "start": { "column": 141, "line": 1, "offset": 141, }, }, - "range": Array [ + "range": [ 141, 169, ], - "raw": "\\"https://v4.webpack.js.org/\\"", + "raw": ""https://v4.webpack.js.org/"", "start": 141, "type": "Literal", "value": "https://v4.webpack.js.org/", @@ -342,34 +342,34 @@ Object { }, ], "end": 170, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 170, "line": 1, "offset": 170, }, - "start": Object { + "start": { "column": 133, "line": 1, "offset": 133, }, }, - "name": Object { + "name": { "end": 135, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 135, "line": 1, "offset": 135, }, - "start": Object { + "start": { "column": 134, "line": 1, "offset": 134, }, }, "name": "a", - "range": Array [ + "range": [ 134, 135, ], @@ -377,36 +377,36 @@ Object { "start": 134, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 133, 170, ], - "raw": "", + "raw": "", "selfClosing": false, "start": 133, "type": "JSXOpeningElement", }, - "range": Array [ + "range": [ 133, 202, ], - "raw": "webpack 4 documentation here", + "raw": "webpack 4 documentation here", "start": 133, "type": "JSXElement", }, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 203, "line": 1, "offset": 202, }, - "start": Object { + "start": { "column": 134, "line": 1, "offset": 133, }, }, - "range": Array [ + "range": [ 133, 202, ], @@ -414,42 +414,42 @@ Object { "type": "ExpressionStatement", }, ], - "comments": Array [], + "comments": [], "end": 204, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 1, "line": 2, "offset": 204, }, - "start": Object { + "start": { "column": 1, "line": 1, "offset": 0, }, }, - "range": Array [ + "range": [ 0, 204, ], "sourceType": undefined, "start": 0, - "tokens": Array [ - Object { + "tokens": [ + { "end": 49, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 49, "line": 1, "offset": 49, }, - "start": Object { + "start": { "column": 0, "line": 1, "offset": 0, }, }, - "range": Array [ + "range": [ 0, 49, ], @@ -457,21 +457,21 @@ Object { "type": "JSXText", "value": "Webpack 5 has been officially released. Read our ", }, - Object { + { "end": 50, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 50, "line": 1, "offset": 50, }, - "start": Object { + "start": { "column": 49, "line": 1, "offset": 49, }, }, - "range": Array [ + "range": [ 49, 50, ], @@ -479,21 +479,21 @@ Object { "type": "Punctuator", "value": "<", }, - Object { + { "end": 51, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 51, "line": 1, "offset": 51, }, - "start": Object { + "start": { "column": 50, "line": 1, "offset": 50, }, }, - "range": Array [ + "range": [ 50, 51, ], @@ -501,21 +501,21 @@ Object { "type": "JSXIdentifier", "value": "a", }, - Object { + { "end": 56, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 56, "line": 1, "offset": 56, }, - "start": Object { + "start": { "column": 52, "line": 1, "offset": 52, }, }, - "range": Array [ + "range": [ 52, 56, ], @@ -523,21 +523,21 @@ Object { "type": "JSXIdentifier", "value": "href", }, - Object { + { "end": 57, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 57, "line": 1, "offset": 57, }, - "start": Object { + "start": { "column": 56, "line": 1, "offset": 56, }, }, - "range": Array [ + "range": [ 56, 57, ], @@ -545,43 +545,43 @@ Object { "type": "Punctuator", "value": "=", }, - Object { + { "end": 94, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 94, "line": 1, "offset": 94, }, - "start": Object { + "start": { "column": 57, "line": 1, "offset": 57, }, }, - "range": Array [ + "range": [ 57, 94, ], "start": 57, "type": "String", - "value": "\\"/blog/2020-10-10-webpack-5-release/\\"", + "value": ""/blog/2020-10-10-webpack-5-release/"", }, - Object { + { "end": 107, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 107, "line": 1, "offset": 107, }, - "start": Object { + "start": { "column": 95, "line": 1, "offset": 95, }, }, - "range": Array [ + "range": [ 95, 107, ], @@ -589,21 +589,21 @@ Object { "type": "JSXText", "value": "announcement", }, - Object { + { "end": 108, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 108, "line": 1, "offset": 108, }, - "start": Object { + "start": { "column": 107, "line": 1, "offset": 107, }, }, - "range": Array [ + "range": [ 107, 108, ], @@ -611,21 +611,21 @@ Object { "type": "Punctuator", "value": "<", }, - Object { + { "end": 109, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 109, "line": 1, "offset": 109, }, - "start": Object { + "start": { "column": 108, "line": 1, "offset": 108, }, }, - "range": Array [ + "range": [ 108, 109, ], @@ -633,21 +633,21 @@ Object { "type": "Punctuator", "value": "/", }, - Object { + { "end": 110, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 110, "line": 1, "offset": 110, }, - "start": Object { + "start": { "column": 109, "line": 1, "offset": 109, }, }, - "range": Array [ + "range": [ 109, 110, ], @@ -655,21 +655,21 @@ Object { "type": "JSXIdentifier", "value": "a", }, - Object { + { "end": 111, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 111, "line": 1, "offset": 111, }, - "start": Object { + "start": { "column": 110, "line": 1, "offset": 110, }, }, - "range": Array [ + "range": [ 110, 111, ], @@ -677,21 +677,21 @@ Object { "type": "Punctuator", "value": ">", }, - Object { + { "end": 133, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 133, "line": 1, "offset": 133, }, - "start": Object { + "start": { "column": 111, "line": 1, "offset": 111, }, }, - "range": Array [ + "range": [ 111, 133, ], @@ -699,21 +699,21 @@ Object { "type": "JSXText", "value": ". Not ready yet? Read ", }, - Object { + { "end": 134, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 134, "line": 1, "offset": 134, }, - "start": Object { + "start": { "column": 133, "line": 1, "offset": 133, }, }, - "range": Array [ + "range": [ 133, 134, ], @@ -721,21 +721,21 @@ Object { "type": "Punctuator", "value": "<", }, - Object { + { "end": 135, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 135, "line": 1, "offset": 135, }, - "start": Object { + "start": { "column": 134, "line": 1, "offset": 134, }, }, - "range": Array [ + "range": [ 134, 135, ], @@ -743,21 +743,21 @@ Object { "type": "JSXIdentifier", "value": "a", }, - Object { + { "end": 140, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 140, "line": 1, "offset": 140, }, - "start": Object { + "start": { "column": 136, "line": 1, "offset": 136, }, }, - "range": Array [ + "range": [ 136, 140, ], @@ -765,21 +765,21 @@ Object { "type": "JSXIdentifier", "value": "href", }, - Object { + { "end": 141, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 141, "line": 1, "offset": 141, }, - "start": Object { + "start": { "column": 140, "line": 1, "offset": 140, }, }, - "range": Array [ + "range": [ 140, 141, ], @@ -787,43 +787,43 @@ Object { "type": "Punctuator", "value": "=", }, - Object { + { "end": 169, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 169, "line": 1, "offset": 169, }, - "start": Object { + "start": { "column": 141, "line": 1, "offset": 141, }, }, - "range": Array [ + "range": [ 141, 169, ], "start": 141, "type": "String", - "value": "\\"https://v4.webpack.js.org/\\"", + "value": ""https://v4.webpack.js.org/"", }, - Object { + { "end": 198, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 198, "line": 1, "offset": 198, }, - "start": Object { + "start": { "column": 170, "line": 1, "offset": 170, }, }, - "range": Array [ + "range": [ 170, 198, ], @@ -831,21 +831,21 @@ Object { "type": "JSXText", "value": "webpack 4 documentation here", }, - Object { + { "end": 199, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 199, "line": 1, "offset": 199, }, - "start": Object { + "start": { "column": 198, "line": 1, "offset": 198, }, }, - "range": Array [ + "range": [ 198, 199, ], @@ -853,21 +853,21 @@ Object { "type": "Punctuator", "value": "<", }, - Object { + { "end": 200, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 200, "line": 1, "offset": 200, }, - "start": Object { + "start": { "column": 199, "line": 1, "offset": 199, }, }, - "range": Array [ + "range": [ 199, 200, ], @@ -875,21 +875,21 @@ Object { "type": "Punctuator", "value": "/", }, - Object { + { "end": 201, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 201, "line": 1, "offset": 201, }, - "start": Object { + "start": { "column": 200, "line": 1, "offset": 200, }, }, - "range": Array [ + "range": [ 200, 201, ], @@ -897,21 +897,21 @@ Object { "type": "JSXIdentifier", "value": "a", }, - Object { + { "end": 202, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 202, "line": 1, "offset": 202, }, - "start": Object { + "start": { "column": 201, "line": 1, "offset": 201, }, }, - "range": Array [ + "range": [ 201, 202, ], @@ -919,21 +919,21 @@ Object { "type": "Punctuator", "value": ">", }, - Object { + { "end": 203, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 203, "line": 1, "offset": 203, }, - "start": Object { + "start": { "column": 202, "line": 1, "offset": 202, }, }, - "range": Array [ + "range": [ 202, 203, ], @@ -947,42 +947,42 @@ Object { `; exports[`parser should match all AST snapshots: 292.mdx 1`] = ` -Object { - "body": Array [ - Object { +{ + "body": [ + { "end": 54, - "expression": Object { - "children": Array [], - "closingElement": Object { + "expression": { + "children": [], + "closingElement": { "end": 54, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 44, "line": 3, "offset": 54, }, - "start": Object { + "start": { "column": 38, "line": 3, "offset": 48, }, }, - "name": Object { + "name": { "end": 53, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 43, "line": 3, "offset": 53, }, - "start": Object { + "start": { "column": 40, "line": 3, "offset": 50, }, }, "name": "div", - "range": Array [ + "range": [ 50, 53, ], @@ -990,7 +990,7 @@ Object { "start": 50, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 48, 54, ], @@ -999,83 +999,83 @@ Object { "type": "JSXClosingElement", }, "end": 54, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 44, "line": 3, "offset": 54, }, - "start": Object { + "start": { "column": 10, "line": 3, "offset": 20, }, }, - "openingElement": Object { - "attributes": Array [ - Object { + "openingElement": { + "attributes": [ + { "end": 34, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 24, "line": 3, "offset": 34, }, - "start": Object { + "start": { "column": 15, "line": 3, "offset": 25, }, }, - "name": Object { + "name": { "end": 40, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 30, "line": 3, "offset": 40, }, - "start": Object { + "start": { "column": 15, "line": 3, "offset": 25, }, }, "name": "className", - "range": Array [ + "range": [ 25, 40, ], - "raw": "className=\\"abc\\"", + "raw": "className="abc"", "start": 25, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 25, 34, ], "raw": "className", "start": 25, "type": "JSXAttribute", - "value": Object { + "value": { "end": 40, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 30, "line": 3, "offset": 40, }, - "start": Object { + "start": { "column": 25, "line": 3, "offset": 35, }, }, - "range": Array [ + "range": [ 35, 40, ], - "raw": "\\"abc\\"", + "raw": ""abc"", "start": 35, "type": "Literal", "value": "abc", @@ -1083,34 +1083,34 @@ Object { }, ], "end": 41, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 31, "line": 3, "offset": 41, }, - "start": Object { + "start": { "column": 10, "line": 3, "offset": 20, }, }, - "name": Object { + "name": { "end": 24, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 14, "line": 3, "offset": 24, }, - "start": Object { + "start": { "column": 11, "line": 3, "offset": 21, }, }, "name": "div", - "range": Array [ + "range": [ 21, 24, ], @@ -1118,76 +1118,76 @@ Object { "start": 21, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 20, 41, ], - "raw": "
", + "raw": "
", "selfClosing": false, "start": 20, "type": "JSXOpeningElement", }, - "range": Array [ + "range": [ 20, 54, ], - "raw": "
content
", + "raw": "
content
", "start": 20, "type": "JSXElement", }, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 45, "line": 3, "offset": 54, }, - "start": Object { + "start": { "column": 11, "line": 3, "offset": 20, }, }, - "range": Array [ + "range": [ 20, 54, ], "start": 20, "type": "ExpressionStatement", }, - Object { + { "end": 146, - "expression": Object { - "children": Array [], - "closingElement": Object { + "expression": { + "children": [], + "closingElement": { "end": 146, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 10, "line": 7, "offset": 146, }, - "start": Object { + "start": { "column": 4, "line": 7, "offset": 140, }, }, - "name": Object { + "name": { "end": 145, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 9, "line": 7, "offset": 145, }, - "start": Object { + "start": { "column": 6, "line": 7, "offset": 142, }, }, "name": "div", - "range": Array [ + "range": [ 142, 145, ], @@ -1195,7 +1195,7 @@ Object { "start": 142, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 140, 146, ], @@ -1204,151 +1204,151 @@ Object { "type": "JSXClosingElement", }, "end": 146, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 10, "line": 7, "offset": 146, }, - "start": Object { + "start": { "column": 4, "line": 5, "offset": 60, }, }, - "openingElement": Object { - "attributes": Array [ - Object { + "openingElement": { + "attributes": [ + { "end": 69, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 13, "line": 5, "offset": 69, }, - "start": Object { + "start": { "column": 9, "line": 5, "offset": 65, }, }, - "name": Object { + "name": { "end": 100, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 44, "line": 5, "offset": 100, }, - "start": Object { + "start": { "column": 9, "line": 5, "offset": 65, }, }, "name": "kind", - "range": Array [ + "range": [ 65, 100, ], - "raw": "kind=\\"docs-packages-vuetify-preset\\"", + "raw": "kind="docs-packages-vuetify-preset"", "start": 65, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 65, 69, ], "raw": "kind", "start": 65, "type": "JSXAttribute", - "value": Object { + "value": { "end": 100, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 44, "line": 5, "offset": 100, }, - "start": Object { + "start": { "column": 14, "line": 5, "offset": 70, }, }, - "range": Array [ + "range": [ 70, 100, ], - "raw": "\\"docs-packages-vuetify-preset\\"", + "raw": ""docs-packages-vuetify-preset"", "start": 70, "type": "Literal", "value": "docs-packages-vuetify-preset", }, }, - Object { + { "end": 106, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 50, "line": 5, "offset": 106, }, - "start": Object { + "start": { "column": 45, "line": 5, "offset": 101, }, }, - "name": Object { + "name": { "end": 113, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 57, "line": 5, "offset": 113, }, - "start": Object { + "start": { "column": 45, "line": 5, "offset": 101, }, }, "name": "story", - "range": Array [ + "range": [ 101, 113, ], - "raw": "story=\\"page\\"", + "raw": "story="page"", "start": 101, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 101, 106, ], "raw": "story", "start": 101, "type": "JSXAttribute", - "value": Object { + "value": { "end": 113, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 57, "line": 5, "offset": 113, }, - "start": Object { + "start": { "column": 51, "line": 5, "offset": 107, }, }, - "range": Array [ + "range": [ 107, 113, ], - "raw": "\\"page\\"", + "raw": ""page"", "start": 107, "type": "Literal", "value": "page", @@ -1356,34 +1356,34 @@ Object { }, ], "end": 114, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 58, "line": 5, "offset": 114, }, - "start": Object { + "start": { "column": 4, "line": 5, "offset": 60, }, }, - "name": Object { + "name": { "end": 64, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 8, "line": 5, "offset": 64, }, - "start": Object { + "start": { "column": 5, "line": 5, "offset": 61, }, }, "name": "div", - "range": Array [ + "range": [ 61, 64, ], @@ -1391,38 +1391,38 @@ Object { "start": 61, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 60, 114, ], - "raw": "
", + "raw": "
", "selfClosing": false, "start": 60, "type": "JSXOpeningElement", }, - "range": Array [ + "range": [ 60, 146, ], - "raw": "
+ "raw": "
Vuetify preset
", "start": 60, "type": "JSXElement", }, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 11, "line": 7, "offset": 146, }, - "start": Object { + "start": { "column": 5, "line": 5, "offset": 60, }, }, - "range": Array [ + "range": [ 60, 146, ], @@ -1430,42 +1430,42 @@ Object { "type": "ExpressionStatement", }, ], - "comments": Array [], + "comments": [], "end": 191, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 1, "line": 9, "offset": 191, }, - "start": Object { + "start": { "column": 1, "line": 1, "offset": 0, }, }, - "range": Array [ + "range": [ 0, 191, ], "sourceType": undefined, "start": 0, - "tokens": Array [ - Object { + "tokens": [ + { "end": 8, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 8, "line": 1, "offset": 8, }, - "start": Object { + "start": { "column": 2, "line": 1, "offset": 2, }, }, - "range": Array [ + "range": [ 2, 8, ], @@ -1473,21 +1473,21 @@ Object { "type": "JSXText", "value": "Header", }, - Object { + { "end": 20, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 10, "line": 3, "offset": 20, }, - "start": Object { + "start": { "column": 0, "line": 3, "offset": 10, }, }, - "range": Array [ + "range": [ 10, 20, ], @@ -1495,21 +1495,21 @@ Object { "type": "JSXText", "value": "paragraph ", }, - Object { + { "end": 21, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 11, "line": 3, "offset": 21, }, - "start": Object { + "start": { "column": 10, "line": 3, "offset": 20, }, }, - "range": Array [ + "range": [ 20, 21, ], @@ -1517,21 +1517,21 @@ Object { "type": "Punctuator", "value": "<", }, - Object { + { "end": 24, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 14, "line": 3, "offset": 24, }, - "start": Object { + "start": { "column": 11, "line": 3, "offset": 21, }, }, - "range": Array [ + "range": [ 21, 24, ], @@ -1539,21 +1539,21 @@ Object { "type": "JSXIdentifier", "value": "div", }, - Object { + { "end": 34, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 24, "line": 3, "offset": 34, }, - "start": Object { + "start": { "column": 15, "line": 3, "offset": 25, }, }, - "range": Array [ + "range": [ 25, 34, ], @@ -1561,21 +1561,21 @@ Object { "type": "JSXIdentifier", "value": "className", }, - Object { + { "end": 35, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 25, "line": 3, "offset": 35, }, - "start": Object { + "start": { "column": 24, "line": 3, "offset": 34, }, }, - "range": Array [ + "range": [ 34, 35, ], @@ -1583,43 +1583,43 @@ Object { "type": "Punctuator", "value": "=", }, - Object { + { "end": 40, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 30, "line": 3, "offset": 40, }, - "start": Object { + "start": { "column": 25, "line": 3, "offset": 35, }, }, - "range": Array [ + "range": [ 35, 40, ], "start": 35, "type": "String", - "value": "\\"abc\\"", + "value": ""abc"", }, - Object { + { "end": 48, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 38, "line": 3, "offset": 48, }, - "start": Object { + "start": { "column": 31, "line": 3, "offset": 41, }, }, - "range": Array [ + "range": [ 41, 48, ], @@ -1627,21 +1627,21 @@ Object { "type": "JSXText", "value": "content", }, - Object { + { "end": 49, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 39, "line": 3, "offset": 49, }, - "start": Object { + "start": { "column": 38, "line": 3, "offset": 48, }, }, - "range": Array [ + "range": [ 48, 49, ], @@ -1649,21 +1649,21 @@ Object { "type": "Punctuator", "value": "<", }, - Object { + { "end": 50, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 40, "line": 3, "offset": 50, }, - "start": Object { + "start": { "column": 39, "line": 3, "offset": 49, }, }, - "range": Array [ + "range": [ 49, 50, ], @@ -1671,21 +1671,21 @@ Object { "type": "Punctuator", "value": "/", }, - Object { + { "end": 53, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 43, "line": 3, "offset": 53, }, - "start": Object { + "start": { "column": 40, "line": 3, "offset": 50, }, }, - "range": Array [ + "range": [ 50, 53, ], @@ -1693,21 +1693,21 @@ Object { "type": "JSXIdentifier", "value": "div", }, - Object { + { "end": 54, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 44, "line": 3, "offset": 54, }, - "start": Object { + "start": { "column": 43, "line": 3, "offset": 53, }, }, - "range": Array [ + "range": [ 53, 54, ], @@ -1715,21 +1715,21 @@ Object { "type": "Punctuator", "value": ">", }, - Object { + { "end": 61, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 5, "line": 5, "offset": 61, }, - "start": Object { + "start": { "column": 4, "line": 5, "offset": 60, }, }, - "range": Array [ + "range": [ 60, 61, ], @@ -1737,21 +1737,21 @@ Object { "type": "Punctuator", "value": "<", }, - Object { + { "end": 64, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 8, "line": 5, "offset": 64, }, - "start": Object { + "start": { "column": 5, "line": 5, "offset": 61, }, }, - "range": Array [ + "range": [ 61, 64, ], @@ -1759,21 +1759,21 @@ Object { "type": "JSXIdentifier", "value": "div", }, - Object { + { "end": 69, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 13, "line": 5, "offset": 69, }, - "start": Object { + "start": { "column": 9, "line": 5, "offset": 65, }, }, - "range": Array [ + "range": [ 65, 69, ], @@ -1781,21 +1781,21 @@ Object { "type": "JSXIdentifier", "value": "kind", }, - Object { + { "end": 70, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 14, "line": 5, "offset": 70, }, - "start": Object { + "start": { "column": 13, "line": 5, "offset": 69, }, }, - "range": Array [ + "range": [ 69, 70, ], @@ -1803,43 +1803,43 @@ Object { "type": "Punctuator", "value": "=", }, - Object { + { "end": 100, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 44, "line": 5, "offset": 100, }, - "start": Object { + "start": { "column": 14, "line": 5, "offset": 70, }, }, - "range": Array [ + "range": [ 70, 100, ], "start": 70, "type": "String", - "value": "\\"docs-packages-vuetify-preset\\"", + "value": ""docs-packages-vuetify-preset"", }, - Object { + { "end": 106, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 50, "line": 5, "offset": 106, }, - "start": Object { + "start": { "column": 45, "line": 5, "offset": 101, }, }, - "range": Array [ + "range": [ 101, 106, ], @@ -1847,21 +1847,21 @@ Object { "type": "JSXIdentifier", "value": "story", }, - Object { + { "end": 107, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 51, "line": 5, "offset": 107, }, - "start": Object { + "start": { "column": 50, "line": 5, "offset": 106, }, }, - "range": Array [ + "range": [ 106, 107, ], @@ -1869,43 +1869,43 @@ Object { "type": "Punctuator", "value": "=", }, - Object { + { "end": 113, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 57, "line": 5, "offset": 113, }, - "start": Object { + "start": { "column": 51, "line": 5, "offset": 107, }, }, - "range": Array [ + "range": [ 107, 113, ], "start": 107, "type": "String", - "value": "\\"page\\"", + "value": ""page"", }, - Object { + { "end": 135, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 20, "line": 6, "offset": 135, }, - "start": Object { + "start": { "column": 6, "line": 6, "offset": 121, }, }, - "range": Array [ + "range": [ 121, 135, ], @@ -1913,21 +1913,21 @@ Object { "type": "JSXText", "value": "Vuetify preset", }, - Object { + { "end": 141, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 5, "line": 7, "offset": 141, }, - "start": Object { + "start": { "column": 4, "line": 7, "offset": 140, }, }, - "range": Array [ + "range": [ 140, 141, ], @@ -1935,21 +1935,21 @@ Object { "type": "Punctuator", "value": "<", }, - Object { + { "end": 142, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 6, "line": 7, "offset": 142, }, - "start": Object { + "start": { "column": 5, "line": 7, "offset": 141, }, }, - "range": Array [ + "range": [ 141, 142, ], @@ -1957,21 +1957,21 @@ Object { "type": "Punctuator", "value": "/", }, - Object { + { "end": 145, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 9, "line": 7, "offset": 145, }, - "start": Object { + "start": { "column": 6, "line": 7, "offset": 142, }, }, - "range": Array [ + "range": [ 142, 145, ], @@ -1979,21 +1979,21 @@ Object { "type": "JSXIdentifier", "value": "div", }, - Object { + { "end": 146, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 10, "line": 7, "offset": 146, }, - "start": Object { + "start": { "column": 9, "line": 7, "offset": 145, }, }, - "range": Array [ + "range": [ 145, 146, ], @@ -2001,21 +2001,21 @@ Object { "type": "Punctuator", "value": ">", }, - Object { + { "end": 190, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 43, "line": 8, "offset": 190, }, - "start": Object { + "start": { "column": 4, "line": 8, "offset": 151, }, }, - "range": Array [ + "range": [ 151, 190, ], @@ -2029,59 +2029,59 @@ Object { `; exports[`parser should match all AST snapshots: 334.mdx 1`] = ` -Object { - "body": Array [ - Object { +{ + "body": [ + { "end": 22, - "expression": Object { - "children": Array [ - Object { - "children": Array [], + "expression": { + "children": [ + { + "children": [], "closingElement": null, "end": 15, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 9, "line": 2, "offset": 15, }, - "start": Object { + "start": { "column": 2, "line": 2, "offset": 8, }, }, - "openingElement": Object { - "attributes": Array [], + "openingElement": { + "attributes": [], "end": 15, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 9, "line": 2, "offset": 15, }, - "start": Object { + "start": { "column": 2, "line": 2, "offset": 8, }, }, - "name": Object { + "name": { "end": 12, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 6, "line": 2, "offset": 12, }, - "start": Object { + "start": { "column": 3, "line": 2, "offset": 9, }, }, "name": "img", - "range": Array [ + "range": [ 9, 12, ], @@ -2089,7 +2089,7 @@ Object { "start": 9, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 8, 15, ], @@ -2098,7 +2098,7 @@ Object { "start": 8, "type": "JSXOpeningElement", }, - "range": Array [ + "range": [ 8, 15, ], @@ -2107,36 +2107,36 @@ Object { "type": "JSXElement", }, ], - "closingElement": Object { + "closingElement": { "end": 22, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 6, "line": 3, "offset": 22, }, - "start": Object { + "start": { "column": 0, "line": 3, "offset": 16, }, }, - "name": Object { + "name": { "end": 21, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 5, "line": 3, "offset": 21, }, - "start": Object { + "start": { "column": 2, "line": 3, "offset": 18, }, }, "name": "div", - "range": Array [ + "range": [ 18, 21, ], @@ -2144,7 +2144,7 @@ Object { "start": 18, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 16, 22, ], @@ -2153,49 +2153,49 @@ Object { "type": "JSXClosingElement", }, "end": 22, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 6, "line": 3, "offset": 22, }, - "start": Object { + "start": { "column": 0, "line": 1, "offset": 0, }, }, - "openingElement": Object { - "attributes": Array [], + "openingElement": { + "attributes": [], "end": 5, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 5, "line": 1, "offset": 5, }, - "start": Object { + "start": { "column": 0, "line": 1, "offset": 0, }, }, - "name": Object { + "name": { "end": 4, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 4, "line": 1, "offset": 4, }, - "start": Object { + "start": { "column": 1, "line": 1, "offset": 1, }, }, "name": "div", - "range": Array [ + "range": [ 1, 4, ], @@ -2203,7 +2203,7 @@ Object { "start": 1, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 0, 5, ], @@ -2212,7 +2212,7 @@ Object { "start": 0, "type": "JSXOpeningElement", }, - "range": Array [ + "range": [ 0, 22, ], @@ -2222,19 +2222,19 @@ Object { "start": 0, "type": "JSXElement", }, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 7, "line": 3, "offset": 22, }, - "start": Object { + "start": { "column": 1, "line": 1, "offset": 0, }, }, - "range": Array [ + "range": [ 0, 22, ], @@ -2242,42 +2242,42 @@ Object { "type": "ExpressionStatement", }, ], - "comments": Array [], + "comments": [], "end": 70, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 1, "line": 10, "offset": 70, }, - "start": Object { + "start": { "column": 1, "line": 1, "offset": 0, }, }, - "range": Array [ + "range": [ 0, 70, ], "sourceType": undefined, "start": 0, - "tokens": Array [ - Object { + "tokens": [ + { "end": 1, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 1, "line": 1, "offset": 1, }, - "start": Object { + "start": { "column": 0, "line": 1, "offset": 0, }, }, - "range": Array [ + "range": [ 0, 1, ], @@ -2285,21 +2285,21 @@ Object { "type": "Punctuator", "value": "<", }, - Object { + { "end": 4, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 4, "line": 1, "offset": 4, }, - "start": Object { + "start": { "column": 1, "line": 1, "offset": 1, }, }, - "range": Array [ + "range": [ 1, 4, ], @@ -2307,21 +2307,21 @@ Object { "type": "JSXIdentifier", "value": "div", }, - Object { + { "end": 9, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 3, "line": 2, "offset": 9, }, - "start": Object { + "start": { "column": 2, "line": 2, "offset": 8, }, }, - "range": Array [ + "range": [ 8, 9, ], @@ -2329,21 +2329,21 @@ Object { "type": "Punctuator", "value": "<", }, - Object { + { "end": 12, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 6, "line": 2, "offset": 12, }, - "start": Object { + "start": { "column": 3, "line": 2, "offset": 9, }, }, - "range": Array [ + "range": [ 9, 12, ], @@ -2351,21 +2351,21 @@ Object { "type": "JSXIdentifier", "value": "img", }, - Object { + { "end": 14, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 8, "line": 2, "offset": 14, }, - "start": Object { + "start": { "column": 7, "line": 2, "offset": 13, }, }, - "range": Array [ + "range": [ 13, 14, ], @@ -2373,21 +2373,21 @@ Object { "type": "Punctuator", "value": "/", }, - Object { + { "end": 15, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 9, "line": 2, "offset": 15, }, - "start": Object { + "start": { "column": 8, "line": 2, "offset": 14, }, }, - "range": Array [ + "range": [ 14, 15, ], @@ -2395,21 +2395,21 @@ Object { "type": "Punctuator", "value": ">", }, - Object { + { "end": 17, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 1, "line": 3, "offset": 17, }, - "start": Object { + "start": { "column": 0, "line": 3, "offset": 16, }, }, - "range": Array [ + "range": [ 16, 17, ], @@ -2417,21 +2417,21 @@ Object { "type": "Punctuator", "value": "<", }, - Object { + { "end": 18, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 2, "line": 3, "offset": 18, }, - "start": Object { + "start": { "column": 1, "line": 3, "offset": 17, }, }, - "range": Array [ + "range": [ 17, 18, ], @@ -2439,21 +2439,21 @@ Object { "type": "Punctuator", "value": "/", }, - Object { + { "end": 21, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 5, "line": 3, "offset": 21, }, - "start": Object { + "start": { "column": 2, "line": 3, "offset": 18, }, }, - "range": Array [ + "range": [ 18, 21, ], @@ -2461,21 +2461,21 @@ Object { "type": "JSXIdentifier", "value": "div", }, - Object { + { "end": 22, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 6, "line": 3, "offset": 22, }, - "start": Object { + "start": { "column": 5, "line": 3, "offset": 21, }, }, - "range": Array [ + "range": [ 21, 22, ], @@ -2489,70 +2489,70 @@ Object { `; exports[`parser should match all AST snapshots: 336.mdx 1`] = ` -Object { - "body": Array [], - "comments": Array [], +{ + "body": [], + "comments": [], "end": 178, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 1, "line": 7, "offset": 178, }, - "start": Object { + "start": { "column": 1, "line": 1, "offset": 0, }, }, - "range": Array [ + "range": [ 0, 178, ], "sourceType": undefined, "start": 0, - "tokens": Array [], + "tokens": [], "type": "Program", } `; exports[`parser should match all AST snapshots: 367.mdx 1`] = ` -Object { - "body": Array [ - Object { +{ + "body": [ + { "end": 86, - "expression": Object { - "children": Array [], - "closingElement": Object { + "expression": { + "children": [], + "closingElement": { "end": 86, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 6, "line": 11, "offset": 86, }, - "start": Object { + "start": { "column": 0, "line": 11, "offset": 80, }, }, - "name": Object { + "name": { "end": 85, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 5, "line": 11, "offset": 85, }, - "start": Object { + "start": { "column": 2, "line": 11, "offset": 82, }, }, "name": "div", - "range": Array [ + "range": [ 82, 85, ], @@ -2560,7 +2560,7 @@ Object { "start": 82, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 80, 86, ], @@ -2569,49 +2569,49 @@ Object { "type": "JSXClosingElement", }, "end": 86, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 6, "line": 11, "offset": 86, }, - "start": Object { + "start": { "column": 0, "line": 7, "offset": 45, }, }, - "openingElement": Object { - "attributes": Array [], + "openingElement": { + "attributes": [], "end": 50, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 5, "line": 7, "offset": 50, }, - "start": Object { + "start": { "column": 0, "line": 7, "offset": 45, }, }, - "name": Object { + "name": { "end": 49, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 4, "line": 7, "offset": 49, }, - "start": Object { + "start": { "column": 1, "line": 7, "offset": 46, }, }, "name": "div", - "range": Array [ + "range": [ 46, 49, ], @@ -2619,7 +2619,7 @@ Object { "start": 46, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 45, 50, ], @@ -2628,7 +2628,7 @@ Object { "start": 45, "type": "JSXOpeningElement", }, - "range": Array [ + "range": [ 45, 86, ], @@ -2640,59 +2640,59 @@ Object { "start": 45, "type": "JSXElement", }, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 7, "line": 11, "offset": 86, }, - "start": Object { + "start": { "column": 1, "line": 7, "offset": 45, }, }, - "range": Array [ + "range": [ 45, 86, ], "start": 45, "type": "ExpressionStatement", }, - Object { + { "end": 64, - "expression": Object { - "children": Array [], - "closingElement": Object { + "expression": { + "children": [], + "closingElement": { "end": 64, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 13, "line": 8, "offset": 64, }, - "start": Object { + "start": { "column": 9, "line": 8, "offset": 60, }, }, - "name": Object { + "name": { "end": 63, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 12, "line": 8, "offset": 63, }, - "start": Object { + "start": { "column": 11, "line": 8, "offset": 62, }, }, "name": "p", - "range": Array [ + "range": [ 62, 63, ], @@ -2700,7 +2700,7 @@ Object { "start": 62, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 60, 64, ], @@ -2709,49 +2709,49 @@ Object { "type": "JSXClosingElement", }, "end": 64, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 13, "line": 8, "offset": 64, }, - "start": Object { + "start": { "column": 2, "line": 8, "offset": 53, }, }, - "openingElement": Object { - "attributes": Array [], + "openingElement": { + "attributes": [], "end": 56, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 5, "line": 8, "offset": 56, }, - "start": Object { + "start": { "column": 2, "line": 8, "offset": 53, }, }, - "name": Object { + "name": { "end": 55, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 4, "line": 8, "offset": 55, }, - "start": Object { + "start": { "column": 3, "line": 8, "offset": 54, }, }, "name": "p", - "range": Array [ + "range": [ 54, 55, ], @@ -2759,7 +2759,7 @@ Object { "start": 54, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 53, 56, ], @@ -2768,7 +2768,7 @@ Object { "start": 53, "type": "JSXOpeningElement", }, - "range": Array [ + "range": [ 53, 64, ], @@ -2776,59 +2776,59 @@ Object { "start": 53, "type": "JSXElement", }, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 14, "line": 8, "offset": 64, }, - "start": Object { + "start": { "column": 3, "line": 8, "offset": 53, }, }, - "range": Array [ + "range": [ 53, 64, ], "start": 53, "type": "ExpressionStatement", }, - Object { + { "end": 79, - "expression": Object { - "children": Array [], - "closingElement": Object { + "expression": { + "children": [], + "closingElement": { "end": 79, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 13, "line": 10, "offset": 79, }, - "start": Object { + "start": { "column": 9, "line": 10, "offset": 75, }, }, - "name": Object { + "name": { "end": 78, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 12, "line": 10, "offset": 78, }, - "start": Object { + "start": { "column": 11, "line": 10, "offset": 77, }, }, "name": "p", - "range": Array [ + "range": [ 77, 78, ], @@ -2836,7 +2836,7 @@ Object { "start": 77, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 75, 79, ], @@ -2845,49 +2845,49 @@ Object { "type": "JSXClosingElement", }, "end": 79, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 13, "line": 10, "offset": 79, }, - "start": Object { + "start": { "column": 2, "line": 10, "offset": 68, }, }, - "openingElement": Object { - "attributes": Array [], + "openingElement": { + "attributes": [], "end": 71, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 5, "line": 10, "offset": 71, }, - "start": Object { + "start": { "column": 2, "line": 10, "offset": 68, }, }, - "name": Object { + "name": { "end": 70, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 4, "line": 10, "offset": 70, }, - "start": Object { + "start": { "column": 3, "line": 10, "offset": 69, }, }, "name": "p", - "range": Array [ + "range": [ 69, 70, ], @@ -2895,7 +2895,7 @@ Object { "start": 69, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 68, 71, ], @@ -2904,7 +2904,7 @@ Object { "start": 68, "type": "JSXOpeningElement", }, - "range": Array [ + "range": [ 68, 79, ], @@ -2912,19 +2912,19 @@ Object { "start": 68, "type": "JSXElement", }, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 14, "line": 10, "offset": 79, }, - "start": Object { + "start": { "column": 3, "line": 10, "offset": 68, }, }, - "range": Array [ + "range": [ 68, 79, ], @@ -2932,42 +2932,42 @@ Object { "type": "ExpressionStatement", }, ], - "comments": Array [], + "comments": [], "end": 87, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 1, "line": 12, "offset": 87, }, - "start": Object { + "start": { "column": 1, "line": 1, "offset": 0, }, }, - "range": Array [ + "range": [ 0, 87, ], "sourceType": undefined, "start": 0, - "tokens": Array [ - Object { + "tokens": [ + { "end": 46, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 1, "line": 7, "offset": 46, }, - "start": Object { + "start": { "column": 0, "line": 7, "offset": 45, }, }, - "range": Array [ + "range": [ 45, 46, ], @@ -2975,21 +2975,21 @@ Object { "type": "Punctuator", "value": "<", }, - Object { + { "end": 49, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 4, "line": 7, "offset": 49, }, - "start": Object { + "start": { "column": 1, "line": 7, "offset": 46, }, }, - "range": Array [ + "range": [ 46, 49, ], @@ -2997,21 +2997,21 @@ Object { "type": "JSXIdentifier", "value": "div", }, - Object { + { "end": 54, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 3, "line": 8, "offset": 54, }, - "start": Object { + "start": { "column": 2, "line": 8, "offset": 53, }, }, - "range": Array [ + "range": [ 53, 54, ], @@ -3019,21 +3019,21 @@ Object { "type": "Punctuator", "value": "<", }, - Object { + { "end": 55, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 4, "line": 8, "offset": 55, }, - "start": Object { + "start": { "column": 3, "line": 8, "offset": 54, }, }, - "range": Array [ + "range": [ 54, 55, ], @@ -3041,21 +3041,21 @@ Object { "type": "JSXIdentifier", "value": "p", }, - Object { + { "end": 60, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 9, "line": 8, "offset": 60, }, - "start": Object { + "start": { "column": 5, "line": 8, "offset": 56, }, }, - "range": Array [ + "range": [ 56, 60, ], @@ -3063,21 +3063,21 @@ Object { "type": "JSXText", "value": "test", }, - Object { + { "end": 61, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 10, "line": 8, "offset": 61, }, - "start": Object { + "start": { "column": 9, "line": 8, "offset": 60, }, }, - "range": Array [ + "range": [ 60, 61, ], @@ -3085,21 +3085,21 @@ Object { "type": "Punctuator", "value": "<", }, - Object { + { "end": 62, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 11, "line": 8, "offset": 62, }, - "start": Object { + "start": { "column": 10, "line": 8, "offset": 61, }, }, - "range": Array [ + "range": [ 61, 62, ], @@ -3107,21 +3107,21 @@ Object { "type": "Punctuator", "value": "/", }, - Object { + { "end": 63, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 12, "line": 8, "offset": 63, }, - "start": Object { + "start": { "column": 11, "line": 8, "offset": 62, }, }, - "range": Array [ + "range": [ 62, 63, ], @@ -3129,21 +3129,21 @@ Object { "type": "JSXIdentifier", "value": "p", }, - Object { + { "end": 64, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 13, "line": 8, "offset": 64, }, - "start": Object { + "start": { "column": 12, "line": 8, "offset": 63, }, }, - "range": Array [ + "range": [ 63, 64, ], @@ -3151,21 +3151,21 @@ Object { "type": "Punctuator", "value": ">", }, - Object { + { "end": 69, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 3, "line": 10, "offset": 69, }, - "start": Object { + "start": { "column": 2, "line": 10, "offset": 68, }, }, - "range": Array [ + "range": [ 68, 69, ], @@ -3173,21 +3173,21 @@ Object { "type": "Punctuator", "value": "<", }, - Object { + { "end": 70, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 4, "line": 10, "offset": 70, }, - "start": Object { + "start": { "column": 3, "line": 10, "offset": 69, }, }, - "range": Array [ + "range": [ 69, 70, ], @@ -3195,21 +3195,21 @@ Object { "type": "JSXIdentifier", "value": "p", }, - Object { + { "end": 75, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 9, "line": 10, "offset": 75, }, - "start": Object { + "start": { "column": 5, "line": 10, "offset": 71, }, }, - "range": Array [ + "range": [ 71, 75, ], @@ -3217,21 +3217,21 @@ Object { "type": "JSXText", "value": "test", }, - Object { + { "end": 76, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 10, "line": 10, "offset": 76, }, - "start": Object { + "start": { "column": 9, "line": 10, "offset": 75, }, }, - "range": Array [ + "range": [ 75, 76, ], @@ -3239,21 +3239,21 @@ Object { "type": "Punctuator", "value": "<", }, - Object { + { "end": 77, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 11, "line": 10, "offset": 77, }, - "start": Object { + "start": { "column": 10, "line": 10, "offset": 76, }, }, - "range": Array [ + "range": [ 76, 77, ], @@ -3261,21 +3261,21 @@ Object { "type": "Punctuator", "value": "/", }, - Object { + { "end": 78, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 12, "line": 10, "offset": 78, }, - "start": Object { + "start": { "column": 11, "line": 10, "offset": 77, }, }, - "range": Array [ + "range": [ 77, 78, ], @@ -3283,21 +3283,21 @@ Object { "type": "JSXIdentifier", "value": "p", }, - Object { + { "end": 79, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 13, "line": 10, "offset": 79, }, - "start": Object { + "start": { "column": 12, "line": 10, "offset": 78, }, }, - "range": Array [ + "range": [ 78, 79, ], @@ -3305,21 +3305,21 @@ Object { "type": "Punctuator", "value": ">", }, - Object { + { "end": 81, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 1, "line": 11, "offset": 81, }, - "start": Object { + "start": { "column": 0, "line": 11, "offset": 80, }, }, - "range": Array [ + "range": [ 80, 81, ], @@ -3327,21 +3327,21 @@ Object { "type": "Punctuator", "value": "<", }, - Object { + { "end": 82, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 2, "line": 11, "offset": 82, }, - "start": Object { + "start": { "column": 1, "line": 11, "offset": 81, }, }, - "range": Array [ + "range": [ 81, 82, ], @@ -3349,21 +3349,21 @@ Object { "type": "Punctuator", "value": "/", }, - Object { + { "end": 85, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 5, "line": 11, "offset": 85, }, - "start": Object { + "start": { "column": 2, "line": 11, "offset": 82, }, }, - "range": Array [ + "range": [ 82, 85, ], @@ -3371,21 +3371,21 @@ Object { "type": "JSXIdentifier", "value": "div", }, - Object { + { "end": 86, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 6, "line": 11, "offset": 86, }, - "start": Object { + "start": { "column": 5, "line": 11, "offset": 85, }, }, - "range": Array [ + "range": [ 85, 86, ], @@ -3399,42 +3399,42 @@ Object { `; exports[`parser should match all AST snapshots: 371.mdx 1`] = ` -Object { - "body": Array [ - Object { +{ + "body": [ + { "end": 74, - "expression": Object { - "children": Array [], - "closingElement": Object { + "expression": { + "children": [], + "closingElement": { "end": 74, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 6, "line": 11, "offset": 74, }, - "start": Object { + "start": { "column": 0, "line": 11, "offset": 68, }, }, - "name": Object { + "name": { "end": 73, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 5, "line": 11, "offset": 73, }, - "start": Object { + "start": { "column": 2, "line": 11, "offset": 70, }, }, "name": "div", - "range": Array [ + "range": [ 70, 73, ], @@ -3442,7 +3442,7 @@ Object { "start": 70, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 68, 74, ], @@ -3451,49 +3451,49 @@ Object { "type": "JSXClosingElement", }, "end": 74, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 6, "line": 11, "offset": 74, }, - "start": Object { + "start": { "column": 0, "line": 3, "offset": 17, }, }, - "openingElement": Object { - "attributes": Array [], + "openingElement": { + "attributes": [], "end": 22, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 5, "line": 3, "offset": 22, }, - "start": Object { + "start": { "column": 0, "line": 3, "offset": 17, }, }, - "name": Object { + "name": { "end": 21, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 4, "line": 3, "offset": 21, }, - "start": Object { + "start": { "column": 1, "line": 3, "offset": 18, }, }, "name": "div", - "range": Array [ + "range": [ 18, 21, ], @@ -3501,7 +3501,7 @@ Object { "start": 18, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 17, 22, ], @@ -3510,7 +3510,7 @@ Object { "start": 17, "type": "JSXOpeningElement", }, - "range": Array [ + "range": [ 17, 74, ], @@ -3526,19 +3526,19 @@ function foo() { "start": 17, "type": "JSXElement", }, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 7, "line": 11, "offset": 74, }, - "start": Object { + "start": { "column": 1, "line": 3, "offset": 17, }, }, - "range": Array [ + "range": [ 17, 74, ], @@ -3546,42 +3546,42 @@ function foo() { "type": "ExpressionStatement", }, ], - "comments": Array [], + "comments": [], "end": 75, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 1, "line": 12, "offset": 75, }, - "start": Object { + "start": { "column": 1, "line": 1, "offset": 0, }, }, - "range": Array [ + "range": [ 0, 75, ], "sourceType": undefined, "start": 0, - "tokens": Array [ - Object { + "tokens": [ + { "end": 15, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 15, "line": 1, "offset": 15, }, - "start": Object { + "start": { "column": 2, "line": 1, "offset": 2, }, }, - "range": Array [ + "range": [ 2, 15, ], @@ -3589,21 +3589,21 @@ function foo() { "type": "JSXText", "value": "Hello, World!", }, - Object { + { "end": 18, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 1, "line": 3, "offset": 18, }, - "start": Object { + "start": { "column": 0, "line": 3, "offset": 17, }, }, - "range": Array [ + "range": [ 17, 18, ], @@ -3611,21 +3611,21 @@ function foo() { "type": "Punctuator", "value": "<", }, - Object { + { "end": 21, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 4, "line": 3, "offset": 21, }, - "start": Object { + "start": { "column": 1, "line": 3, "offset": 18, }, }, - "range": Array [ + "range": [ 18, 21, ], @@ -3633,21 +3633,21 @@ function foo() { "type": "JSXIdentifier", "value": "div", }, - Object { + { "end": 69, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 1, "line": 11, "offset": 69, }, - "start": Object { + "start": { "column": 0, "line": 11, "offset": 68, }, }, - "range": Array [ + "range": [ 68, 69, ], @@ -3655,21 +3655,21 @@ function foo() { "type": "Punctuator", "value": "<", }, - Object { + { "end": 70, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 2, "line": 11, "offset": 70, }, - "start": Object { + "start": { "column": 1, "line": 11, "offset": 69, }, }, - "range": Array [ + "range": [ 69, 70, ], @@ -3677,21 +3677,21 @@ function foo() { "type": "Punctuator", "value": "/", }, - Object { + { "end": 73, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 5, "line": 11, "offset": 73, }, - "start": Object { + "start": { "column": 2, "line": 11, "offset": 70, }, }, - "range": Array [ + "range": [ 70, 73, ], @@ -3699,21 +3699,21 @@ function foo() { "type": "JSXIdentifier", "value": "div", }, - Object { + { "end": 74, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 6, "line": 11, "offset": 74, }, - "start": Object { + "start": { "column": 5, "line": 11, "offset": 73, }, }, - "range": Array [ + "range": [ 73, 74, ], @@ -3727,41 +3727,41 @@ function foo() { `; exports[`parser should match all AST snapshots: 380.mdx 1`] = ` -Object { - "body": Array [ - Object { +{ + "body": [ + { "end": 44, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 44, "line": 1, "offset": 44, }, - "start": Object { + "start": { "column": 0, "line": 1, "offset": 0, }, }, - "range": Array [ + "range": [ 0, 44, ], - "source": Object { + "source": { "end": 44, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 44, "line": 1, "offset": 44, }, - "start": Object { + "start": { "column": 28, "line": 1, "offset": 28, }, }, - "range": Array [ + "range": [ 28, 44, ], @@ -3770,66 +3770,66 @@ Object { "type": "Literal", "value": "@angular/forms", }, - "specifiers": Array [ - Object { + "specifiers": [ + { "end": 20, - "imported": Object { + "imported": { "end": 20, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 20, "line": 1, "offset": 20, }, - "start": Object { + "start": { "column": 9, "line": 1, "offset": 9, }, }, "name": "FormsModule", - "range": Array [ + "range": [ 9, 20, ], "start": 9, "type": "Identifier", }, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 20, "line": 1, "offset": 20, }, - "start": Object { + "start": { "column": 9, "line": 1, "offset": 9, }, }, - "local": Object { + "local": { "end": 20, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 20, "line": 1, "offset": 20, }, - "start": Object { + "start": { "column": 9, "line": 1, "offset": 9, }, }, "name": "FormsModule", - "range": Array [ + "range": [ 9, 20, ], "start": 9, "type": "Identifier", }, - "range": Array [ + "range": [ 9, 20, ], @@ -3840,39 +3840,39 @@ Object { "start": 0, "type": "ImportDeclaration", }, - Object { + { "end": 104, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 59, "line": 2, "offset": 104, }, - "start": Object { + "start": { "column": 0, "line": 2, "offset": 45, }, }, - "range": Array [ + "range": [ 45, 104, ], - "source": Object { + "source": { "end": 104, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 59, "line": 2, "offset": 104, }, - "start": Object { + "start": { "column": 36, "line": 2, "offset": 81, }, }, - "range": Array [ + "range": [ 81, 104, ], @@ -3881,196 +3881,196 @@ Object { "type": "Literal", "value": "@storybook/addon-docs", }, - "specifiers": Array [ - Object { + "specifiers": [ + { "end": 60, - "imported": Object { + "imported": { "end": 60, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 15, "line": 2, "offset": 60, }, - "start": Object { + "start": { "column": 9, "line": 2, "offset": 54, }, }, "name": "Canvas", - "range": Array [ + "range": [ 54, 60, ], "start": 54, "type": "Identifier", }, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 15, "line": 2, "offset": 60, }, - "start": Object { + "start": { "column": 9, "line": 2, "offset": 54, }, }, - "local": Object { + "local": { "end": 60, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 15, "line": 2, "offset": 60, }, - "start": Object { + "start": { "column": 9, "line": 2, "offset": 54, }, }, "name": "Canvas", - "range": Array [ + "range": [ 54, 60, ], "start": 54, "type": "Identifier", }, - "range": Array [ + "range": [ 54, 60, ], "start": 54, "type": "ImportSpecifier", }, - Object { + { "end": 66, - "imported": Object { + "imported": { "end": 66, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 21, "line": 2, "offset": 66, }, - "start": Object { + "start": { "column": 17, "line": 2, "offset": 62, }, }, "name": "Meta", - "range": Array [ + "range": [ 62, 66, ], "start": 62, "type": "Identifier", }, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 21, "line": 2, "offset": 66, }, - "start": Object { + "start": { "column": 17, "line": 2, "offset": 62, }, }, - "local": Object { + "local": { "end": 66, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 21, "line": 2, "offset": 66, }, - "start": Object { + "start": { "column": 17, "line": 2, "offset": 62, }, }, "name": "Meta", - "range": Array [ + "range": [ 62, 66, ], "start": 62, "type": "Identifier", }, - "range": Array [ + "range": [ 62, 66, ], "start": 62, "type": "ImportSpecifier", }, - Object { + { "end": 73, - "imported": Object { + "imported": { "end": 73, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 28, "line": 2, "offset": 73, }, - "start": Object { + "start": { "column": 23, "line": 2, "offset": 68, }, }, "name": "Story", - "range": Array [ + "range": [ 68, 73, ], "start": 68, "type": "Identifier", }, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 28, "line": 2, "offset": 73, }, - "start": Object { + "start": { "column": 23, "line": 2, "offset": 68, }, }, - "local": Object { + "local": { "end": 73, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 28, "line": 2, "offset": 73, }, - "start": Object { + "start": { "column": 23, "line": 2, "offset": 68, }, }, "name": "Story", - "range": Array [ + "range": [ 68, 73, ], "start": 68, "type": "Identifier", }, - "range": Array [ + "range": [ 68, 73, ], @@ -4081,39 +4081,39 @@ Object { "start": 45, "type": "ImportDeclaration", }, - Object { + { "end": 156, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 51, "line": 3, "offset": 156, }, - "start": Object { + "start": { "column": 0, "line": 3, "offset": 105, }, }, - "range": Array [ + "range": [ 105, 156, ], - "source": Object { + "source": { "end": 156, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 51, "line": 3, "offset": 156, }, - "start": Object { + "start": { "column": 31, "line": 3, "offset": 136, }, }, - "range": Array [ + "range": [ 136, 156, ], @@ -4122,66 +4122,66 @@ Object { "type": "Literal", "value": "@storybook/angular", }, - "specifiers": Array [ - Object { + "specifiers": [ + { "end": 128, - "imported": Object { + "imported": { "end": 128, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 23, "line": 3, "offset": 128, }, - "start": Object { + "start": { "column": 9, "line": 3, "offset": 114, }, }, "name": "moduleMetadata", - "range": Array [ + "range": [ 114, 128, ], "start": 114, "type": "Identifier", }, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 23, "line": 3, "offset": 128, }, - "start": Object { + "start": { "column": 9, "line": 3, "offset": 114, }, }, - "local": Object { + "local": { "end": 128, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 23, "line": 3, "offset": 128, }, - "start": Object { + "start": { "column": 9, "line": 3, "offset": 114, }, }, "name": "moduleMetadata", - "range": Array [ + "range": [ 114, 128, ], "start": 114, "type": "Identifier", }, - "range": Array [ + "range": [ 114, 128, ], @@ -4192,39 +4192,39 @@ Object { "start": 105, "type": "ImportDeclaration", }, - Object { + { "end": 219, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 61, "line": 5, "offset": 219, }, - "start": Object { + "start": { "column": 0, "line": 5, "offset": 158, }, }, - "range": Array [ + "range": [ 158, 219, ], - "source": Object { + "source": { "end": 219, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 61, "line": 5, "offset": 219, }, - "start": Object { + "start": { "column": 36, "line": 5, "offset": 194, }, }, - "range": Array [ + "range": [ 194, 219, ], @@ -4233,66 +4233,66 @@ Object { "type": "Literal", "value": "./active-test.component", }, - "specifiers": Array [ - Object { + "specifiers": [ + { "end": 186, - "imported": Object { + "imported": { "end": 277, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 57, "line": 6, "offset": 277, }, - "start": Object { + "start": { "column": 56, "line": 6, "offset": 276, }, }, "name": "ActiveTestComponent", - "range": Array [ + "range": [ 276, 277, ], "start": 276, "type": "Identifier", }, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 28, "line": 5, "offset": 186, }, - "start": Object { + "start": { "column": 9, "line": 5, "offset": 167, }, }, - "local": Object { + "local": { "end": 277, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 57, "line": 6, "offset": 277, }, - "start": Object { + "start": { "column": 56, "line": 6, "offset": 276, }, }, "name": "ActiveTestComponent", - "range": Array [ + "range": [ 276, 277, ], "start": 276, "type": "Identifier", }, - "range": Array [ + "range": [ 167, 186, ], @@ -4303,39 +4303,39 @@ Object { "start": 158, "type": "ImportDeclaration", }, - Object { + { "end": 277, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 57, "line": 6, "offset": 277, }, - "start": Object { + "start": { "column": 0, "line": 6, "offset": 220, }, }, - "range": Array [ + "range": [ 220, 277, ], - "source": Object { + "source": { "end": 277, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 57, "line": 6, "offset": 277, }, - "start": Object { + "start": { "column": 34, "line": 6, "offset": 254, }, }, - "range": Array [ + "range": [ 254, 277, ], @@ -4344,66 +4344,66 @@ Object { "type": "Literal", "value": "./lazy-test.component", }, - "specifiers": Array [ - Object { + "specifiers": [ + { "end": 246, - "imported": Object { + "imported": { "end": 277, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 57, "line": 6, "offset": 277, }, - "start": Object { + "start": { "column": 57, "line": 6, "offset": 277, }, }, "name": "LazyTestComponent", - "range": Array [ + "range": [ 277, 277, ], "start": 277, "type": "Identifier", }, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 26, "line": 6, "offset": 246, }, - "start": Object { + "start": { "column": 9, "line": 6, "offset": 229, }, }, - "local": Object { + "local": { "end": 277, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 57, "line": 6, "offset": 277, }, - "start": Object { + "start": { "column": 57, "line": 6, "offset": 277, }, }, "name": "LazyTestComponent", - "range": Array [ + "range": [ 277, 277, ], "start": 277, "type": "Identifier", }, - "range": Array [ + "range": [ 229, 246, ], @@ -4414,39 +4414,39 @@ Object { "start": 220, "type": "ImportDeclaration", }, - Object { + { "end": 416, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 19, "line": 17, "offset": 416, }, - "start": Object { + "start": { "column": 0, "line": 8, "offset": 279, }, }, - "range": Array [ + "range": [ 279, 416, ], - "source": Object { + "source": { "end": 416, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 19, "line": 17, "offset": 416, }, - "start": Object { + "start": { "column": 7, "line": 17, "offset": 404, }, }, - "range": Array [ + "range": [ 404, 416, ], @@ -4455,521 +4455,521 @@ Object { "type": "Literal", "value": "@alauda/ui", }, - "specifiers": Array [ - Object { + "specifiers": [ + { "end": 302, - "imported": Object { + "imported": { "end": 416, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 19, "line": 17, "offset": 416, }, - "start": Object { + "start": { "column": 19, "line": 17, "offset": 416, }, }, "name": "ButtonModule", - "range": Array [ + "range": [ 416, 416, ], "start": 416, "type": "Identifier", }, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 14, "line": 9, "offset": 302, }, - "start": Object { + "start": { "column": 2, "line": 9, "offset": 290, }, }, - "local": Object { + "local": { "end": 416, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 19, "line": 17, "offset": 416, }, - "start": Object { + "start": { "column": 19, "line": 17, "offset": 416, }, }, "name": "ButtonModule", - "range": Array [ + "range": [ 416, 416, ], "start": 416, "type": "Identifier", }, - "range": Array [ + "range": [ 290, 302, ], "start": 290, "type": "ImportSpecifier", }, - Object { + { "end": 316, - "imported": Object { + "imported": { "end": 416, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 19, "line": 17, "offset": 416, }, - "start": Object { + "start": { "column": 19, "line": 17, "offset": 416, }, }, "name": "IconModule", - "range": Array [ + "range": [ 416, 416, ], "start": 416, "type": "Identifier", }, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 12, "line": 10, "offset": 316, }, - "start": Object { + "start": { "column": 2, "line": 10, "offset": 306, }, }, - "local": Object { + "local": { "end": 416, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 19, "line": 17, "offset": 416, }, - "start": Object { + "start": { "column": 19, "line": 17, "offset": 416, }, }, "name": "IconModule", - "range": Array [ + "range": [ 416, 416, ], "start": 416, "type": "Identifier", }, - "range": Array [ + "range": [ 306, 316, ], "start": 306, "type": "ImportSpecifier", }, - Object { + { "end": 330, - "imported": Object { + "imported": { "end": 416, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 19, "line": 17, "offset": 416, }, - "start": Object { + "start": { "column": 19, "line": 17, "offset": 416, }, }, "name": "FormModule", - "range": Array [ + "range": [ 416, 416, ], "start": 416, "type": "Identifier", }, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 12, "line": 11, "offset": 330, }, - "start": Object { + "start": { "column": 2, "line": 11, "offset": 320, }, }, - "local": Object { + "local": { "end": 416, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 19, "line": 17, "offset": 416, }, - "start": Object { + "start": { "column": 19, "line": 17, "offset": 416, }, }, "name": "FormModule", - "range": Array [ + "range": [ 416, 416, ], "start": 416, "type": "Identifier", }, - "range": Array [ + "range": [ 320, 330, ], "start": 320, "type": "ImportSpecifier", }, - Object { + { "end": 345, - "imported": Object { + "imported": { "end": 416, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 19, "line": 17, "offset": 416, }, - "start": Object { + "start": { "column": 19, "line": 17, "offset": 416, }, }, "name": "RadioModule", - "range": Array [ + "range": [ 416, 416, ], "start": 416, "type": "Identifier", }, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 13, "line": 12, "offset": 345, }, - "start": Object { + "start": { "column": 2, "line": 12, "offset": 334, }, }, - "local": Object { + "local": { "end": 416, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 19, "line": 17, "offset": 416, }, - "start": Object { + "start": { "column": 19, "line": 17, "offset": 416, }, }, "name": "RadioModule", - "range": Array [ + "range": [ 416, 416, ], "start": 416, "type": "Identifier", }, - "range": Array [ + "range": [ 334, 345, ], "start": 334, "type": "ImportSpecifier", }, - Object { + { "end": 356, - "imported": Object { + "imported": { "end": 416, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 19, "line": 17, "offset": 416, }, - "start": Object { + "start": { "column": 19, "line": 17, "offset": 416, }, }, "name": "TabSize", - "range": Array [ + "range": [ 416, 416, ], "start": 416, "type": "Identifier", }, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 9, "line": 13, "offset": 356, }, - "start": Object { + "start": { "column": 2, "line": 13, "offset": 349, }, }, - "local": Object { + "local": { "end": 416, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 19, "line": 17, "offset": 416, }, - "start": Object { + "start": { "column": 19, "line": 17, "offset": 416, }, }, "name": "TabSize", - "range": Array [ + "range": [ 416, 416, ], "start": 416, "type": "Identifier", }, - "range": Array [ + "range": [ 349, 356, ], "start": 349, "type": "ImportSpecifier", }, - Object { + { "end": 367, - "imported": Object { + "imported": { "end": 416, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 19, "line": 17, "offset": 416, }, - "start": Object { + "start": { "column": 19, "line": 17, "offset": 416, }, }, "name": "TabType", - "range": Array [ + "range": [ 416, 416, ], "start": 416, "type": "Identifier", }, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 9, "line": 14, "offset": 367, }, - "start": Object { + "start": { "column": 2, "line": 14, "offset": 360, }, }, - "local": Object { + "local": { "end": 416, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 19, "line": 17, "offset": 416, }, - "start": Object { + "start": { "column": 19, "line": 17, "offset": 416, }, }, "name": "TabType", - "range": Array [ + "range": [ 416, 416, ], "start": 416, "type": "Identifier", }, - "range": Array [ + "range": [ 360, 367, ], "start": 360, "type": "ImportSpecifier", }, - Object { + { "end": 381, - "imported": Object { + "imported": { "end": 416, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 19, "line": 17, "offset": 416, }, - "start": Object { + "start": { "column": 19, "line": 17, "offset": 416, }, }, "name": "TabsModule", - "range": Array [ + "range": [ 416, 416, ], "start": 416, "type": "Identifier", }, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 12, "line": 15, "offset": 381, }, - "start": Object { + "start": { "column": 2, "line": 15, "offset": 371, }, }, - "local": Object { + "local": { "end": 416, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 19, "line": 17, "offset": 416, }, - "start": Object { + "start": { "column": 19, "line": 17, "offset": 416, }, }, "name": "TabsModule", - "range": Array [ + "range": [ 416, 416, ], "start": 416, "type": "Identifier", }, - "range": Array [ + "range": [ 371, 381, ], "start": 371, "type": "ImportSpecifier", }, - Object { + { "end": 395, - "imported": Object { + "imported": { "end": 416, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 19, "line": 17, "offset": 416, }, - "start": Object { + "start": { "column": 19, "line": 17, "offset": 416, }, }, "name": "CardModule", - "range": Array [ + "range": [ 416, 416, ], "start": 416, "type": "Identifier", }, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 12, "line": 16, "offset": 395, }, - "start": Object { + "start": { "column": 2, "line": 16, "offset": 385, }, }, - "local": Object { + "local": { "end": 416, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 19, "line": 17, "offset": 416, }, - "start": Object { + "start": { "column": 19, "line": 17, "offset": 416, }, }, "name": "CardModule", - "range": Array [ + "range": [ 416, 416, ], "start": 416, "type": "Identifier", }, - "range": Array [ + "range": [ 385, 395, ], @@ -4980,124 +4980,124 @@ Object { "start": 279, "type": "ImportDeclaration", }, - Object { + { "end": 723, - "expression": Object { - "children": Array [], + "expression": { + "children": [], "closingElement": null, "end": 723, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 2, "line": 35, "offset": 723, }, - "start": Object { + "start": { "column": 0, "line": 19, "offset": 418, }, }, - "openingElement": Object { - "attributes": Array [ - Object { + "openingElement": { + "attributes": [ + { "end": 431, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 7, "line": 20, "offset": 431, }, - "start": Object { + "start": { "column": 2, "line": 20, "offset": 426, }, }, - "name": Object { + "name": { "end": 438, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 14, "line": 20, "offset": 438, }, - "start": Object { + "start": { "column": 2, "line": 20, "offset": 426, }, }, "name": "title", - "range": Array [ + "range": [ 426, 438, ], - "raw": "title=\\"Tabs\\"", + "raw": "title="Tabs"", "start": 426, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 426, 431, ], "raw": "title", "start": 426, "type": "JSXAttribute", - "value": Object { + "value": { "end": 438, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 14, "line": 20, "offset": 438, }, - "start": Object { + "start": { "column": 8, "line": 20, "offset": 432, }, }, - "range": Array [ + "range": [ 432, 438, ], - "raw": "\\"Tabs\\"", + "raw": ""Tabs"", "start": 432, "type": "Literal", "value": "Tabs", }, }, - Object { + { "end": 451, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 12, "line": 21, "offset": 451, }, - "start": Object { + "start": { "column": 2, "line": 21, "offset": 441, }, }, - "name": Object { + "name": { "end": 720, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 4, "line": 34, "offset": 720, }, - "start": Object { + "start": { "column": 2, "line": 21, "offset": 441, }, }, "name": "decorators", - "range": Array [ + "range": [ 441, 720, ], @@ -5118,53 +5118,53 @@ Object { "start": 441, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 441, 451, ], "raw": "decorators", "start": 441, "type": "JSXAttribute", - "value": Object { + "value": { "end": 720, - "expression": Object { - "elements": Array [ - Object { - "arguments": Array [ - Object { + "expression": { + "elements": [ + { + "arguments": [ + { "end": 713, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 5, "line": 33, "offset": 713, }, - "start": Object { + "start": { "column": 19, "line": 22, "offset": 474, }, }, - "properties": Array [ - Object { + "properties": [ + { "computed": false, "end": 644, - "key": Object { + "key": { "end": 489, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 13, "line": 23, "offset": 489, }, - "start": Object { + "start": { "column": 6, "line": 23, "offset": 482, }, }, "name": "imports", - "range": Array [ + "range": [ 482, 489, ], @@ -5172,176 +5172,176 @@ Object { "type": "Identifier", }, "kind": "init", - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 7, "line": 31, "offset": 644, }, - "start": Object { + "start": { "column": 6, "line": 23, "offset": 482, }, }, "method": false, - "range": Array [ + "range": [ 482, 644, ], "shorthand": false, "start": 482, "type": "Property", - "value": Object { - "elements": Array [ - Object { + "value": { + "elements": [ + { "end": 513, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 20, "line": 24, "offset": 513, }, - "start": Object { + "start": { "column": 8, "line": 24, "offset": 501, }, }, "name": "ButtonModule", - "range": Array [ + "range": [ 501, 513, ], "start": 501, "type": "Identifier", }, - Object { + { "end": 533, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 18, "line": 25, "offset": 533, }, - "start": Object { + "start": { "column": 8, "line": 25, "offset": 523, }, }, "name": "IconModule", - "range": Array [ + "range": [ 523, 533, ], "start": 523, "type": "Identifier", }, - Object { + { "end": 554, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 19, "line": 26, "offset": 554, }, - "start": Object { + "start": { "column": 8, "line": 26, "offset": 543, }, }, "name": "FormsModule", - "range": Array [ + "range": [ 543, 554, ], "start": 543, "type": "Identifier", }, - Object { + { "end": 574, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 18, "line": 27, "offset": 574, }, - "start": Object { + "start": { "column": 8, "line": 27, "offset": 564, }, }, "name": "FormModule", - "range": Array [ + "range": [ 564, 574, ], "start": 564, "type": "Identifier", }, - Object { + { "end": 595, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 19, "line": 28, "offset": 595, }, - "start": Object { + "start": { "column": 8, "line": 28, "offset": 584, }, }, "name": "RadioModule", - "range": Array [ + "range": [ 584, 595, ], "start": 584, "type": "Identifier", }, - Object { + { "end": 615, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 18, "line": 29, "offset": 615, }, - "start": Object { + "start": { "column": 8, "line": 29, "offset": 605, }, }, "name": "TabsModule", - "range": Array [ + "range": [ 605, 615, ], "start": 605, "type": "Identifier", }, - Object { + { "end": 635, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 18, "line": 30, "offset": 635, }, - "start": Object { + "start": { "column": 8, "line": 30, "offset": 625, }, }, "name": "CardModule", - "range": Array [ + "range": [ 625, 635, ], @@ -5350,19 +5350,19 @@ Object { }, ], "end": 644, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 7, "line": 31, "offset": 644, }, - "start": Object { + "start": { "column": 15, "line": 23, "offset": 491, }, }, - "range": Array [ + "range": [ 491, 644, ], @@ -5370,25 +5370,25 @@ Object { "type": "ArrayExpression", }, }, - Object { + { "computed": false, "end": 706, - "key": Object { + "key": { "end": 664, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 18, "line": 32, "offset": 664, }, - "start": Object { + "start": { "column": 6, "line": 32, "offset": 652, }, }, "name": "declarations", - "range": Array [ + "range": [ 652, 664, ], @@ -5396,66 +5396,66 @@ Object { "type": "Identifier", }, "kind": "init", - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 60, "line": 32, "offset": 706, }, - "start": Object { + "start": { "column": 6, "line": 32, "offset": 652, }, }, "method": false, - "range": Array [ + "range": [ 652, 706, ], "shorthand": false, "start": 652, "type": "Property", - "value": Object { - "elements": Array [ - Object { + "value": { + "elements": [ + { "end": 686, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 40, "line": 32, "offset": 686, }, - "start": Object { + "start": { "column": 21, "line": 32, "offset": 667, }, }, "name": "ActiveTestComponent", - "range": Array [ + "range": [ 667, 686, ], "start": 667, "type": "Identifier", }, - Object { + { "end": 705, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 59, "line": 32, "offset": 705, }, - "start": Object { + "start": { "column": 42, "line": 32, "offset": 688, }, }, "name": "LazyTestComponent", - "range": Array [ + "range": [ 688, 705, ], @@ -5464,19 +5464,19 @@ Object { }, ], "end": 706, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 60, "line": 32, "offset": 706, }, - "start": Object { + "start": { "column": 20, "line": 32, "offset": 666, }, }, - "range": Array [ + "range": [ 666, 706, ], @@ -5485,7 +5485,7 @@ Object { }, }, ], - "range": Array [ + "range": [ 474, 713, ], @@ -5493,22 +5493,22 @@ Object { "type": "ObjectExpression", }, ], - "callee": Object { + "callee": { "end": 473, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 18, "line": 22, "offset": 473, }, - "start": Object { + "start": { "column": 4, "line": 22, "offset": 459, }, }, "name": "moduleMetadata", - "range": Array [ + "range": [ 459, 473, ], @@ -5516,20 +5516,20 @@ Object { "type": "Identifier", }, "end": 714, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 6, "line": 33, "offset": 714, }, - "start": Object { + "start": { "column": 4, "line": 22, "offset": 459, }, }, "optional": false, - "range": Array [ + "range": [ 459, 714, ], @@ -5538,38 +5538,38 @@ Object { }, ], "end": 719, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 3, "line": 34, "offset": 719, }, - "start": Object { + "start": { "column": 14, "line": 21, "offset": 453, }, }, - "range": Array [ + "range": [ 453, 719, ], "start": 453, "type": "ArrayExpression", }, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 4, "line": 34, "offset": 720, }, - "start": Object { + "start": { "column": 13, "line": 21, "offset": 452, }, }, - "range": Array [ + "range": [ 452, 720, ], @@ -5593,34 +5593,34 @@ Object { }, ], "end": 723, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 2, "line": 35, "offset": 723, }, - "start": Object { + "start": { "column": 0, "line": 19, "offset": 418, }, }, - "name": Object { + "name": { "end": 423, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 5, "line": 19, "offset": 423, }, - "start": Object { + "start": { "column": 1, "line": 19, "offset": 419, }, }, "name": "Meta", - "range": Array [ + "range": [ 419, 423, ], @@ -5628,12 +5628,12 @@ Object { "start": 419, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 418, 723, ], "raw": " + Content 1 Content 2 Content 3 ", "raw": " - + Content 1 Content 2 Content 3 @@ -5848,7 +5848,7 @@ Object { }, }, ], - "range": Array [ + "range": [ 894, 1395, ], @@ -5856,25 +5856,25 @@ Object { "type": "TemplateLiteral", }, }, - Object { + { "computed": false, "end": 1437, - "key": Object { + "key": { "end": 1408, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 11, "line": 71, "offset": 1408, }, - "start": Object { + "start": { "column": 6, "line": 71, "offset": 1403, }, }, "name": "props", - "range": Array [ + "range": [ 1403, 1408, ], @@ -5882,60 +5882,60 @@ Object { "type": "Identifier", }, "kind": "init", - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 7, "line": 73, "offset": 1437, }, - "start": Object { + "start": { "column": 6, "line": 71, "offset": 1403, }, }, "method": false, - "range": Array [ + "range": [ 1403, 1437, ], "shorthand": false, "start": 1403, "type": "Property", - "value": Object { + "value": { "end": 1437, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 7, "line": 73, "offset": 1437, }, - "start": Object { + "start": { "column": 13, "line": 71, "offset": 1410, }, }, - "properties": Array [ - Object { + "properties": [ + { "computed": false, "end": 1428, - "key": Object { + "key": { "end": 1423, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 11, "line": 72, "offset": 1423, }, - "start": Object { + "start": { "column": 8, "line": 72, "offset": 1420, }, }, "name": "tab", - "range": Array [ + "range": [ 1420, 1423, ], @@ -5943,41 +5943,41 @@ Object { "type": "Identifier", }, "kind": "init", - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 16, "line": 72, "offset": 1428, }, - "start": Object { + "start": { "column": 8, "line": 72, "offset": 1420, }, }, "method": false, - "range": Array [ + "range": [ 1420, 1428, ], "shorthand": false, "start": 1420, "type": "Property", - "value": Object { + "value": { "end": 1428, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 16, "line": 72, "offset": 1428, }, - "start": Object { + "start": { "column": 13, "line": 72, "offset": 1425, }, }, - "range": Array [ + "range": [ 1425, 1428, ], @@ -5988,7 +5988,7 @@ Object { }, }, ], - "range": Array [ + "range": [ 1410, 1437, ], @@ -5997,7 +5997,7 @@ Object { }, }, ], - "range": Array [ + "range": [ 865, 1444, ], @@ -6005,36 +6005,36 @@ Object { "type": "ObjectExpression", }, ], - "closingElement": Object { + "closingElement": { "end": 1456, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 10, "line": 75, "offset": 1456, }, - "start": Object { + "start": { "column": 2, "line": 75, "offset": 1448, }, }, - "name": Object { + "name": { "end": 1455, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 9, "line": 75, "offset": 1455, }, - "start": Object { + "start": { "column": 4, "line": 75, "offset": 1450, }, }, "name": "Story", - "range": Array [ + "range": [ 1450, 1455, ], @@ -6042,7 +6042,7 @@ Object { "start": 1450, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 1448, 1456, ], @@ -6051,151 +6051,151 @@ Object { "type": "JSXClosingElement", }, "end": 1456, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 10, "line": 75, "offset": 1456, }, - "start": Object { + "start": { "column": 2, "line": 44, "offset": 813, }, }, - "openingElement": Object { - "attributes": Array [ - Object { + "openingElement": { + "attributes": [ + { "end": 828, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 8, "line": 45, "offset": 828, }, - "start": Object { + "start": { "column": 4, "line": 45, "offset": 824, }, }, - "name": Object { + "name": { "end": 836, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 16, "line": 45, "offset": 836, }, - "start": Object { + "start": { "column": 4, "line": 45, "offset": 824, }, }, "name": "name", - "range": Array [ + "range": [ 824, 836, ], - "raw": "name=\\"Basic\\"", + "raw": "name="Basic"", "start": 824, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 824, 828, ], "raw": "name", "start": 824, "type": "JSXAttribute", - "value": Object { + "value": { "end": 836, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 16, "line": 45, "offset": 836, }, - "start": Object { + "start": { "column": 9, "line": 45, "offset": 829, }, }, - "range": Array [ + "range": [ 829, 836, ], - "raw": "\\"Basic\\"", + "raw": ""Basic"", "start": 829, "type": "Literal", "value": "Basic", }, }, - Object { + { "end": 847, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 10, "line": 46, "offset": 847, }, - "start": Object { + "start": { "column": 4, "line": 46, "offset": 841, }, }, - "name": Object { + "name": { "end": 855, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 18, "line": 46, "offset": 855, }, - "start": Object { + "start": { "column": 4, "line": 46, "offset": 841, }, }, "name": "height", - "range": Array [ + "range": [ 841, 855, ], - "raw": "height=\\"100px\\"", + "raw": "height="100px"", "start": 841, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 841, 847, ], "raw": "height", "start": 841, "type": "JSXAttribute", - "value": Object { + "value": { "end": 855, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 18, "line": 46, "offset": 855, }, - "start": Object { + "start": { "column": 11, "line": 46, "offset": 848, }, }, - "range": Array [ + "range": [ 848, 855, ], - "raw": "\\"100px\\"", + "raw": ""100px"", "start": 848, "type": "Literal", "value": "100px", @@ -6203,34 +6203,34 @@ Object { }, ], "end": 859, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 3, "line": 47, "offset": 859, }, - "start": Object { + "start": { "column": 2, "line": 44, "offset": 813, }, }, - "name": Object { + "name": { "end": 819, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 8, "line": 44, "offset": 819, }, - "start": Object { + "start": { "column": 3, "line": 44, "offset": 814, }, }, "name": "Story", - "range": Array [ + "range": [ 814, 819, ], @@ -6238,44 +6238,44 @@ Object { "start": 814, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 813, 859, ], "raw": "", "selfClosing": false, "start": 813, "type": "JSXOpeningElement", }, - "range": Array [ + "range": [ 813, 1456, ], "raw": " {{ template: /* HTML */ \` - + Content 1 Content 2 Content 3 @@ -6290,36 +6290,36 @@ Object { "type": "JSXElement", }, ], - "closingElement": Object { + "closingElement": { "end": 1466, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 9, "line": 76, "offset": 1466, }, - "start": Object { + "start": { "column": 0, "line": 76, "offset": 1457, }, }, - "name": Object { + "name": { "end": 1465, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 8, "line": 76, "offset": 1465, }, - "start": Object { + "start": { "column": 2, "line": 76, "offset": 1459, }, }, "name": "Canvas", - "range": Array [ + "range": [ 1459, 1465, ], @@ -6327,7 +6327,7 @@ Object { "start": 1459, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 1457, 1466, ], @@ -6336,49 +6336,49 @@ Object { "type": "JSXClosingElement", }, "end": 1466, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 9, "line": 76, "offset": 1466, }, - "start": Object { + "start": { "column": 0, "line": 43, "offset": 802, }, }, - "openingElement": Object { - "attributes": Array [], + "openingElement": { + "attributes": [], "end": 810, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 8, "line": 43, "offset": 810, }, - "start": Object { + "start": { "column": 0, "line": 43, "offset": 802, }, }, - "name": Object { + "name": { "end": 809, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 7, "line": 43, "offset": 809, }, - "start": Object { + "start": { "column": 1, "line": 43, "offset": 803, }, }, "name": "Canvas", - "range": Array [ + "range": [ 803, 809, ], @@ -6386,7 +6386,7 @@ Object { "start": 803, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 802, 810, ], @@ -6395,33 +6395,33 @@ Object { "start": 802, "type": "JSXOpeningElement", }, - "range": Array [ + "range": [ 802, 1466, ], "raw": " {{ template: /* HTML */ \` - + Content 1 Content 2 Content 3 @@ -6436,65 +6436,65 @@ Object { "start": 802, "type": "JSXElement", }, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 10, "line": 76, "offset": 1466, }, - "start": Object { + "start": { "column": 1, "line": 43, "offset": 802, }, }, - "range": Array [ + "range": [ 802, 1466, ], "start": 802, "type": "ExpressionStatement", }, - Object { + { "end": 1949, - "expression": Object { - "children": Array [ - Object { - "children": Array [ - Object { + "expression": { + "children": [ + { + "children": [ + { "end": 1927, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 5, "line": 96, "offset": 1927, }, - "start": Object { + "start": { "column": 5, "line": 85, "offset": 1539, }, }, - "properties": Array [ - Object { + "properties": [ + { "computed": false, "end": 1868, - "key": Object { + "key": { "end": 1555, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 14, "line": 86, "offset": 1555, }, - "start": Object { + "start": { "column": 6, "line": 86, "offset": 1547, }, }, "name": "template", - "range": Array [ + "range": [ 1547, 1555, ], @@ -6502,82 +6502,82 @@ Object { "type": "Identifier", }, "kind": "init", - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 7, "line": 92, "offset": 1868, }, - "start": Object { + "start": { "column": 6, "line": 86, "offset": 1547, }, }, "method": false, - "range": Array [ + "range": [ 1547, 1868, ], "shorthand": false, "start": 1547, "type": "Property", - "value": Object { + "value": { "end": 1868, - "expressions": Array [], - "loc": Object { - "end": Object { + "expressions": [], + "loc": { + "end": { "column": 7, "line": 92, "offset": 1868, }, - "start": Object { + "start": { "column": 27, "line": 86, "offset": 1568, }, }, - "quasis": Array [ - Object { + "quasis": [ + { "end": 1868, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 7, "line": 92, "offset": 1867, }, - "start": Object { + "start": { "column": 27, "line": 86, "offset": 1569, }, }, - "range": Array [ + "range": [ 1568, 1868, ], "start": 1568, "tail": true, "type": "TemplateElement", - "value": Object { + "value": { "cooked": " - - Content 1 - Content 2 - Content 3 + + Content 1 + Content 2 + Content 3 ", "raw": " - - Content 1 - Content 2 - Content 3 + + Content 1 + Content 2 + Content 3 ", }, }, ], - "range": Array [ + "range": [ 1568, 1868, ], @@ -6585,25 +6585,25 @@ Object { "type": "TemplateLiteral", }, }, - Object { + { "computed": false, "end": 1920, - "key": Object { + "key": { "end": 1881, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 11, "line": 93, "offset": 1881, }, - "start": Object { + "start": { "column": 6, "line": 93, "offset": 1876, }, }, "name": "props", - "range": Array [ + "range": [ 1876, 1881, ], @@ -6611,60 +6611,60 @@ Object { "type": "Identifier", }, "kind": "init", - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 7, "line": 95, "offset": 1920, }, - "start": Object { + "start": { "column": 6, "line": 93, "offset": 1876, }, }, "method": false, - "range": Array [ + "range": [ 1876, 1920, ], "shorthand": false, "start": 1876, "type": "Property", - "value": Object { + "value": { "end": 1920, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 7, "line": 95, "offset": 1920, }, - "start": Object { + "start": { "column": 13, "line": 93, "offset": 1883, }, }, - "properties": Array [ - Object { + "properties": [ + { "computed": false, "end": 1911, - "key": Object { + "key": { "end": 1897, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 12, "line": 94, "offset": 1897, }, - "start": Object { + "start": { "column": 8, "line": 94, "offset": 1893, }, }, "name": "type", - "range": Array [ + "range": [ 1893, 1897, ], @@ -6672,57 +6672,57 @@ Object { "type": "Identifier", }, "kind": "init", - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 26, "line": 94, "offset": 1911, }, - "start": Object { + "start": { "column": 8, "line": 94, "offset": 1893, }, }, "method": false, - "range": Array [ + "range": [ 1893, 1911, ], "shorthand": false, "start": 1893, "type": "Property", - "value": Object { + "value": { "computed": false, "end": 1911, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 26, "line": 94, "offset": 1911, }, - "start": Object { + "start": { "column": 14, "line": 94, "offset": 1899, }, }, - "object": Object { + "object": { "end": 1906, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 21, "line": 94, "offset": 1906, }, - "start": Object { + "start": { "column": 14, "line": 94, "offset": 1899, }, }, "name": "TabType", - "range": Array [ + "range": [ 1899, 1906, ], @@ -6730,29 +6730,29 @@ Object { "type": "Identifier", }, "optional": false, - "property": Object { + "property": { "end": 1911, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 26, "line": 94, "offset": 1911, }, - "start": Object { + "start": { "column": 22, "line": 94, "offset": 1907, }, }, "name": "Card", - "range": Array [ + "range": [ 1907, 1911, ], "start": 1907, "type": "Identifier", }, - "range": Array [ + "range": [ 1899, 1911, ], @@ -6761,7 +6761,7 @@ Object { }, }, ], - "range": Array [ + "range": [ 1883, 1920, ], @@ -6770,7 +6770,7 @@ Object { }, }, ], - "range": Array [ + "range": [ 1539, 1927, ], @@ -6778,36 +6778,36 @@ Object { "type": "ObjectExpression", }, ], - "closingElement": Object { + "closingElement": { "end": 1939, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 10, "line": 97, "offset": 1939, }, - "start": Object { + "start": { "column": 2, "line": 97, "offset": 1931, }, }, - "name": Object { + "name": { "end": 1938, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 9, "line": 97, "offset": 1938, }, - "start": Object { + "start": { "column": 4, "line": 97, "offset": 1933, }, }, "name": "Story", - "range": Array [ + "range": [ 1933, 1938, ], @@ -6815,7 +6815,7 @@ Object { "start": 1933, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 1931, 1939, ], @@ -6824,151 +6824,151 @@ Object { "type": "JSXClosingElement", }, "end": 1939, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 10, "line": 97, "offset": 1939, }, - "start": Object { + "start": { "column": 2, "line": 81, "offset": 1488, }, }, - "openingElement": Object { - "attributes": Array [ - Object { + "openingElement": { + "attributes": [ + { "end": 1503, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 8, "line": 82, "offset": 1503, }, - "start": Object { + "start": { "column": 4, "line": 82, "offset": 1499, }, }, - "name": Object { + "name": { "end": 1510, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 15, "line": 82, "offset": 1510, }, - "start": Object { + "start": { "column": 4, "line": 82, "offset": 1499, }, }, "name": "name", - "range": Array [ + "range": [ 1499, 1510, ], - "raw": "name=\\"Card\\"", + "raw": "name="Card"", "start": 1499, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 1499, 1503, ], "raw": "name", "start": 1499, "type": "JSXAttribute", - "value": Object { + "value": { "end": 1510, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 15, "line": 82, "offset": 1510, }, - "start": Object { + "start": { "column": 9, "line": 82, "offset": 1504, }, }, - "range": Array [ + "range": [ 1504, 1510, ], - "raw": "\\"Card\\"", + "raw": ""Card"", "start": 1504, "type": "Literal", "value": "Card", }, }, - Object { + { "end": 1521, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 10, "line": 83, "offset": 1521, }, - "start": Object { + "start": { "column": 4, "line": 83, "offset": 1515, }, }, - "name": Object { + "name": { "end": 1529, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 18, "line": 83, "offset": 1529, }, - "start": Object { + "start": { "column": 4, "line": 83, "offset": 1515, }, }, "name": "height", - "range": Array [ + "range": [ 1515, 1529, ], - "raw": "height=\\"200px\\"", + "raw": "height="200px"", "start": 1515, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 1515, 1521, ], "raw": "height", "start": 1515, "type": "JSXAttribute", - "value": Object { + "value": { "end": 1529, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 18, "line": 83, "offset": 1529, }, - "start": Object { + "start": { "column": 11, "line": 83, "offset": 1522, }, }, - "range": Array [ + "range": [ 1522, 1529, ], - "raw": "\\"200px\\"", + "raw": ""200px"", "start": 1522, "type": "Literal", "value": "200px", @@ -6976,34 +6976,34 @@ Object { }, ], "end": 1533, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 3, "line": 84, "offset": 1533, }, - "start": Object { + "start": { "column": 2, "line": 81, "offset": 1488, }, }, - "name": Object { + "name": { "end": 1494, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 8, "line": 81, "offset": 1494, }, - "start": Object { + "start": { "column": 3, "line": 81, "offset": 1489, }, }, "name": "Story", - "range": Array [ + "range": [ 1489, 1494, ], @@ -7011,32 +7011,32 @@ Object { "start": 1489, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 1488, 1533, ], "raw": "", "selfClosing": false, "start": 1488, "type": "JSXOpeningElement", }, - "range": Array [ + "range": [ 1488, 1939, ], "raw": " {{ template: /* HTML */ \` - - Content 1 - Content 2 - Content 3 + + Content 1 + Content 2 + Content 3 \`, props: { @@ -7048,36 +7048,36 @@ Object { "type": "JSXElement", }, ], - "closingElement": Object { + "closingElement": { "end": 1949, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 9, "line": 98, "offset": 1949, }, - "start": Object { + "start": { "column": 0, "line": 98, "offset": 1940, }, }, - "name": Object { + "name": { "end": 1948, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 8, "line": 98, "offset": 1948, }, - "start": Object { + "start": { "column": 2, "line": 98, "offset": 1942, }, }, "name": "Canvas", - "range": Array [ + "range": [ 1942, 1948, ], @@ -7085,7 +7085,7 @@ Object { "start": 1942, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 1940, 1949, ], @@ -7094,49 +7094,49 @@ Object { "type": "JSXClosingElement", }, "end": 1949, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 9, "line": 98, "offset": 1949, }, - "start": Object { + "start": { "column": 0, "line": 80, "offset": 1477, }, }, - "openingElement": Object { - "attributes": Array [], + "openingElement": { + "attributes": [], "end": 1485, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 8, "line": 80, "offset": 1485, }, - "start": Object { + "start": { "column": 0, "line": 80, "offset": 1477, }, }, - "name": Object { + "name": { "end": 1484, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 7, "line": 80, "offset": 1484, }, - "start": Object { + "start": { "column": 1, "line": 80, "offset": 1478, }, }, "name": "Canvas", - "range": Array [ + "range": [ 1478, 1484, ], @@ -7144,7 +7144,7 @@ Object { "start": 1478, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 1477, 1485, ], @@ -7153,21 +7153,21 @@ Object { "start": 1477, "type": "JSXOpeningElement", }, - "range": Array [ + "range": [ 1477, 1949, ], "raw": " {{ template: /* HTML */ \` - - Content 1 - Content 2 - Content 3 + + Content 1 + Content 2 + Content 3 \`, props: { @@ -7179,65 +7179,65 @@ Object { "start": 1477, "type": "JSXElement", }, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 10, "line": 98, "offset": 1949, }, - "start": Object { + "start": { "column": 1, "line": 80, "offset": 1477, }, }, - "range": Array [ + "range": [ 1477, 1949, ], "start": 1477, "type": "ExpressionStatement", }, - Object { + { "end": 2882, - "expression": Object { - "children": Array [ - Object { - "children": Array [ - Object { + "expression": { + "children": [ + { + "children": [ + { "end": 2860, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 5, "line": 130, "offset": 2860, }, - "start": Object { + "start": { "column": 5, "line": 107, "offset": 2022, }, }, - "properties": Array [ - Object { + "properties": [ + { "computed": false, "end": 2799, - "key": Object { + "key": { "end": 2038, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 14, "line": 108, "offset": 2038, }, - "start": Object { + "start": { "column": 6, "line": 108, "offset": 2030, }, }, "name": "template", - "range": Array [ + "range": [ 2030, 2038, ], @@ -7245,81 +7245,81 @@ Object { "type": "Identifier", }, "kind": "init", - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 7, "line": 126, "offset": 2799, }, - "start": Object { + "start": { "column": 6, "line": 108, "offset": 2030, }, }, "method": false, - "range": Array [ + "range": [ 2030, 2799, ], "shorthand": false, "start": 2030, "type": "Property", - "value": Object { + "value": { "end": 2799, - "expressions": Array [], - "loc": Object { - "end": Object { + "expressions": [], + "loc": { + "end": { "column": 7, "line": 126, "offset": 2799, }, - "start": Object { + "start": { "column": 27, "line": 108, "offset": 2051, }, }, - "quasis": Array [ - Object { + "quasis": [ + { "end": 2799, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 7, "line": 126, "offset": 2798, }, - "start": Object { + "start": { "column": 27, "line": 108, "offset": 2052, }, }, - "range": Array [ + "range": [ 2051, 2799, ], "start": 2051, "tail": true, "type": "TemplateElement", - "value": Object { + "value": { "cooked": " - - - + + + - - Content 1 - Content 2 - Content 3 + + Content 1 + Content 2 + Content 3 ", "raw": " @@ -7327,24 +7327,24 @@ Object { - - - + + + - - Content 1 - Content 2 - Content 3 + + Content 1 + Content 2 + Content 3 ", }, }, ], - "range": Array [ + "range": [ 2051, 2799, ], @@ -7352,25 +7352,25 @@ Object { "type": "TemplateLiteral", }, }, - Object { + { "computed": false, "end": 2853, - "key": Object { + "key": { "end": 2812, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 11, "line": 127, "offset": 2812, }, - "start": Object { + "start": { "column": 6, "line": 127, "offset": 2807, }, }, "name": "props", - "range": Array [ + "range": [ 2807, 2812, ], @@ -7378,60 +7378,60 @@ Object { "type": "Identifier", }, "kind": "init", - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 7, "line": 129, "offset": 2853, }, - "start": Object { + "start": { "column": 6, "line": 127, "offset": 2807, }, }, "method": false, - "range": Array [ + "range": [ 2807, 2853, ], "shorthand": false, "start": 2807, "type": "Property", - "value": Object { + "value": { "end": 2853, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 7, "line": 129, "offset": 2853, }, - "start": Object { + "start": { "column": 13, "line": 127, "offset": 2814, }, }, - "properties": Array [ - Object { + "properties": [ + { "computed": false, "end": 2844, - "key": Object { + "key": { "end": 2828, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 12, "line": 128, "offset": 2828, }, - "start": Object { + "start": { "column": 8, "line": 128, "offset": 2824, }, }, "name": "size", - "range": Array [ + "range": [ 2824, 2828, ], @@ -7439,57 +7439,57 @@ Object { "type": "Identifier", }, "kind": "init", - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 28, "line": 128, "offset": 2844, }, - "start": Object { + "start": { "column": 8, "line": 128, "offset": 2824, }, }, "method": false, - "range": Array [ + "range": [ 2824, 2844, ], "shorthand": false, "start": 2824, "type": "Property", - "value": Object { + "value": { "computed": false, "end": 2844, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 28, "line": 128, "offset": 2844, }, - "start": Object { + "start": { "column": 14, "line": 128, "offset": 2830, }, }, - "object": Object { + "object": { "end": 2837, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 21, "line": 128, "offset": 2837, }, - "start": Object { + "start": { "column": 14, "line": 128, "offset": 2830, }, }, "name": "TabSize", - "range": Array [ + "range": [ 2830, 2837, ], @@ -7497,29 +7497,29 @@ Object { "type": "Identifier", }, "optional": false, - "property": Object { + "property": { "end": 2844, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 28, "line": 128, "offset": 2844, }, - "start": Object { + "start": { "column": 22, "line": 128, "offset": 2838, }, }, "name": "Medium", - "range": Array [ + "range": [ 2838, 2844, ], "start": 2838, "type": "Identifier", }, - "range": Array [ + "range": [ 2830, 2844, ], @@ -7528,7 +7528,7 @@ Object { }, }, ], - "range": Array [ + "range": [ 2814, 2853, ], @@ -7537,7 +7537,7 @@ Object { }, }, ], - "range": Array [ + "range": [ 2022, 2860, ], @@ -7545,36 +7545,36 @@ Object { "type": "ObjectExpression", }, ], - "closingElement": Object { + "closingElement": { "end": 2872, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 10, "line": 131, "offset": 2872, }, - "start": Object { + "start": { "column": 2, "line": 131, "offset": 2864, }, }, - "name": Object { + "name": { "end": 2871, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 9, "line": 131, "offset": 2871, }, - "start": Object { + "start": { "column": 4, "line": 131, "offset": 2866, }, }, "name": "Story", - "range": Array [ + "range": [ 2866, 2871, ], @@ -7582,7 +7582,7 @@ Object { "start": 2866, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 2864, 2872, ], @@ -7591,151 +7591,151 @@ Object { "type": "JSXClosingElement", }, "end": 2872, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 10, "line": 131, "offset": 2872, }, - "start": Object { + "start": { "column": 2, "line": 103, "offset": 1971, }, }, - "openingElement": Object { - "attributes": Array [ - Object { + "openingElement": { + "attributes": [ + { "end": 1986, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 8, "line": 104, "offset": 1986, }, - "start": Object { + "start": { "column": 4, "line": 104, "offset": 1982, }, }, - "name": Object { + "name": { "end": 1993, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 15, "line": 104, "offset": 1993, }, - "start": Object { + "start": { "column": 4, "line": 104, "offset": 1982, }, }, "name": "name", - "range": Array [ + "range": [ 1982, 1993, ], - "raw": "name=\\"Size\\"", + "raw": "name="Size"", "start": 1982, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 1982, 1986, ], "raw": "name", "start": 1982, "type": "JSXAttribute", - "value": Object { + "value": { "end": 1993, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 15, "line": 104, "offset": 1993, }, - "start": Object { + "start": { "column": 9, "line": 104, "offset": 1987, }, }, - "range": Array [ + "range": [ 1987, 1993, ], - "raw": "\\"Size\\"", + "raw": ""Size"", "start": 1987, "type": "Literal", "value": "Size", }, }, - Object { + { "end": 2004, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 10, "line": 105, "offset": 2004, }, - "start": Object { + "start": { "column": 4, "line": 105, "offset": 1998, }, }, - "name": Object { + "name": { "end": 2012, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 18, "line": 105, "offset": 2012, }, - "start": Object { + "start": { "column": 4, "line": 105, "offset": 1998, }, }, "name": "height", - "range": Array [ + "range": [ 1998, 2012, ], - "raw": "height=\\"200px\\"", + "raw": "height="200px"", "start": 1998, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 1998, 2004, ], "raw": "height", "start": 1998, "type": "JSXAttribute", - "value": Object { + "value": { "end": 2012, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 18, "line": 105, "offset": 2012, }, - "start": Object { + "start": { "column": 11, "line": 105, "offset": 2005, }, }, - "range": Array [ + "range": [ 2005, 2012, ], - "raw": "\\"200px\\"", + "raw": ""200px"", "start": 2005, "type": "Literal", "value": "200px", @@ -7743,34 +7743,34 @@ Object { }, ], "end": 2016, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 3, "line": 106, "offset": 2016, }, - "start": Object { + "start": { "column": 2, "line": 103, "offset": 1971, }, }, - "name": Object { + "name": { "end": 1977, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 8, "line": 103, "offset": 1977, }, - "start": Object { + "start": { "column": 3, "line": 103, "offset": 1972, }, }, "name": "Story", - "range": Array [ + "range": [ 1972, 1977, ], @@ -7778,25 +7778,25 @@ Object { "start": 1972, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 1971, 2016, ], "raw": "", "selfClosing": false, "start": 1971, "type": "JSXOpeningElement", }, - "range": Array [ + "range": [ 1971, 2872, ], "raw": " {{ template: /* HTML */ \` @@ -7804,18 +7804,18 @@ Object { - - - + + + - - Content 1 - Content 2 - Content 3 + + Content 1 + Content 2 + Content 3 \`, props: { @@ -7827,36 +7827,36 @@ Object { "type": "JSXElement", }, ], - "closingElement": Object { + "closingElement": { "end": 2882, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 9, "line": 132, "offset": 2882, }, - "start": Object { + "start": { "column": 0, "line": 132, "offset": 2873, }, }, - "name": Object { + "name": { "end": 2881, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 8, "line": 132, "offset": 2881, }, - "start": Object { + "start": { "column": 2, "line": 132, "offset": 2875, }, }, "name": "Canvas", - "range": Array [ + "range": [ 2875, 2881, ], @@ -7864,7 +7864,7 @@ Object { "start": 2875, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 2873, 2882, ], @@ -7873,49 +7873,49 @@ Object { "type": "JSXClosingElement", }, "end": 2882, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 9, "line": 132, "offset": 2882, }, - "start": Object { + "start": { "column": 0, "line": 102, "offset": 1960, }, }, - "openingElement": Object { - "attributes": Array [], + "openingElement": { + "attributes": [], "end": 1968, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 8, "line": 102, "offset": 1968, }, - "start": Object { + "start": { "column": 0, "line": 102, "offset": 1960, }, }, - "name": Object { + "name": { "end": 1967, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 7, "line": 102, "offset": 1967, }, - "start": Object { + "start": { "column": 1, "line": 102, "offset": 1961, }, }, "name": "Canvas", - "range": Array [ + "range": [ 1961, 1967, ], @@ -7923,7 +7923,7 @@ Object { "start": 1961, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 1960, 1968, ], @@ -7932,14 +7932,14 @@ Object { "start": 1960, "type": "JSXOpeningElement", }, - "range": Array [ + "range": [ 1960, 2882, ], "raw": " {{ template: /* HTML */ \` @@ -7947,18 +7947,18 @@ Object { - - - + + + - - Content 1 - Content 2 - Content 3 + + Content 1 + Content 2 + Content 3 \`, props: { @@ -7970,65 +7970,65 @@ Object { "start": 1960, "type": "JSXElement", }, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 10, "line": 132, "offset": 2882, }, - "start": Object { + "start": { "column": 1, "line": 102, "offset": 1960, }, }, - "range": Array [ + "range": [ 1960, 2882, ], "start": 1960, "type": "ExpressionStatement", }, - Object { + { "end": 3692, - "expression": Object { - "children": Array [ - Object { - "children": Array [ - Object { + "expression": { + "children": [ + { + "children": [ + { "end": 3670, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 5, "line": 163, "offset": 3670, }, - "start": Object { + "start": { "column": 5, "line": 141, "offset": 2967, }, }, - "properties": Array [ - Object { + "properties": [ + { "computed": false, "end": 3591, - "key": Object { + "key": { "end": 2983, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 14, "line": 142, "offset": 2983, }, - "start": Object { + "start": { "column": 6, "line": 142, "offset": 2975, }, }, "name": "template", - "range": Array [ + "range": [ 2975, 2983, ], @@ -8036,77 +8036,77 @@ Object { "type": "Identifier", }, "kind": "init", - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 23, "line": 159, "offset": 3591, }, - "start": Object { + "start": { "column": 6, "line": 142, "offset": 2975, }, }, "method": false, - "range": Array [ + "range": [ 2975, 3591, ], "shorthand": false, "start": 2975, "type": "Property", - "value": Object { + "value": { "end": 3591, - "expressions": Array [], - "loc": Object { - "end": Object { + "expressions": [], + "loc": { + "end": { "column": 23, "line": 159, "offset": 3591, }, - "start": Object { + "start": { "column": 27, "line": 142, "offset": 2996, }, }, - "quasis": Array [ - Object { + "quasis": [ + { "end": 3591, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 23, "line": 159, "offset": 3590, }, - "start": Object { + "start": { "column": 27, "line": 142, "offset": 2997, }, }, - "range": Array [ + "range": [ 2996, 3591, ], "start": 2996, "tail": true, "type": "TemplateElement", - "value": Object { + "value": { "cooked": " aa2 - + Custom Label Content 1 - Content 2 + Content 2 - + Custom Label Content 3 @@ -8116,15 +8116,15 @@ Object { aa2 - + Custom Label Content 1 - Content 2 + Content 2 - + Custom Label Content 3 @@ -8133,7 +8133,7 @@ Object { }, }, ], - "range": Array [ + "range": [ 2996, 3591, ], @@ -8141,25 +8141,25 @@ Object { "type": "TemplateLiteral", }, }, - Object { + { "computed": false, "end": 3663, - "key": Object { + "key": { "end": 3604, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 11, "line": 160, "offset": 3604, }, - "start": Object { + "start": { "column": 6, "line": 160, "offset": 3599, }, }, "name": "props", - "range": Array [ + "range": [ 3599, 3604, ], @@ -8167,60 +8167,60 @@ Object { "type": "Identifier", }, "kind": "init", - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 7, "line": 162, "offset": 3663, }, - "start": Object { + "start": { "column": 6, "line": 160, "offset": 3599, }, }, "method": false, - "range": Array [ + "range": [ 3599, 3663, ], "shorthand": false, "start": 3599, "type": "Property", - "value": Object { + "value": { "end": 3663, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 7, "line": 162, "offset": 3663, }, - "start": Object { + "start": { "column": 13, "line": 160, "offset": 3606, }, }, - "properties": Array [ - Object { + "properties": [ + { "computed": false, "end": 3654, - "key": Object { + "key": { "end": 3620, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 12, "line": 161, "offset": 3620, }, - "start": Object { + "start": { "column": 8, "line": 161, "offset": 3616, }, }, "name": "tabs", - "range": Array [ + "range": [ 3616, 3620, ], @@ -8228,79 +8228,79 @@ Object { "type": "Identifier", }, "kind": "init", - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 46, "line": 161, "offset": 3654, }, - "start": Object { + "start": { "column": 8, "line": 161, "offset": 3616, }, }, "method": false, - "range": Array [ + "range": [ 3616, 3654, ], "shorthand": false, "start": 3616, "type": "Property", - "value": Object { - "arguments": Array [], - "callee": Object { + "value": { + "arguments": [], + "callee": { "computed": false, "end": 3652, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 44, "line": 161, "offset": 3652, }, - "start": Object { + "start": { "column": 14, "line": 161, "offset": 3622, }, }, - "object": Object { - "arguments": Array [ - Object { + "object": { + "arguments": [ + { "end": 3646, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 38, "line": 161, "offset": 3646, }, - "start": Object { + "start": { "column": 25, "line": 161, "offset": 3633, }, }, - "properties": Array [ - Object { + "properties": [ + { "computed": false, "end": 3644, - "key": Object { + "key": { "end": 3641, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 33, "line": 161, "offset": 3641, }, - "start": Object { + "start": { "column": 27, "line": 161, "offset": 3635, }, }, "name": "length", - "range": Array [ + "range": [ 3635, 3641, ], @@ -8308,41 +8308,41 @@ Object { "type": "Identifier", }, "kind": "init", - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 36, "line": 161, "offset": 3644, }, - "start": Object { + "start": { "column": 27, "line": 161, "offset": 3635, }, }, "method": false, - "range": Array [ + "range": [ 3635, 3644, ], "shorthand": false, "start": 3635, "type": "Property", - "value": Object { + "value": { "end": 3644, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 36, "line": 161, "offset": 3644, }, - "start": Object { + "start": { "column": 35, "line": 161, "offset": 3643, }, }, - "range": Array [ + "range": [ 3643, 3644, ], @@ -8353,7 +8353,7 @@ Object { }, }, ], - "range": Array [ + "range": [ 3633, 3646, ], @@ -8361,37 +8361,37 @@ Object { "type": "ObjectExpression", }, ], - "callee": Object { + "callee": { "computed": false, "end": 3632, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 24, "line": 161, "offset": 3632, }, - "start": Object { + "start": { "column": 14, "line": 161, "offset": 3622, }, }, - "object": Object { + "object": { "end": 3627, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 19, "line": 161, "offset": 3627, }, - "start": Object { + "start": { "column": 14, "line": 161, "offset": 3622, }, }, "name": "Array", - "range": Array [ + "range": [ 3622, 3627, ], @@ -8399,29 +8399,29 @@ Object { "type": "Identifier", }, "optional": false, - "property": Object { + "property": { "end": 3632, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 24, "line": 161, "offset": 3632, }, - "start": Object { + "start": { "column": 20, "line": 161, "offset": 3628, }, }, "name": "from", - "range": Array [ + "range": [ 3628, 3632, ], "start": 3628, "type": "Identifier", }, - "range": Array [ + "range": [ 3622, 3632, ], @@ -8429,20 +8429,20 @@ Object { "type": "MemberExpression", }, "end": 3647, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 39, "line": 161, "offset": 3647, }, - "start": Object { + "start": { "column": 14, "line": 161, "offset": 3622, }, }, "optional": false, - "range": Array [ + "range": [ 3622, 3647, ], @@ -8450,29 +8450,29 @@ Object { "type": "CallExpression", }, "optional": false, - "property": Object { + "property": { "end": 3652, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 44, "line": 161, "offset": 3652, }, - "start": Object { + "start": { "column": 40, "line": 161, "offset": 3648, }, }, "name": "fill", - "range": Array [ + "range": [ 3648, 3652, ], "start": 3648, "type": "Identifier", }, - "range": Array [ + "range": [ 3622, 3652, ], @@ -8480,20 +8480,20 @@ Object { "type": "MemberExpression", }, "end": 3654, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 46, "line": 161, "offset": 3654, }, - "start": Object { + "start": { "column": 14, "line": 161, "offset": 3622, }, }, "optional": false, - "range": Array [ + "range": [ 3622, 3654, ], @@ -8502,7 +8502,7 @@ Object { }, }, ], - "range": Array [ + "range": [ 3606, 3663, ], @@ -8511,7 +8511,7 @@ Object { }, }, ], - "range": Array [ + "range": [ 2967, 3670, ], @@ -8519,36 +8519,36 @@ Object { "type": "ObjectExpression", }, ], - "closingElement": Object { + "closingElement": { "end": 3682, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 10, "line": 164, "offset": 3682, }, - "start": Object { + "start": { "column": 2, "line": 164, "offset": 3674, }, }, - "name": Object { + "name": { "end": 3681, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 9, "line": 164, "offset": 3681, }, - "start": Object { + "start": { "column": 4, "line": 164, "offset": 3676, }, }, "name": "Story", - "range": Array [ + "range": [ 3676, 3681, ], @@ -8556,7 +8556,7 @@ Object { "start": 3676, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 3674, 3682, ], @@ -8565,151 +8565,151 @@ Object { "type": "JSXClosingElement", }, "end": 3682, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 10, "line": 164, "offset": 3682, }, - "start": Object { + "start": { "column": 2, "line": 137, "offset": 2909, }, }, - "openingElement": Object { - "attributes": Array [ - Object { + "openingElement": { + "attributes": [ + { "end": 2924, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 8, "line": 138, "offset": 2924, }, - "start": Object { + "start": { "column": 4, "line": 138, "offset": 2920, }, }, - "name": Object { + "name": { "end": 2938, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 22, "line": 138, "offset": 2938, }, - "start": Object { + "start": { "column": 4, "line": 138, "offset": 2920, }, }, "name": "name", - "range": Array [ + "range": [ 2920, 2938, ], - "raw": "name=\\"CustomLabel\\"", + "raw": "name="CustomLabel"", "start": 2920, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 2920, 2924, ], "raw": "name", "start": 2920, "type": "JSXAttribute", - "value": Object { + "value": { "end": 2938, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 22, "line": 138, "offset": 2938, }, - "start": Object { + "start": { "column": 9, "line": 138, "offset": 2925, }, }, - "range": Array [ + "range": [ 2925, 2938, ], - "raw": "\\"CustomLabel\\"", + "raw": ""CustomLabel"", "start": 2925, "type": "Literal", "value": "CustomLabel", }, }, - Object { + { "end": 2949, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 10, "line": 139, "offset": 2949, }, - "start": Object { + "start": { "column": 4, "line": 139, "offset": 2943, }, }, - "name": Object { + "name": { "end": 2957, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 18, "line": 139, "offset": 2957, }, - "start": Object { + "start": { "column": 4, "line": 139, "offset": 2943, }, }, "name": "height", - "range": Array [ + "range": [ 2943, 2957, ], - "raw": "height=\\"200px\\"", + "raw": "height="200px"", "start": 2943, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 2943, 2949, ], "raw": "height", "start": 2943, "type": "JSXAttribute", - "value": Object { + "value": { "end": 2957, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 18, "line": 139, "offset": 2957, }, - "start": Object { + "start": { "column": 11, "line": 139, "offset": 2950, }, }, - "range": Array [ + "range": [ 2950, 2957, ], - "raw": "\\"200px\\"", + "raw": ""200px"", "start": 2950, "type": "Literal", "value": "200px", @@ -8717,34 +8717,34 @@ Object { }, ], "end": 2961, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 3, "line": 140, "offset": 2961, }, - "start": Object { + "start": { "column": 2, "line": 137, "offset": 2909, }, }, - "name": Object { + "name": { "end": 2915, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 8, "line": 137, "offset": 2915, }, - "start": Object { + "start": { "column": 3, "line": 137, "offset": 2910, }, }, "name": "Story", - "range": Array [ + "range": [ 2910, 2915, ], @@ -8752,40 +8752,40 @@ Object { "start": 2910, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 2909, 2961, ], "raw": "", "selfClosing": false, "start": 2909, "type": "JSXOpeningElement", }, - "range": Array [ + "range": [ 2909, 3682, ], "raw": " {{ template: /* HTML */ \` aa2 - + Custom Label Content 1 - Content 2 + Content 2 - + Custom Label Content 3 @@ -8800,36 +8800,36 @@ Object { "type": "JSXElement", }, ], - "closingElement": Object { + "closingElement": { "end": 3692, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 9, "line": 165, "offset": 3692, }, - "start": Object { + "start": { "column": 0, "line": 165, "offset": 3683, }, }, - "name": Object { + "name": { "end": 3691, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 8, "line": 165, "offset": 3691, }, - "start": Object { + "start": { "column": 2, "line": 165, "offset": 3685, }, }, "name": "Canvas", - "range": Array [ + "range": [ 3685, 3691, ], @@ -8837,7 +8837,7 @@ Object { "start": 3685, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 3683, 3692, ], @@ -8846,49 +8846,49 @@ Object { "type": "JSXClosingElement", }, "end": 3692, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 9, "line": 165, "offset": 3692, }, - "start": Object { + "start": { "column": 0, "line": 136, "offset": 2898, }, }, - "openingElement": Object { - "attributes": Array [], + "openingElement": { + "attributes": [], "end": 2906, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 8, "line": 136, "offset": 2906, }, - "start": Object { + "start": { "column": 0, "line": 136, "offset": 2898, }, }, - "name": Object { + "name": { "end": 2905, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 7, "line": 136, "offset": 2905, }, - "start": Object { + "start": { "column": 1, "line": 136, "offset": 2899, }, }, "name": "Canvas", - "range": Array [ + "range": [ 2899, 2905, ], @@ -8896,7 +8896,7 @@ Object { "start": 2899, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 2898, 2906, ], @@ -8905,29 +8905,29 @@ Object { "start": 2898, "type": "JSXOpeningElement", }, - "range": Array [ + "range": [ 2898, 3692, ], "raw": " {{ template: /* HTML */ \` aa2 - + Custom Label Content 1 - Content 2 + Content 2 - + Custom Label Content 3 @@ -8942,65 +8942,65 @@ Object { "start": 2898, "type": "JSXElement", }, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 10, "line": 165, "offset": 3692, }, - "start": Object { + "start": { "column": 1, "line": 136, "offset": 2898, }, }, - "range": Array [ + "range": [ 2898, 3692, ], "start": 2898, "type": "ExpressionStatement", }, - Object { + { "end": 4757, - "expression": Object { - "children": Array [ - Object { - "children": Array [ - Object { + "expression": { + "children": [ + { + "children": [ + { "end": 4735, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 5, "line": 211, "offset": 4735, }, - "start": Object { + "start": { "column": 5, "line": 176, "offset": 3794, }, }, - "properties": Array [ - Object { + "properties": [ + { "computed": false, "end": 4388, - "key": Object { + "key": { "end": 3810, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 14, "line": 177, "offset": 3810, }, - "start": Object { + "start": { "column": 6, "line": 177, "offset": 3802, }, }, "name": "template", - "range": Array [ + "range": [ 3802, 3810, ], @@ -9008,110 +9008,110 @@ Object { "type": "Identifier", }, "kind": "init", - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 7, "line": 197, "offset": 4388, }, - "start": Object { + "start": { "column": 6, "line": 177, "offset": 3802, }, }, "method": false, - "range": Array [ + "range": [ 3802, 4388, ], "shorthand": false, "start": 3802, "type": "Property", - "value": Object { + "value": { "end": 4388, - "expressions": Array [], - "loc": Object { - "end": Object { + "expressions": [], + "loc": { + "end": { "column": 7, "line": 197, "offset": 4388, }, - "start": Object { + "start": { "column": 27, "line": 177, "offset": 3823, }, }, - "quasis": Array [ - Object { + "quasis": [ + { "end": 4388, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 7, "line": 197, "offset": 4387, }, - "start": Object { + "start": { "column": 27, "line": 177, "offset": 3824, }, }, - "range": Array [ + "range": [ 3823, 4388, ], "start": 3823, "tail": true, "type": "TemplateElement", - "value": Object { + "value": { "cooked": " 1\\" - [label]=\\"'tab' + tab\\" - (close)=\\"remove(i)\\" + *ngFor="let tab of tabs; index as i; count as len" + [closeable]="len > 1" + [label]="'tab' + tab" + (close)="remove(i)" > content {{ i }} ", "raw": " 1\\" - [label]=\\"'tab' + tab\\" - (close)=\\"remove(i)\\" + *ngFor="let tab of tabs; index as i; count as len" + [closeable]="len > 1" + [label]="'tab' + tab" + (close)="remove(i)" > content {{ i }} ", }, }, ], - "range": Array [ + "range": [ 3823, 4388, ], @@ -9119,25 +9119,25 @@ Object { "type": "TemplateLiteral", }, }, - Object { + { "computed": false, "end": 4728, - "key": Object { + "key": { "end": 4401, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 11, "line": 198, "offset": 4401, }, - "start": Object { + "start": { "column": 6, "line": 198, "offset": 4396, }, }, "name": "props", - "range": Array [ + "range": [ 4396, 4401, ], @@ -9145,60 +9145,60 @@ Object { "type": "Identifier", }, "kind": "init", - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 7, "line": 210, "offset": 4728, }, - "start": Object { + "start": { "column": 6, "line": 198, "offset": 4396, }, }, "method": false, - "range": Array [ + "range": [ 4396, 4728, ], "shorthand": false, "start": 4396, "type": "Property", - "value": Object { + "value": { "end": 4728, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 7, "line": 210, "offset": 4728, }, - "start": Object { + "start": { "column": 13, "line": 198, "offset": 4403, }, }, - "properties": Array [ - Object { + "properties": [ + { "computed": false, "end": 4428, - "key": Object { + "key": { "end": 4417, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 12, "line": 199, "offset": 4417, }, - "start": Object { + "start": { "column": 8, "line": 199, "offset": 4413, }, }, "name": "tabs", - "range": Array [ + "range": [ 4413, 4417, ], @@ -9206,43 +9206,43 @@ Object { "type": "Identifier", }, "kind": "init", - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 23, "line": 199, "offset": 4428, }, - "start": Object { + "start": { "column": 8, "line": 199, "offset": 4413, }, }, "method": false, - "range": Array [ + "range": [ 4413, 4428, ], "shorthand": false, "start": 4413, "type": "Property", - "value": Object { - "elements": Array [ - Object { + "value": { + "elements": [ + { "end": 4421, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 16, "line": 199, "offset": 4421, }, - "start": Object { + "start": { "column": 15, "line": 199, "offset": 4420, }, }, - "range": Array [ + "range": [ 4420, 4421, ], @@ -9251,21 +9251,21 @@ Object { "type": "Literal", "value": 1, }, - Object { + { "end": 4424, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 19, "line": 199, "offset": 4424, }, - "start": Object { + "start": { "column": 18, "line": 199, "offset": 4423, }, }, - "range": Array [ + "range": [ 4423, 4424, ], @@ -9274,21 +9274,21 @@ Object { "type": "Literal", "value": 2, }, - Object { + { "end": 4427, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 22, "line": 199, "offset": 4427, }, - "start": Object { + "start": { "column": 21, "line": 199, "offset": 4426, }, }, - "range": Array [ + "range": [ 4426, 4427, ], @@ -9299,19 +9299,19 @@ Object { }, ], "end": 4428, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 23, "line": 199, "offset": 4428, }, - "start": Object { + "start": { "column": 14, "line": 199, "offset": 4419, }, }, - "range": Array [ + "range": [ 4419, 4428, ], @@ -9319,25 +9319,25 @@ Object { "type": "ArrayExpression", }, }, - Object { + { "computed": false, "end": 4647, - "key": Object { + "key": { "end": 4441, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 11, "line": 200, "offset": 4441, }, - "start": Object { + "start": { "column": 8, "line": 200, "offset": 4438, }, }, "name": "add", - "range": Array [ + "range": [ 4438, 4441, ], @@ -9345,64 +9345,64 @@ Object { "type": "Identifier", }, "kind": "init", - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 9, "line": 206, "offset": 4647, }, - "start": Object { + "start": { "column": 8, "line": 200, "offset": 4438, }, }, "method": true, - "range": Array [ + "range": [ 4438, 4647, ], "shorthand": false, "start": 4438, "type": "Property", - "value": Object { + "value": { "async": false, - "body": Object { - "body": Array [ - Object { + "body": { + "body": [ + { "end": 4637, - "expression": Object { + "expression": { "end": 4637, - "left": Object { + "left": { "computed": false, "end": 4472, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 19, "line": 201, "offset": 4472, }, - "start": Object { + "start": { "column": 10, "line": 201, "offset": 4463, }, }, - "object": Object { + "object": { "end": 4467, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 14, "line": 201, "offset": 4467, }, - "start": Object { + "start": { "column": 10, "line": 201, "offset": 4463, }, }, - "range": Array [ + "range": [ 4463, 4467, ], @@ -9410,107 +9410,107 @@ Object { "type": "ThisExpression", }, "optional": false, - "property": Object { + "property": { "end": 4472, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 19, "line": 201, "offset": 4472, }, - "start": Object { + "start": { "column": 15, "line": 201, "offset": 4468, }, }, "name": "tabs", - "range": Array [ + "range": [ 4468, 4472, ], "start": 4468, "type": "Identifier", }, - "range": Array [ + "range": [ 4463, 4472, ], "start": 4463, "type": "MemberExpression", }, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 11, "line": 205, "offset": 4637, }, - "start": Object { + "start": { "column": 10, "line": 201, "offset": 4463, }, }, "operator": "=", - "range": Array [ + "range": [ 4463, 4637, ], - "right": Object { - "arguments": Array [ - Object { - "arguments": Array [ - Object { + "right": { + "arguments": [ + { + "arguments": [ + { "async": false, - "body": Object { + "body": { "end": 4623, - "left": Object { + "left": { "end": 4619, - "left": Object { + "left": { "computed": true, "end": 4615, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 60, "line": 204, "offset": 4615, }, - "start": Object { + "start": { "column": 29, "line": 204, "offset": 4584, }, }, - "object": Object { + "object": { "computed": false, "end": 4593, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 38, "line": 204, "offset": 4593, }, - "start": Object { + "start": { "column": 29, "line": 204, "offset": 4584, }, }, - "object": Object { + "object": { "end": 4588, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 33, "line": 204, "offset": 4588, }, - "start": Object { + "start": { "column": 29, "line": 204, "offset": 4584, }, }, - "range": Array [ + "range": [ 4584, 4588, ], @@ -9518,29 +9518,29 @@ Object { "type": "ThisExpression", }, "optional": false, - "property": Object { + "property": { "end": 4593, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 38, "line": 204, "offset": 4593, }, - "start": Object { + "start": { "column": 34, "line": 204, "offset": 4589, }, }, "name": "tabs", - "range": Array [ + "range": [ 4589, 4593, ], "start": 4589, "type": "Identifier", }, - "range": Array [ + "range": [ 4584, 4593, ], @@ -9548,53 +9548,53 @@ Object { "type": "MemberExpression", }, "optional": false, - "property": Object { + "property": { "end": 4614, - "left": Object { + "left": { "computed": false, "end": 4610, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 55, "line": 204, "offset": 4610, }, - "start": Object { + "start": { "column": 39, "line": 204, "offset": 4594, }, }, - "object": Object { + "object": { "computed": false, "end": 4603, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 48, "line": 204, "offset": 4603, }, - "start": Object { + "start": { "column": 39, "line": 204, "offset": 4594, }, }, - "object": Object { + "object": { "end": 4598, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 43, "line": 204, "offset": 4598, }, - "start": Object { + "start": { "column": 39, "line": 204, "offset": 4594, }, }, - "range": Array [ + "range": [ 4594, 4598, ], @@ -9602,29 +9602,29 @@ Object { "type": "ThisExpression", }, "optional": false, - "property": Object { + "property": { "end": 4603, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 48, "line": 204, "offset": 4603, }, - "start": Object { + "start": { "column": 44, "line": 204, "offset": 4599, }, }, "name": "tabs", - "range": Array [ + "range": [ 4599, 4603, ], "start": 4599, "type": "Identifier", }, - "range": Array [ + "range": [ 4594, 4603, ], @@ -9632,67 +9632,67 @@ Object { "type": "MemberExpression", }, "optional": false, - "property": Object { + "property": { "end": 4610, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 55, "line": 204, "offset": 4610, }, - "start": Object { + "start": { "column": 49, "line": 204, "offset": 4604, }, }, "name": "length", - "range": Array [ + "range": [ 4604, 4610, ], "start": 4604, "type": "Identifier", }, - "range": Array [ + "range": [ 4594, 4610, ], "start": 4594, "type": "MemberExpression", }, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 59, "line": 204, "offset": 4614, }, - "start": Object { + "start": { "column": 39, "line": 204, "offset": 4594, }, }, "operator": "-", - "range": Array [ + "range": [ 4594, 4614, ], - "right": Object { + "right": { "end": 4614, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 59, "line": 204, "offset": 4614, }, - "start": Object { + "start": { "column": 58, "line": 204, "offset": 4613, }, }, - "range": Array [ + "range": [ 4613, 4614, ], @@ -9704,46 +9704,46 @@ Object { "start": 4594, "type": "BinaryExpression", }, - "range": Array [ + "range": [ 4584, 4615, ], "start": 4584, "type": "MemberExpression", }, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 64, "line": 204, "offset": 4619, }, - "start": Object { + "start": { "column": 29, "line": 204, "offset": 4584, }, }, "operator": "+", - "range": Array [ + "range": [ 4584, 4619, ], - "right": Object { + "right": { "end": 4619, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 64, "line": 204, "offset": 4619, }, - "start": Object { + "start": { "column": 63, "line": 204, "offset": 4618, }, }, "name": "i", - "range": Array [ + "range": [ 4618, 4619, ], @@ -9753,38 +9753,38 @@ Object { "start": 4584, "type": "BinaryExpression", }, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 68, "line": 204, "offset": 4623, }, - "start": Object { + "start": { "column": 29, "line": 204, "offset": 4584, }, }, "operator": "+", - "range": Array [ + "range": [ 4584, 4623, ], - "right": Object { + "right": { "end": 4623, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 68, "line": 204, "offset": 4623, }, - "start": Object { + "start": { "column": 67, "line": 204, "offset": 4622, }, }, - "range": Array [ + "range": [ 4622, 4623, ], @@ -9800,57 +9800,57 @@ Object { "expression": true, "generator": false, "id": null, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 68, "line": 204, "offset": 4623, }, - "start": Object { + "start": { "column": 19, "line": 204, "offset": 4574, }, }, - "params": Array [ - Object { + "params": [ + { "end": 4576, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 21, "line": 204, "offset": 4576, }, - "start": Object { + "start": { "column": 20, "line": 204, "offset": 4575, }, }, "name": "_", - "range": Array [ + "range": [ 4575, 4576, ], "start": 4575, "type": "Identifier", }, - Object { + { "end": 4579, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 24, "line": 204, "offset": 4579, }, - "start": Object { + "start": { "column": 23, "line": 204, "offset": 4578, }, }, "name": "i", - "range": Array [ + "range": [ 4578, 4579, ], @@ -9858,7 +9858,7 @@ Object { "type": "Identifier", }, ], - "range": Array [ + "range": [ 4574, 4623, ], @@ -9866,74 +9866,74 @@ Object { "type": "ArrowFunctionExpression", }, ], - "callee": Object { + "callee": { "computed": false, "end": 4573, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 18, "line": 204, "offset": 4573, }, - "start": Object { + "start": { "column": 12, "line": 202, "offset": 4505, }, }, - "object": Object { - "arguments": Array [], - "callee": Object { + "object": { + "arguments": [], + "callee": { "computed": false, "end": 4552, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 19, "line": 203, "offset": 4552, }, - "start": Object { + "start": { "column": 12, "line": 202, "offset": 4505, }, }, - "object": Object { - "arguments": Array [ - Object { + "object": { + "arguments": [ + { "end": 4531, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 38, "line": 202, "offset": 4531, }, - "start": Object { + "start": { "column": 23, "line": 202, "offset": 4516, }, }, - "properties": Array [ - Object { + "properties": [ + { "computed": false, "end": 4529, - "key": Object { + "key": { "end": 4524, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 31, "line": 202, "offset": 4524, }, - "start": Object { + "start": { "column": 25, "line": 202, "offset": 4518, }, }, "name": "length", - "range": Array [ + "range": [ 4518, 4524, ], @@ -9941,42 +9941,42 @@ Object { "type": "Identifier", }, "kind": "init", - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 36, "line": 202, "offset": 4529, }, - "start": Object { + "start": { "column": 25, "line": 202, "offset": 4518, }, }, "method": false, - "range": Array [ + "range": [ 4518, 4529, ], "shorthand": false, "start": 4518, "type": "Property", - "value": Object { + "value": { "end": 4529, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 36, "line": 202, "offset": 4529, }, - "start": Object { + "start": { "column": 33, "line": 202, "offset": 4526, }, }, "name": "num", - "range": Array [ + "range": [ 4526, 4529, ], @@ -9985,7 +9985,7 @@ Object { }, }, ], - "range": Array [ + "range": [ 4516, 4531, ], @@ -9993,37 +9993,37 @@ Object { "type": "ObjectExpression", }, ], - "callee": Object { + "callee": { "computed": false, "end": 4515, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 22, "line": 202, "offset": 4515, }, - "start": Object { + "start": { "column": 12, "line": 202, "offset": 4505, }, }, - "object": Object { + "object": { "end": 4510, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 17, "line": 202, "offset": 4510, }, - "start": Object { + "start": { "column": 12, "line": 202, "offset": 4505, }, }, "name": "Array", - "range": Array [ + "range": [ 4505, 4510, ], @@ -10031,29 +10031,29 @@ Object { "type": "Identifier", }, "optional": false, - "property": Object { + "property": { "end": 4515, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 22, "line": 202, "offset": 4515, }, - "start": Object { + "start": { "column": 18, "line": 202, "offset": 4511, }, }, "name": "from", - "range": Array [ + "range": [ 4511, 4515, ], "start": 4511, "type": "Identifier", }, - "range": Array [ + "range": [ 4505, 4515, ], @@ -10061,20 +10061,20 @@ Object { "type": "MemberExpression", }, "end": 4532, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 39, "line": 202, "offset": 4532, }, - "start": Object { + "start": { "column": 12, "line": 202, "offset": 4505, }, }, "optional": false, - "range": Array [ + "range": [ 4505, 4532, ], @@ -10082,29 +10082,29 @@ Object { "type": "CallExpression", }, "optional": false, - "property": Object { + "property": { "end": 4552, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 19, "line": 203, "offset": 4552, }, - "start": Object { + "start": { "column": 15, "line": 203, "offset": 4548, }, }, "name": "fill", - "range": Array [ + "range": [ 4548, 4552, ], "start": 4548, "type": "Identifier", }, - "range": Array [ + "range": [ 4505, 4552, ], @@ -10112,20 +10112,20 @@ Object { "type": "MemberExpression", }, "end": 4554, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 21, "line": 203, "offset": 4554, }, - "start": Object { + "start": { "column": 12, "line": 202, "offset": 4505, }, }, "optional": false, - "range": Array [ + "range": [ 4505, 4554, ], @@ -10133,29 +10133,29 @@ Object { "type": "CallExpression", }, "optional": false, - "property": Object { + "property": { "end": 4573, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 18, "line": 204, "offset": 4573, }, - "start": Object { + "start": { "column": 15, "line": 204, "offset": 4570, }, }, "name": "map", - "range": Array [ + "range": [ 4570, 4573, ], "start": 4570, "type": "Identifier", }, - "range": Array [ + "range": [ 4505, 4573, ], @@ -10163,20 +10163,20 @@ Object { "type": "MemberExpression", }, "end": 4624, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 69, "line": 204, "offset": 4624, }, - "start": Object { + "start": { "column": 12, "line": 202, "offset": 4505, }, }, "optional": false, - "range": Array [ + "range": [ 4505, 4624, ], @@ -10184,51 +10184,51 @@ Object { "type": "CallExpression", }, ], - "callee": Object { + "callee": { "computed": false, "end": 4491, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 38, "line": 201, "offset": 4491, }, - "start": Object { + "start": { "column": 22, "line": 201, "offset": 4475, }, }, - "object": Object { + "object": { "computed": false, "end": 4484, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 31, "line": 201, "offset": 4484, }, - "start": Object { + "start": { "column": 22, "line": 201, "offset": 4475, }, }, - "object": Object { + "object": { "end": 4479, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 26, "line": 201, "offset": 4479, }, - "start": Object { + "start": { "column": 22, "line": 201, "offset": 4475, }, }, - "range": Array [ + "range": [ 4475, 4479, ], @@ -10236,29 +10236,29 @@ Object { "type": "ThisExpression", }, "optional": false, - "property": Object { + "property": { "end": 4484, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 31, "line": 201, "offset": 4484, }, - "start": Object { + "start": { "column": 27, "line": 201, "offset": 4480, }, }, "name": "tabs", - "range": Array [ + "range": [ 4480, 4484, ], "start": 4480, "type": "Identifier", }, - "range": Array [ + "range": [ 4475, 4484, ], @@ -10266,29 +10266,29 @@ Object { "type": "MemberExpression", }, "optional": false, - "property": Object { + "property": { "end": 4491, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 38, "line": 201, "offset": 4491, }, - "start": Object { + "start": { "column": 32, "line": 201, "offset": 4485, }, }, "name": "concat", - "range": Array [ + "range": [ 4485, 4491, ], "start": 4485, "type": "Identifier", }, - "range": Array [ + "range": [ 4475, 4491, ], @@ -10296,20 +10296,20 @@ Object { "type": "MemberExpression", }, "end": 4637, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 11, "line": 205, "offset": 4637, }, - "start": Object { + "start": { "column": 22, "line": 201, "offset": 4475, }, }, "optional": false, - "range": Array [ + "range": [ 4475, 4637, ], @@ -10319,19 +10319,19 @@ Object { "start": 4463, "type": "AssignmentExpression", }, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 11, "line": 205, "offset": 4637, }, - "start": Object { + "start": { "column": 10, "line": 201, "offset": 4463, }, }, - "range": Array [ + "range": [ 4463, 4637, ], @@ -10340,19 +10340,19 @@ Object { }, ], "end": 4647, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 9, "line": 206, "offset": 4647, }, - "start": Object { + "start": { "column": 21, "line": 200, "offset": 4451, }, }, - "range": Array [ + "range": [ 4451, 4647, ], @@ -10363,74 +10363,74 @@ Object { "expression": false, "generator": false, "id": null, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 9, "line": 206, "offset": 4647, }, - "start": Object { + "start": { "column": 11, "line": 200, "offset": 4441, }, }, - "params": Array [ - Object { + "params": [ + { "end": 4449, - "left": Object { + "left": { "end": 4445, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 15, "line": 200, "offset": 4445, }, - "start": Object { + "start": { "column": 12, "line": 200, "offset": 4442, }, }, "name": "num", - "range": Array [ + "range": [ 4442, 4445, ], "start": 4442, "type": "Identifier", }, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 19, "line": 200, "offset": 4449, }, - "start": Object { + "start": { "column": 12, "line": 200, "offset": 4442, }, }, - "range": Array [ + "range": [ 4442, 4449, ], - "right": Object { + "right": { "end": 4449, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 19, "line": 200, "offset": 4449, }, - "start": Object { + "start": { "column": 18, "line": 200, "offset": 4448, }, }, - "range": Array [ + "range": [ 4448, 4449, ], @@ -10443,7 +10443,7 @@ Object { "type": "AssignmentPattern", }, ], - "range": Array [ + "range": [ 4441, 4647, ], @@ -10451,25 +10451,25 @@ Object { "type": "FunctionExpression", }, }, - Object { + { "computed": false, "end": 4719, - "key": Object { + "key": { "end": 4663, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 14, "line": 207, "offset": 4663, }, - "start": Object { + "start": { "column": 8, "line": 207, "offset": 4657, }, }, "name": "remove", - "range": Array [ + "range": [ 4657, 4663, ], @@ -10477,71 +10477,71 @@ Object { "type": "Identifier", }, "kind": "init", - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 9, "line": 209, "offset": 4719, }, - "start": Object { + "start": { "column": 8, "line": 207, "offset": 4657, }, }, "method": true, - "range": Array [ + "range": [ 4657, 4719, ], "shorthand": false, "start": 4657, "type": "Property", - "value": Object { + "value": { "async": false, - "body": Object { - "body": Array [ - Object { + "body": { + "body": [ + { "end": 4709, - "expression": Object { - "arguments": Array [ - Object { + "expression": { + "arguments": [ + { "end": 4705, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 32, "line": 208, "offset": 4705, }, - "start": Object { + "start": { "column": 27, "line": 208, "offset": 4700, }, }, "name": "index", - "range": Array [ + "range": [ 4700, 4705, ], "start": 4700, "type": "Identifier", }, - Object { + { "end": 4708, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 35, "line": 208, "offset": 4708, }, - "start": Object { + "start": { "column": 34, "line": 208, "offset": 4707, }, }, - "range": Array [ + "range": [ 4707, 4708, ], @@ -10551,51 +10551,51 @@ Object { "value": 1, }, ], - "callee": Object { + "callee": { "computed": false, "end": 4699, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 26, "line": 208, "offset": 4699, }, - "start": Object { + "start": { "column": 10, "line": 208, "offset": 4683, }, }, - "object": Object { + "object": { "computed": false, "end": 4692, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 19, "line": 208, "offset": 4692, }, - "start": Object { + "start": { "column": 10, "line": 208, "offset": 4683, }, }, - "object": Object { + "object": { "end": 4687, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 14, "line": 208, "offset": 4687, }, - "start": Object { + "start": { "column": 10, "line": 208, "offset": 4683, }, }, - "range": Array [ + "range": [ 4683, 4687, ], @@ -10603,29 +10603,29 @@ Object { "type": "ThisExpression", }, "optional": false, - "property": Object { + "property": { "end": 4692, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 19, "line": 208, "offset": 4692, }, - "start": Object { + "start": { "column": 15, "line": 208, "offset": 4688, }, }, "name": "tabs", - "range": Array [ + "range": [ 4688, 4692, ], "start": 4688, "type": "Identifier", }, - "range": Array [ + "range": [ 4683, 4692, ], @@ -10633,29 +10633,29 @@ Object { "type": "MemberExpression", }, "optional": false, - "property": Object { + "property": { "end": 4699, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 26, "line": 208, "offset": 4699, }, - "start": Object { + "start": { "column": 20, "line": 208, "offset": 4693, }, }, "name": "splice", - "range": Array [ + "range": [ 4693, 4699, ], "start": 4693, "type": "Identifier", }, - "range": Array [ + "range": [ 4683, 4699, ], @@ -10663,39 +10663,39 @@ Object { "type": "MemberExpression", }, "end": 4709, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 36, "line": 208, "offset": 4709, }, - "start": Object { + "start": { "column": 10, "line": 208, "offset": 4683, }, }, "optional": false, - "range": Array [ + "range": [ 4683, 4709, ], "start": 4683, "type": "CallExpression", }, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 36, "line": 208, "offset": 4709, }, - "start": Object { + "start": { "column": 10, "line": 208, "offset": 4683, }, }, - "range": Array [ + "range": [ 4683, 4709, ], @@ -10704,19 +10704,19 @@ Object { }, ], "end": 4719, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 9, "line": 209, "offset": 4719, }, - "start": Object { + "start": { "column": 22, "line": 207, "offset": 4671, }, }, - "range": Array [ + "range": [ 4671, 4719, ], @@ -10727,35 +10727,35 @@ Object { "expression": false, "generator": false, "id": null, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 9, "line": 209, "offset": 4719, }, - "start": Object { + "start": { "column": 14, "line": 207, "offset": 4663, }, }, - "params": Array [ - Object { + "params": [ + { "end": 4669, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 20, "line": 207, "offset": 4669, }, - "start": Object { + "start": { "column": 15, "line": 207, "offset": 4664, }, }, "name": "index", - "range": Array [ + "range": [ 4664, 4669, ], @@ -10763,7 +10763,7 @@ Object { "type": "Identifier", }, ], - "range": Array [ + "range": [ 4663, 4719, ], @@ -10772,7 +10772,7 @@ Object { }, }, ], - "range": Array [ + "range": [ 4403, 4728, ], @@ -10781,7 +10781,7 @@ Object { }, }, ], - "range": Array [ + "range": [ 3794, 4735, ], @@ -10789,36 +10789,36 @@ Object { "type": "ObjectExpression", }, ], - "closingElement": Object { + "closingElement": { "end": 4747, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 10, "line": 212, "offset": 4747, }, - "start": Object { + "start": { "column": 2, "line": 212, "offset": 4739, }, }, - "name": Object { + "name": { "end": 4746, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 9, "line": 212, "offset": 4746, }, - "start": Object { + "start": { "column": 4, "line": 212, "offset": 4741, }, }, "name": "Story", - "range": Array [ + "range": [ 4741, 4746, ], @@ -10826,7 +10826,7 @@ Object { "start": 4741, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 4739, 4747, ], @@ -10835,151 +10835,151 @@ Object { "type": "JSXClosingElement", }, "end": 4747, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 10, "line": 212, "offset": 4747, }, - "start": Object { + "start": { "column": 2, "line": 172, "offset": 3739, }, }, - "openingElement": Object { - "attributes": Array [ - Object { + "openingElement": { + "attributes": [ + { "end": 3754, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 8, "line": 173, "offset": 3754, }, - "start": Object { + "start": { "column": 4, "line": 173, "offset": 3750, }, }, - "name": Object { + "name": { "end": 3765, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 19, "line": 173, "offset": 3765, }, - "start": Object { + "start": { "column": 4, "line": 173, "offset": 3750, }, }, "name": "name", - "range": Array [ + "range": [ 3750, 3765, ], - "raw": "name=\\"Editable\\"", + "raw": "name="Editable"", "start": 3750, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 3750, 3754, ], "raw": "name", "start": 3750, "type": "JSXAttribute", - "value": Object { + "value": { "end": 3765, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 19, "line": 173, "offset": 3765, }, - "start": Object { + "start": { "column": 9, "line": 173, "offset": 3755, }, }, - "range": Array [ + "range": [ 3755, 3765, ], - "raw": "\\"Editable\\"", + "raw": ""Editable"", "start": 3755, "type": "Literal", "value": "Editable", }, }, - Object { + { "end": 3776, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 10, "line": 174, "offset": 3776, }, - "start": Object { + "start": { "column": 4, "line": 174, "offset": 3770, }, }, - "name": Object { + "name": { "end": 3784, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 18, "line": 174, "offset": 3784, }, - "start": Object { + "start": { "column": 4, "line": 174, "offset": 3770, }, }, "name": "height", - "range": Array [ + "range": [ 3770, 3784, ], - "raw": "height=\\"100px\\"", + "raw": "height="100px"", "start": 3770, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 3770, 3776, ], "raw": "height", "start": 3770, "type": "JSXAttribute", - "value": Object { + "value": { "end": 3784, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 18, "line": 174, "offset": 3784, }, - "start": Object { + "start": { "column": 11, "line": 174, "offset": 3777, }, }, - "range": Array [ + "range": [ 3777, 3784, ], - "raw": "\\"100px\\"", + "raw": ""100px"", "start": 3777, "type": "Literal", "value": "100px", @@ -10987,34 +10987,34 @@ Object { }, ], "end": 3788, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 3, "line": 175, "offset": 3788, }, - "start": Object { + "start": { "column": 2, "line": 172, "offset": 3739, }, }, - "name": Object { + "name": { "end": 3745, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 8, "line": 172, "offset": 3745, }, - "start": Object { + "start": { "column": 3, "line": 172, "offset": 3740, }, }, "name": "Story", - "range": Array [ + "range": [ 3740, 3745, ], @@ -11022,45 +11022,45 @@ Object { "start": 3740, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 3739, 3788, ], "raw": "", "selfClosing": false, "start": 3739, "type": "JSXOpeningElement", }, - "range": Array [ + "range": [ 3739, 4747, ], "raw": " {{ template: /* HTML */ \` 1\\" - [label]=\\"'tab' + tab\\" - (close)=\\"remove(i)\\" + *ngFor="let tab of tabs; index as i; count as len" + [closeable]="len > 1" + [label]="'tab' + tab" + (close)="remove(i)" > content {{ i }} \`, @@ -11083,36 +11083,36 @@ Object { "type": "JSXElement", }, ], - "closingElement": Object { + "closingElement": { "end": 4757, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 9, "line": 213, "offset": 4757, }, - "start": Object { + "start": { "column": 0, "line": 213, "offset": 4748, }, }, - "name": Object { + "name": { "end": 4756, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 8, "line": 213, "offset": 4756, }, - "start": Object { + "start": { "column": 2, "line": 213, "offset": 4750, }, }, "name": "Canvas", - "range": Array [ + "range": [ 4750, 4756, ], @@ -11120,7 +11120,7 @@ Object { "start": 4750, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 4748, 4757, ], @@ -11129,49 +11129,49 @@ Object { "type": "JSXClosingElement", }, "end": 4757, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 9, "line": 213, "offset": 4757, }, - "start": Object { + "start": { "column": 0, "line": 171, "offset": 3728, }, }, - "openingElement": Object { - "attributes": Array [], + "openingElement": { + "attributes": [], "end": 3736, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 8, "line": 171, "offset": 3736, }, - "start": Object { + "start": { "column": 0, "line": 171, "offset": 3728, }, }, - "name": Object { + "name": { "end": 3735, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 7, "line": 171, "offset": 3735, }, - "start": Object { + "start": { "column": 1, "line": 171, "offset": 3729, }, }, "name": "Canvas", - "range": Array [ + "range": [ 3729, 3735, ], @@ -11179,7 +11179,7 @@ Object { "start": 3729, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 3728, 3736, ], @@ -11188,34 +11188,34 @@ Object { "start": 3728, "type": "JSXOpeningElement", }, - "range": Array [ + "range": [ 3728, 4757, ], "raw": " {{ template: /* HTML */ \` 1\\" - [label]=\\"'tab' + tab\\" - (close)=\\"remove(i)\\" + *ngFor="let tab of tabs; index as i; count as len" + [closeable]="len > 1" + [label]="'tab' + tab" + (close)="remove(i)" > content {{ i }} \`, @@ -11238,65 +11238,65 @@ Object { "start": 3728, "type": "JSXElement", }, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 10, "line": 213, "offset": 4757, }, - "start": Object { + "start": { "column": 1, "line": 171, "offset": 3728, }, }, - "range": Array [ + "range": [ 3728, 4757, ], "start": 3728, "type": "ExpressionStatement", }, - Object { + { "end": 5459, - "expression": Object { - "children": Array [ - Object { - "children": Array [ - Object { + "expression": { + "children": [ + { + "children": [ + { "end": 5437, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 5, "line": 242, "offset": 5437, }, - "start": Object { + "start": { "column": 5, "line": 222, "offset": 4832, }, }, - "properties": Array [ - Object { + "properties": [ + { "computed": false, "end": 5357, - "key": Object { + "key": { "end": 4848, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 14, "line": 223, "offset": 4848, }, - "start": Object { + "start": { "column": 6, "line": 223, "offset": 4840, }, }, "name": "template", - "range": Array [ + "range": [ 4840, 4848, ], @@ -11304,92 +11304,92 @@ Object { "type": "Identifier", }, "kind": "init", - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 7, "line": 238, "offset": 5357, }, - "start": Object { + "start": { "column": 6, "line": 223, "offset": 4840, }, }, "method": false, - "range": Array [ + "range": [ 4840, 5357, ], "shorthand": false, "start": 4840, "type": "Property", - "value": Object { + "value": { "end": 5357, - "expressions": Array [], - "loc": Object { - "end": Object { + "expressions": [], + "loc": { + "end": { "column": 7, "line": 238, "offset": 5357, }, - "start": Object { + "start": { "column": 27, "line": 223, "offset": 4861, }, }, - "quasis": Array [ - Object { + "quasis": [ + { "end": 5357, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 7, "line": 238, "offset": 5356, }, - "start": Object { + "start": { "column": 27, "line": 223, "offset": 4862, }, }, - "range": Array [ + "range": [ 4861, 5357, ], "start": 4861, "tail": true, "type": "TemplateElement", - "value": Object { + "value": { "cooked": " - Content 1 + Content 1 Content 2 - Content 3 + Content 3 Content 4 ", "raw": " - Content 1 + Content 1 Content 2 - Content 3 + Content 3 Content 4 @@ -11397,7 +11397,7 @@ Object { }, }, ], - "range": Array [ + "range": [ 4861, 5357, ], @@ -11405,25 +11405,25 @@ Object { "type": "TemplateLiteral", }, }, - Object { + { "computed": false, "end": 5430, - "key": Object { + "key": { "end": 5370, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 11, "line": 239, "offset": 5370, }, - "start": Object { + "start": { "column": 6, "line": 239, "offset": 5365, }, }, "name": "props", - "range": Array [ + "range": [ 5365, 5370, ], @@ -11431,60 +11431,60 @@ Object { "type": "Identifier", }, "kind": "init", - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 7, "line": 241, "offset": 5430, }, - "start": Object { + "start": { "column": 6, "line": 239, "offset": 5365, }, }, "method": false, - "range": Array [ + "range": [ 5365, 5430, ], "shorthand": false, "start": 5365, "type": "Property", - "value": Object { + "value": { "end": 5430, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 7, "line": 241, "offset": 5430, }, - "start": Object { + "start": { "column": 13, "line": 239, "offset": 5372, }, }, - "properties": Array [ - Object { + "properties": [ + { "computed": false, "end": 5421, - "key": Object { + "key": { "end": 5386, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 12, "line": 240, "offset": 5386, }, - "start": Object { + "start": { "column": 8, "line": 240, "offset": 5382, }, }, "name": "tabs", - "range": Array [ + "range": [ 5382, 5386, ], @@ -11492,79 +11492,79 @@ Object { "type": "Identifier", }, "kind": "init", - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 47, "line": 240, "offset": 5421, }, - "start": Object { + "start": { "column": 8, "line": 240, "offset": 5382, }, }, "method": false, - "range": Array [ + "range": [ 5382, 5421, ], "shorthand": false, "start": 5382, "type": "Property", - "value": Object { - "arguments": Array [], - "callee": Object { + "value": { + "arguments": [], + "callee": { "computed": false, "end": 5419, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 45, "line": 240, "offset": 5419, }, - "start": Object { + "start": { "column": 14, "line": 240, "offset": 5388, }, }, - "object": Object { - "arguments": Array [ - Object { + "object": { + "arguments": [ + { "end": 5413, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 39, "line": 240, "offset": 5413, }, - "start": Object { + "start": { "column": 25, "line": 240, "offset": 5399, }, }, - "properties": Array [ - Object { + "properties": [ + { "computed": false, "end": 5411, - "key": Object { + "key": { "end": 5407, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 33, "line": 240, "offset": 5407, }, - "start": Object { + "start": { "column": 27, "line": 240, "offset": 5401, }, }, "name": "length", - "range": Array [ + "range": [ 5401, 5407, ], @@ -11572,41 +11572,41 @@ Object { "type": "Identifier", }, "kind": "init", - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 37, "line": 240, "offset": 5411, }, - "start": Object { + "start": { "column": 27, "line": 240, "offset": 5401, }, }, "method": false, - "range": Array [ + "range": [ 5401, 5411, ], "shorthand": false, "start": 5401, "type": "Property", - "value": Object { + "value": { "end": 5411, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 37, "line": 240, "offset": 5411, }, - "start": Object { + "start": { "column": 35, "line": 240, "offset": 5409, }, }, - "range": Array [ + "range": [ 5409, 5411, ], @@ -11617,7 +11617,7 @@ Object { }, }, ], - "range": Array [ + "range": [ 5399, 5413, ], @@ -11625,37 +11625,37 @@ Object { "type": "ObjectExpression", }, ], - "callee": Object { + "callee": { "computed": false, "end": 5398, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 24, "line": 240, "offset": 5398, }, - "start": Object { + "start": { "column": 14, "line": 240, "offset": 5388, }, }, - "object": Object { + "object": { "end": 5393, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 19, "line": 240, "offset": 5393, }, - "start": Object { + "start": { "column": 14, "line": 240, "offset": 5388, }, }, "name": "Array", - "range": Array [ + "range": [ 5388, 5393, ], @@ -11663,29 +11663,29 @@ Object { "type": "Identifier", }, "optional": false, - "property": Object { + "property": { "end": 5398, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 24, "line": 240, "offset": 5398, }, - "start": Object { + "start": { "column": 20, "line": 240, "offset": 5394, }, }, "name": "from", - "range": Array [ + "range": [ 5394, 5398, ], "start": 5394, "type": "Identifier", }, - "range": Array [ + "range": [ 5388, 5398, ], @@ -11693,20 +11693,20 @@ Object { "type": "MemberExpression", }, "end": 5414, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 40, "line": 240, "offset": 5414, }, - "start": Object { + "start": { "column": 14, "line": 240, "offset": 5388, }, }, "optional": false, - "range": Array [ + "range": [ 5388, 5414, ], @@ -11714,29 +11714,29 @@ Object { "type": "CallExpression", }, "optional": false, - "property": Object { + "property": { "end": 5419, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 45, "line": 240, "offset": 5419, }, - "start": Object { + "start": { "column": 41, "line": 240, "offset": 5415, }, }, "name": "fill", - "range": Array [ + "range": [ 5415, 5419, ], "start": 5415, "type": "Identifier", }, - "range": Array [ + "range": [ 5388, 5419, ], @@ -11744,20 +11744,20 @@ Object { "type": "MemberExpression", }, "end": 5421, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 47, "line": 240, "offset": 5421, }, - "start": Object { + "start": { "column": 14, "line": 240, "offset": 5388, }, }, "optional": false, - "range": Array [ + "range": [ 5388, 5421, ], @@ -11766,7 +11766,7 @@ Object { }, }, ], - "range": Array [ + "range": [ 5372, 5430, ], @@ -11775,7 +11775,7 @@ Object { }, }, ], - "range": Array [ + "range": [ 4832, 5437, ], @@ -11783,36 +11783,36 @@ Object { "type": "ObjectExpression", }, ], - "closingElement": Object { + "closingElement": { "end": 5449, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 10, "line": 243, "offset": 5449, }, - "start": Object { + "start": { "column": 2, "line": 243, "offset": 5441, }, }, - "name": Object { + "name": { "end": 5448, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 9, "line": 243, "offset": 5448, }, - "start": Object { + "start": { "column": 4, "line": 243, "offset": 5443, }, }, "name": "Story", - "range": Array [ + "range": [ 5443, 5448, ], @@ -11820,7 +11820,7 @@ Object { "start": 5443, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 5441, 5449, ], @@ -11829,151 +11829,151 @@ Object { "type": "JSXClosingElement", }, "end": 5449, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 10, "line": 243, "offset": 5449, }, - "start": Object { + "start": { "column": 2, "line": 218, "offset": 4777, }, }, - "openingElement": Object { - "attributes": Array [ - Object { + "openingElement": { + "attributes": [ + { "end": 4792, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 8, "line": 219, "offset": 4792, }, - "start": Object { + "start": { "column": 4, "line": 219, "offset": 4788, }, }, - "name": Object { + "name": { "end": 4803, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 19, "line": 219, "offset": 4803, }, - "start": Object { + "start": { "column": 4, "line": 219, "offset": 4788, }, }, "name": "name", - "range": Array [ + "range": [ 4788, 4803, ], - "raw": "name=\\"Disabled\\"", + "raw": "name="Disabled"", "start": 4788, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 4788, 4792, ], "raw": "name", "start": 4788, "type": "JSXAttribute", - "value": Object { + "value": { "end": 4803, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 19, "line": 219, "offset": 4803, }, - "start": Object { + "start": { "column": 9, "line": 219, "offset": 4793, }, }, - "range": Array [ + "range": [ 4793, 4803, ], - "raw": "\\"Disabled\\"", + "raw": ""Disabled"", "start": 4793, "type": "Literal", "value": "Disabled", }, }, - Object { + { "end": 4814, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 10, "line": 220, "offset": 4814, }, - "start": Object { + "start": { "column": 4, "line": 220, "offset": 4808, }, }, - "name": Object { + "name": { "end": 4822, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 18, "line": 220, "offset": 4822, }, - "start": Object { + "start": { "column": 4, "line": 220, "offset": 4808, }, }, "name": "height", - "range": Array [ + "range": [ 4808, 4822, ], - "raw": "height=\\"100px\\"", + "raw": "height="100px"", "start": 4808, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 4808, 4814, ], "raw": "height", "start": 4808, "type": "JSXAttribute", - "value": Object { + "value": { "end": 4822, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 18, "line": 220, "offset": 4822, }, - "start": Object { + "start": { "column": 11, "line": 220, "offset": 4815, }, }, - "range": Array [ + "range": [ 4815, 4822, ], - "raw": "\\"100px\\"", + "raw": ""100px"", "start": 4815, "type": "Literal", "value": "100px", @@ -11981,34 +11981,34 @@ Object { }, ], "end": 4826, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 3, "line": 221, "offset": 4826, }, - "start": Object { + "start": { "column": 2, "line": 218, "offset": 4777, }, }, - "name": Object { + "name": { "end": 4783, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 8, "line": 218, "offset": 4783, }, - "start": Object { + "start": { "column": 3, "line": 218, "offset": 4778, }, }, "name": "Story", - "range": Array [ + "range": [ 4778, 4783, ], @@ -12016,39 +12016,39 @@ Object { "start": 4778, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 4777, 4826, ], "raw": "", "selfClosing": false, "start": 4777, "type": "JSXOpeningElement", }, - "range": Array [ + "range": [ 4777, 5449, ], "raw": " {{ template: /* HTML */ \` - Content 1 + Content 1 Content 2 - Content 3 + Content 3 Content 4 @@ -12062,36 +12062,36 @@ Object { "type": "JSXElement", }, ], - "closingElement": Object { + "closingElement": { "end": 5459, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 9, "line": 244, "offset": 5459, }, - "start": Object { + "start": { "column": 0, "line": 244, "offset": 5450, }, }, - "name": Object { + "name": { "end": 5458, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 8, "line": 244, "offset": 5458, }, - "start": Object { + "start": { "column": 2, "line": 244, "offset": 5452, }, }, "name": "Canvas", - "range": Array [ + "range": [ 5452, 5458, ], @@ -12099,7 +12099,7 @@ Object { "start": 5452, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 5450, 5459, ], @@ -12108,49 +12108,49 @@ Object { "type": "JSXClosingElement", }, "end": 5459, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 9, "line": 244, "offset": 5459, }, - "start": Object { + "start": { "column": 0, "line": 217, "offset": 4766, }, }, - "openingElement": Object { - "attributes": Array [], + "openingElement": { + "attributes": [], "end": 4774, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 8, "line": 217, "offset": 4774, }, - "start": Object { + "start": { "column": 0, "line": 217, "offset": 4766, }, }, - "name": Object { + "name": { "end": 4773, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 7, "line": 217, "offset": 4773, }, - "start": Object { + "start": { "column": 1, "line": 217, "offset": 4767, }, }, "name": "Canvas", - "range": Array [ + "range": [ 4767, 4773, ], @@ -12158,7 +12158,7 @@ Object { "start": 4767, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 4766, 4774, ], @@ -12167,28 +12167,28 @@ Object { "start": 4766, "type": "JSXOpeningElement", }, - "range": Array [ + "range": [ 4766, 5459, ], "raw": " {{ template: /* HTML */ \` - Content 1 + Content 1 Content 2 - Content 3 + Content 3 Content 4 @@ -12202,65 +12202,65 @@ Object { "start": 4766, "type": "JSXElement", }, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 10, "line": 244, "offset": 5459, }, - "start": Object { + "start": { "column": 1, "line": 217, "offset": 4766, }, }, - "range": Array [ + "range": [ 4766, 5459, ], "start": 4766, "type": "ExpressionStatement", }, - Object { + { "end": 6757, - "expression": Object { - "children": Array [ - Object { - "children": Array [ - Object { + "expression": { + "children": [ + { + "children": [ + { "end": 6735, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 5, "line": 290, "offset": 6735, }, - "start": Object { + "start": { "column": 5, "line": 255, "offset": 5621, }, }, - "properties": Array [ - Object { + "properties": [ + { "computed": false, "end": 6635, - "key": Object { + "key": { "end": 5637, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 14, "line": 256, "offset": 5637, }, - "start": Object { + "start": { "column": 6, "line": 256, "offset": 5629, }, }, "name": "template", - "range": Array [ + "range": [ 5629, 5637, ], @@ -12268,88 +12268,88 @@ Object { "type": "Identifier", }, "kind": "init", - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 7, "line": 285, "offset": 6635, }, - "start": Object { + "start": { "column": 6, "line": 256, "offset": 5629, }, }, "method": false, - "range": Array [ + "range": [ 5629, 6635, ], "shorthand": false, "start": 5629, "type": "Property", - "value": Object { + "value": { "end": 6635, - "expressions": Array [], - "loc": Object { - "end": Object { + "expressions": [], + "loc": { + "end": { "column": 7, "line": 285, "offset": 6635, }, - "start": Object { + "start": { "column": 27, "line": 256, "offset": 5650, }, }, - "quasis": Array [ - Object { + "quasis": [ + { "end": 6635, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 7, "line": 285, "offset": 6634, }, - "start": Object { + "start": { "column": 27, "line": 256, "offset": 5651, }, }, - "range": Array [ + "range": [ 5650, 6635, ], "start": 5650, "tail": true, "type": "TemplateElement", - "value": Object { + "value": { "cooked": " - - + + - - + + Content 1 - + Content 2 - + Content 3 @@ -12361,25 +12361,25 @@ Object { - - + + - - + + Content 1 - + Content 2 - + Content 3 @@ -12389,7 +12389,7 @@ Object { }, }, ], - "range": Array [ + "range": [ 5650, 6635, ], @@ -12397,25 +12397,25 @@ Object { "type": "TemplateLiteral", }, }, - Object { + { "computed": false, "end": 6728, - "key": Object { + "key": { "end": 6648, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 11, "line": 286, "offset": 6648, }, - "start": Object { + "start": { "column": 6, "line": 286, "offset": 6643, }, }, "name": "props", - "range": Array [ + "range": [ 6643, 6648, ], @@ -12423,60 +12423,60 @@ Object { "type": "Identifier", }, "kind": "init", - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 7, "line": 289, "offset": 6728, }, - "start": Object { + "start": { "column": 6, "line": 286, "offset": 6643, }, }, "method": false, - "range": Array [ + "range": [ 6643, 6728, ], "shorthand": false, "start": 6643, "type": "Property", - "value": Object { + "value": { "end": 6728, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 7, "line": 289, "offset": 6728, }, - "start": Object { + "start": { "column": 13, "line": 286, "offset": 6650, }, }, - "properties": Array [ - Object { + "properties": [ + { "computed": false, "end": 6699, - "key": Object { + "key": { "end": 6664, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 12, "line": 287, "offset": 6664, }, - "start": Object { + "start": { "column": 8, "line": 287, "offset": 6660, }, }, "name": "tabs", - "range": Array [ + "range": [ 6660, 6664, ], @@ -12484,79 +12484,79 @@ Object { "type": "Identifier", }, "kind": "init", - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 47, "line": 287, "offset": 6699, }, - "start": Object { + "start": { "column": 8, "line": 287, "offset": 6660, }, }, "method": false, - "range": Array [ + "range": [ 6660, 6699, ], "shorthand": false, "start": 6660, "type": "Property", - "value": Object { - "arguments": Array [], - "callee": Object { + "value": { + "arguments": [], + "callee": { "computed": false, "end": 6697, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 45, "line": 287, "offset": 6697, }, - "start": Object { + "start": { "column": 14, "line": 287, "offset": 6666, }, }, - "object": Object { - "arguments": Array [ - Object { + "object": { + "arguments": [ + { "end": 6691, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 39, "line": 287, "offset": 6691, }, - "start": Object { + "start": { "column": 25, "line": 287, "offset": 6677, }, }, - "properties": Array [ - Object { + "properties": [ + { "computed": false, "end": 6689, - "key": Object { + "key": { "end": 6685, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 33, "line": 287, "offset": 6685, }, - "start": Object { + "start": { "column": 27, "line": 287, "offset": 6679, }, }, "name": "length", - "range": Array [ + "range": [ 6679, 6685, ], @@ -12564,41 +12564,41 @@ Object { "type": "Identifier", }, "kind": "init", - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 37, "line": 287, "offset": 6689, }, - "start": Object { + "start": { "column": 27, "line": 287, "offset": 6679, }, }, "method": false, - "range": Array [ + "range": [ 6679, 6689, ], "shorthand": false, "start": 6679, "type": "Property", - "value": Object { + "value": { "end": 6689, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 37, "line": 287, "offset": 6689, }, - "start": Object { + "start": { "column": 35, "line": 287, "offset": 6687, }, }, - "range": Array [ + "range": [ 6687, 6689, ], @@ -12609,7 +12609,7 @@ Object { }, }, ], - "range": Array [ + "range": [ 6677, 6691, ], @@ -12617,37 +12617,37 @@ Object { "type": "ObjectExpression", }, ], - "callee": Object { + "callee": { "computed": false, "end": 6676, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 24, "line": 287, "offset": 6676, }, - "start": Object { + "start": { "column": 14, "line": 287, "offset": 6666, }, }, - "object": Object { + "object": { "end": 6671, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 19, "line": 287, "offset": 6671, }, - "start": Object { + "start": { "column": 14, "line": 287, "offset": 6666, }, }, "name": "Array", - "range": Array [ + "range": [ 6666, 6671, ], @@ -12655,29 +12655,29 @@ Object { "type": "Identifier", }, "optional": false, - "property": Object { + "property": { "end": 6676, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 24, "line": 287, "offset": 6676, }, - "start": Object { + "start": { "column": 20, "line": 287, "offset": 6672, }, }, "name": "from", - "range": Array [ + "range": [ 6672, 6676, ], "start": 6672, "type": "Identifier", }, - "range": Array [ + "range": [ 6666, 6676, ], @@ -12685,20 +12685,20 @@ Object { "type": "MemberExpression", }, "end": 6692, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 40, "line": 287, "offset": 6692, }, - "start": Object { + "start": { "column": 14, "line": 287, "offset": 6666, }, }, "optional": false, - "range": Array [ + "range": [ 6666, 6692, ], @@ -12706,29 +12706,29 @@ Object { "type": "CallExpression", }, "optional": false, - "property": Object { + "property": { "end": 6697, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 45, "line": 287, "offset": 6697, }, - "start": Object { + "start": { "column": 41, "line": 287, "offset": 6693, }, }, "name": "fill", - "range": Array [ + "range": [ 6693, 6697, ], "start": 6693, "type": "Identifier", }, - "range": Array [ + "range": [ 6666, 6697, ], @@ -12736,20 +12736,20 @@ Object { "type": "MemberExpression", }, "end": 6699, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 47, "line": 287, "offset": 6699, }, - "start": Object { + "start": { "column": 14, "line": 287, "offset": 6666, }, }, "optional": false, - "range": Array [ + "range": [ 6666, 6699, ], @@ -12757,25 +12757,25 @@ Object { "type": "CallExpression", }, }, - Object { + { "computed": false, "end": 6719, - "key": Object { + "key": { "end": 6713, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 12, "line": 288, "offset": 6713, }, - "start": Object { + "start": { "column": 8, "line": 288, "offset": 6709, }, }, "name": "lazy", - "range": Array [ + "range": [ 6709, 6713, ], @@ -12783,41 +12783,41 @@ Object { "type": "Identifier", }, "kind": "init", - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 18, "line": 288, "offset": 6719, }, - "start": Object { + "start": { "column": 8, "line": 288, "offset": 6709, }, }, "method": false, - "range": Array [ + "range": [ 6709, 6719, ], "shorthand": false, "start": 6709, "type": "Property", - "value": Object { + "value": { "end": 6719, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 18, "line": 288, "offset": 6719, }, - "start": Object { + "start": { "column": 14, "line": 288, "offset": 6715, }, }, - "range": Array [ + "range": [ 6715, 6719, ], @@ -12828,7 +12828,7 @@ Object { }, }, ], - "range": Array [ + "range": [ 6650, 6728, ], @@ -12837,7 +12837,7 @@ Object { }, }, ], - "range": Array [ + "range": [ 5621, 6735, ], @@ -12845,36 +12845,36 @@ Object { "type": "ObjectExpression", }, ], - "closingElement": Object { + "closingElement": { "end": 6747, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 10, "line": 291, "offset": 6747, }, - "start": Object { + "start": { "column": 2, "line": 291, "offset": 6739, }, }, - "name": Object { + "name": { "end": 6746, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 9, "line": 291, "offset": 6746, }, - "start": Object { + "start": { "column": 4, "line": 291, "offset": 6741, }, }, "name": "Story", - "range": Array [ + "range": [ 6741, 6746, ], @@ -12882,7 +12882,7 @@ Object { "start": 6741, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 6739, 6747, ], @@ -12891,151 +12891,151 @@ Object { "type": "JSXClosingElement", }, "end": 6747, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 10, "line": 291, "offset": 6747, }, - "start": Object { + "start": { "column": 2, "line": 251, "offset": 5570, }, }, - "openingElement": Object { - "attributes": Array [ - Object { + "openingElement": { + "attributes": [ + { "end": 5585, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 8, "line": 252, "offset": 5585, }, - "start": Object { + "start": { "column": 4, "line": 252, "offset": 5581, }, }, - "name": Object { + "name": { "end": 5592, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 15, "line": 252, "offset": 5592, }, - "start": Object { + "start": { "column": 4, "line": 252, "offset": 5581, }, }, "name": "name", - "range": Array [ + "range": [ 5581, 5592, ], - "raw": "name=\\"Lazy\\"", + "raw": "name="Lazy"", "start": 5581, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 5581, 5585, ], "raw": "name", "start": 5581, "type": "JSXAttribute", - "value": Object { + "value": { "end": 5592, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 15, "line": 252, "offset": 5592, }, - "start": Object { + "start": { "column": 9, "line": 252, "offset": 5586, }, }, - "range": Array [ + "range": [ 5586, 5592, ], - "raw": "\\"Lazy\\"", + "raw": ""Lazy"", "start": 5586, "type": "Literal", "value": "Lazy", }, }, - Object { + { "end": 5603, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 10, "line": 253, "offset": 5603, }, - "start": Object { + "start": { "column": 4, "line": 253, "offset": 5597, }, }, - "name": Object { + "name": { "end": 5611, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 18, "line": 253, "offset": 5611, }, - "start": Object { + "start": { "column": 4, "line": 253, "offset": 5597, }, }, "name": "height", - "range": Array [ + "range": [ 5597, 5611, ], - "raw": "height=\\"150px\\"", + "raw": "height="150px"", "start": 5597, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 5597, 5603, ], "raw": "height", "start": 5597, "type": "JSXAttribute", - "value": Object { + "value": { "end": 5611, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 18, "line": 253, "offset": 5611, }, - "start": Object { + "start": { "column": 11, "line": 253, "offset": 5604, }, }, - "range": Array [ + "range": [ 5604, 5611, ], - "raw": "\\"150px\\"", + "raw": ""150px"", "start": 5604, "type": "Literal", "value": "150px", @@ -13043,34 +13043,34 @@ Object { }, ], "end": 5615, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 3, "line": 254, "offset": 5615, }, - "start": Object { + "start": { "column": 2, "line": 251, "offset": 5570, }, }, - "name": Object { + "name": { "end": 5576, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 8, "line": 251, "offset": 5576, }, - "start": Object { + "start": { "column": 3, "line": 251, "offset": 5571, }, }, "name": "Story", - "range": Array [ + "range": [ 5571, 5576, ], @@ -13078,25 +13078,25 @@ Object { "start": 5571, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 5570, 5615, ], "raw": "", "selfClosing": false, "start": 5570, "type": "JSXOpeningElement", }, - "range": Array [ + "range": [ 5570, 6747, ], "raw": " {{ template: /* HTML */ \` @@ -13104,25 +13104,25 @@ Object { - - + + - - + + Content 1 - + Content 2 - + Content 3 @@ -13139,36 +13139,36 @@ Object { "type": "JSXElement", }, ], - "closingElement": Object { + "closingElement": { "end": 6757, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 9, "line": 292, "offset": 6757, }, - "start": Object { + "start": { "column": 0, "line": 292, "offset": 6748, }, }, - "name": Object { + "name": { "end": 6756, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 8, "line": 292, "offset": 6756, }, - "start": Object { + "start": { "column": 2, "line": 292, "offset": 6750, }, }, "name": "Canvas", - "range": Array [ + "range": [ 6750, 6756, ], @@ -13176,7 +13176,7 @@ Object { "start": 6750, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 6748, 6757, ], @@ -13185,49 +13185,49 @@ Object { "type": "JSXClosingElement", }, "end": 6757, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 9, "line": 292, "offset": 6757, }, - "start": Object { + "start": { "column": 0, "line": 250, "offset": 5559, }, }, - "openingElement": Object { - "attributes": Array [], + "openingElement": { + "attributes": [], "end": 5567, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 8, "line": 250, "offset": 5567, }, - "start": Object { + "start": { "column": 0, "line": 250, "offset": 5559, }, }, - "name": Object { + "name": { "end": 5566, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 7, "line": 250, "offset": 5566, }, - "start": Object { + "start": { "column": 1, "line": 250, "offset": 5560, }, }, "name": "Canvas", - "range": Array [ + "range": [ 5560, 5566, ], @@ -13235,7 +13235,7 @@ Object { "start": 5560, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 5559, 5567, ], @@ -13244,14 +13244,14 @@ Object { "start": 5559, "type": "JSXOpeningElement", }, - "range": Array [ + "range": [ 5559, 6757, ], "raw": " {{ template: /* HTML */ \` @@ -13259,25 +13259,25 @@ Object { - - + + - - + + Content 1 - + Content 2 - + Content 3 @@ -13294,65 +13294,65 @@ Object { "start": 5559, "type": "JSXElement", }, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 10, "line": 292, "offset": 6757, }, - "start": Object { + "start": { "column": 1, "line": 250, "offset": 5559, }, }, - "range": Array [ + "range": [ 5559, 6757, ], "start": 5559, "type": "ExpressionStatement", }, - Object { + { "end": 8195, - "expression": Object { - "children": Array [ - Object { - "children": Array [ - Object { + "expression": { + "children": [ + { + "children": [ + { "end": 8173, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 5, "line": 339, "offset": 8173, }, - "start": Object { + "start": { "column": 5, "line": 301, "offset": 6832, }, }, - "properties": Array [ - Object { + "properties": [ + { "computed": false, "end": 8122, - "key": Object { + "key": { "end": 6848, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 14, "line": 302, "offset": 6848, }, - "start": Object { + "start": { "column": 6, "line": 302, "offset": 6840, }, }, "name": "template", - "range": Array [ + "range": [ 6840, 6848, ], @@ -13360,90 +13360,90 @@ Object { "type": "Identifier", }, "kind": "init", - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 25, "line": 335, "offset": 8122, }, - "start": Object { + "start": { "column": 6, "line": 302, "offset": 6840, }, }, "method": false, - "range": Array [ + "range": [ 6840, 8122, ], "shorthand": false, "start": 6840, "type": "Property", - "value": Object { + "value": { "end": 8122, - "expressions": Array [], - "loc": Object { - "end": Object { + "expressions": [], + "loc": { + "end": { "column": 25, "line": 335, "offset": 8122, }, - "start": Object { + "start": { "column": 27, "line": 302, "offset": 6861, }, }, - "quasis": Array [ - Object { + "quasis": [ + { "end": 8122, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 25, "line": 335, "offset": 8121, }, - "start": Object { + "start": { "column": 27, "line": 302, "offset": 6862, }, }, - "range": Array [ + "range": [ 6861, 8122, ], "start": 6861, "tail": true, "type": "TemplateElement", - "value": Object { + "value": { "cooked": " - - + + - - + + Content 1 - + - - + + Content 2-1 - + Content 2-2 @@ -13456,28 +13456,28 @@ Object { - - + + - - + + Content 1 - + - - + + Content 2-1 - + Content 2-2 @@ -13489,7 +13489,7 @@ Object { }, }, ], - "range": Array [ + "range": [ 6861, 8122, ], @@ -13497,25 +13497,25 @@ Object { "type": "TemplateLiteral", }, }, - Object { + { "computed": false, "end": 8166, - "key": Object { + "key": { "end": 8135, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 11, "line": 336, "offset": 8135, }, - "start": Object { + "start": { "column": 6, "line": 336, "offset": 8130, }, }, "name": "props", - "range": Array [ + "range": [ 8130, 8135, ], @@ -13523,60 +13523,60 @@ Object { "type": "Identifier", }, "kind": "init", - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 7, "line": 338, "offset": 8166, }, - "start": Object { + "start": { "column": 6, "line": 336, "offset": 8130, }, }, "method": false, - "range": Array [ + "range": [ 8130, 8166, ], "shorthand": false, "start": 8130, "type": "Property", - "value": Object { + "value": { "end": 8166, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 7, "line": 338, "offset": 8166, }, - "start": Object { + "start": { "column": 13, "line": 336, "offset": 8137, }, }, - "properties": Array [ - Object { + "properties": [ + { "computed": false, "end": 8157, - "key": Object { + "key": { "end": 8151, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 12, "line": 337, "offset": 8151, }, - "start": Object { + "start": { "column": 8, "line": 337, "offset": 8147, }, }, "name": "lazy", - "range": Array [ + "range": [ 8147, 8151, ], @@ -13584,41 +13584,41 @@ Object { "type": "Identifier", }, "kind": "init", - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 18, "line": 337, "offset": 8157, }, - "start": Object { + "start": { "column": 8, "line": 337, "offset": 8147, }, }, "method": false, - "range": Array [ + "range": [ 8147, 8157, ], "shorthand": false, "start": 8147, "type": "Property", - "value": Object { + "value": { "end": 8157, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 18, "line": 337, "offset": 8157, }, - "start": Object { + "start": { "column": 14, "line": 337, "offset": 8153, }, }, - "range": Array [ + "range": [ 8153, 8157, ], @@ -13629,7 +13629,7 @@ Object { }, }, ], - "range": Array [ + "range": [ 8137, 8166, ], @@ -13638,7 +13638,7 @@ Object { }, }, ], - "range": Array [ + "range": [ 6832, 8173, ], @@ -13646,36 +13646,36 @@ Object { "type": "ObjectExpression", }, ], - "closingElement": Object { + "closingElement": { "end": 8185, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 10, "line": 340, "offset": 8185, }, - "start": Object { + "start": { "column": 2, "line": 340, "offset": 8177, }, }, - "name": Object { + "name": { "end": 8184, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 9, "line": 340, "offset": 8184, }, - "start": Object { + "start": { "column": 4, "line": 340, "offset": 8179, }, }, "name": "Story", - "range": Array [ + "range": [ 8179, 8184, ], @@ -13683,7 +13683,7 @@ Object { "start": 8179, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 8177, 8185, ], @@ -13692,151 +13692,151 @@ Object { "type": "JSXClosingElement", }, "end": 8185, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 10, "line": 340, "offset": 8185, }, - "start": Object { + "start": { "column": 2, "line": 297, "offset": 6781, }, }, - "openingElement": Object { - "attributes": Array [ - Object { + "openingElement": { + "attributes": [ + { "end": 6796, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 8, "line": 298, "offset": 6796, }, - "start": Object { + "start": { "column": 4, "line": 298, "offset": 6792, }, }, - "name": Object { + "name": { "end": 6803, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 15, "line": 298, "offset": 6803, }, - "start": Object { + "start": { "column": 4, "line": 298, "offset": 6792, }, }, "name": "name", - "range": Array [ + "range": [ 6792, 6803, ], - "raw": "name=\\"Nest\\"", + "raw": "name="Nest"", "start": 6792, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 6792, 6796, ], "raw": "name", "start": 6792, "type": "JSXAttribute", - "value": Object { + "value": { "end": 6803, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 15, "line": 298, "offset": 6803, }, - "start": Object { + "start": { "column": 9, "line": 298, "offset": 6797, }, }, - "range": Array [ + "range": [ 6797, 6803, ], - "raw": "\\"Nest\\"", + "raw": ""Nest"", "start": 6797, "type": "Literal", "value": "Nest", }, }, - Object { + { "end": 6814, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 10, "line": 299, "offset": 6814, }, - "start": Object { + "start": { "column": 4, "line": 299, "offset": 6808, }, }, - "name": Object { + "name": { "end": 6822, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 18, "line": 299, "offset": 6822, }, - "start": Object { + "start": { "column": 4, "line": 299, "offset": 6808, }, }, "name": "height", - "range": Array [ + "range": [ 6808, 6822, ], - "raw": "height=\\"100px\\"", + "raw": "height="100px"", "start": 6808, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 6808, 6814, ], "raw": "height", "start": 6808, "type": "JSXAttribute", - "value": Object { + "value": { "end": 6822, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 18, "line": 299, "offset": 6822, }, - "start": Object { + "start": { "column": 11, "line": 299, "offset": 6815, }, }, - "range": Array [ + "range": [ 6815, 6822, ], - "raw": "\\"100px\\"", + "raw": ""100px"", "start": 6815, "type": "Literal", "value": "100px", @@ -13844,34 +13844,34 @@ Object { }, ], "end": 6826, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 3, "line": 300, "offset": 6826, }, - "start": Object { + "start": { "column": 2, "line": 297, "offset": 6781, }, }, - "name": Object { + "name": { "end": 6787, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 8, "line": 297, "offset": 6787, }, - "start": Object { + "start": { "column": 3, "line": 297, "offset": 6782, }, }, "name": "Story", - "range": Array [ + "range": [ 6782, 6787, ], @@ -13879,53 +13879,53 @@ Object { "start": 6782, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 6781, 6826, ], "raw": "", "selfClosing": false, "start": 6781, "type": "JSXOpeningElement", }, - "range": Array [ + "range": [ 6781, 8185, ], "raw": " {{ template: /* HTML */ \` - - + + - - + + Content 1 - + - - + + Content 2-1 - + Content 2-2 @@ -13943,36 +13943,36 @@ Object { "type": "JSXElement", }, ], - "closingElement": Object { + "closingElement": { "end": 8195, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 9, "line": 341, "offset": 8195, }, - "start": Object { + "start": { "column": 0, "line": 341, "offset": 8186, }, }, - "name": Object { + "name": { "end": 8194, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 8, "line": 341, "offset": 8194, }, - "start": Object { + "start": { "column": 2, "line": 341, "offset": 8188, }, }, "name": "Canvas", - "range": Array [ + "range": [ 8188, 8194, ], @@ -13980,7 +13980,7 @@ Object { "start": 8188, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 8186, 8195, ], @@ -13989,49 +13989,49 @@ Object { "type": "JSXClosingElement", }, "end": 8195, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 9, "line": 341, "offset": 8195, }, - "start": Object { + "start": { "column": 0, "line": 296, "offset": 6770, }, }, - "openingElement": Object { - "attributes": Array [], + "openingElement": { + "attributes": [], "end": 6778, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 8, "line": 296, "offset": 6778, }, - "start": Object { + "start": { "column": 0, "line": 296, "offset": 6770, }, }, - "name": Object { + "name": { "end": 6777, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 7, "line": 296, "offset": 6777, }, - "start": Object { + "start": { "column": 1, "line": 296, "offset": 6771, }, }, "name": "Canvas", - "range": Array [ + "range": [ 6771, 6777, ], @@ -14039,7 +14039,7 @@ Object { "start": 6771, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 6770, 6778, ], @@ -14048,42 +14048,42 @@ Object { "start": 6770, "type": "JSXOpeningElement", }, - "range": Array [ + "range": [ 6770, 8195, ], "raw": " {{ template: /* HTML */ \` - - + + - - + + Content 1 - + - - + + Content 2-1 - + Content 2-2 @@ -14101,65 +14101,65 @@ Object { "start": 6770, "type": "JSXElement", }, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 10, "line": 341, "offset": 8195, }, - "start": Object { + "start": { "column": 1, "line": 296, "offset": 6770, }, }, - "range": Array [ + "range": [ 6770, 8195, ], "start": 6770, "type": "ExpressionStatement", }, - Object { + { "end": 8767, - "expression": Object { - "children": Array [ - Object { - "children": Array [ - Object { + "expression": { + "children": [ + { + "children": [ + { "end": 8745, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 5, "line": 360, "offset": 8745, }, - "start": Object { + "start": { "column": 5, "line": 350, "offset": 8274, }, }, - "properties": Array [ - Object { + "properties": [ + { "computed": false, "end": 8738, - "key": Object { + "key": { "end": 8290, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 14, "line": 351, "offset": 8290, }, - "start": Object { + "start": { "column": 6, "line": 351, "offset": 8282, }, }, "name": "template", - "range": Array [ + "range": [ 8282, 8290, ], @@ -14167,86 +14167,86 @@ Object { "type": "Identifier", }, "kind": "init", - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 7, "line": 359, "offset": 8738, }, - "start": Object { + "start": { "column": 6, "line": 351, "offset": 8282, }, }, "method": false, - "range": Array [ + "range": [ 8282, 8738, ], "shorthand": false, "start": 8282, "type": "Property", - "value": Object { + "value": { "end": 8738, - "expressions": Array [], - "loc": Object { - "end": Object { + "expressions": [], + "loc": { + "end": { "column": 7, "line": 359, "offset": 8738, }, - "start": Object { + "start": { "column": 27, "line": 351, "offset": 8303, }, }, - "quasis": Array [ - Object { + "quasis": [ + { "end": 8738, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 7, "line": 359, "offset": 8737, }, - "start": Object { + "start": { "column": 27, "line": 351, "offset": 8304, }, }, - "range": Array [ + "range": [ 8303, 8738, ], "start": 8303, "tail": true, "type": "TemplateElement", - "value": Object { + "value": { "cooked": " - + Title - Content 1 - Content 2 - Content 3 - Content 4 + Content 1 + Content 2 + Content 3 + Content 4 ", "raw": " - + Title - Content 1 - Content 2 - Content 3 - Content 4 + Content 1 + Content 2 + Content 3 + Content 4 ", }, }, ], - "range": Array [ + "range": [ 8303, 8738, ], @@ -14255,7 +14255,7 @@ Object { }, }, ], - "range": Array [ + "range": [ 8274, 8745, ], @@ -14263,36 +14263,36 @@ Object { "type": "ObjectExpression", }, ], - "closingElement": Object { + "closingElement": { "end": 8757, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 10, "line": 361, "offset": 8757, }, - "start": Object { + "start": { "column": 2, "line": 361, "offset": 8749, }, }, - "name": Object { + "name": { "end": 8756, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 9, "line": 361, "offset": 8756, }, - "start": Object { + "start": { "column": 4, "line": 361, "offset": 8751, }, }, "name": "Story", - "range": Array [ + "range": [ 8751, 8756, ], @@ -14300,7 +14300,7 @@ Object { "start": 8751, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 8749, 8757, ], @@ -14309,151 +14309,151 @@ Object { "type": "JSXClosingElement", }, "end": 8757, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 10, "line": 361, "offset": 8757, }, - "start": Object { + "start": { "column": 2, "line": 346, "offset": 8222, }, }, - "openingElement": Object { - "attributes": Array [ - Object { + "openingElement": { + "attributes": [ + { "end": 8237, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 8, "line": 347, "offset": 8237, }, - "start": Object { + "start": { "column": 4, "line": 347, "offset": 8233, }, }, - "name": Object { + "name": { "end": 8245, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 16, "line": 347, "offset": 8245, }, - "start": Object { + "start": { "column": 4, "line": 347, "offset": 8233, }, }, "name": "name", - "range": Array [ + "range": [ 8233, 8245, ], - "raw": "name=\\"Title\\"", + "raw": "name="Title"", "start": 8233, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 8233, 8237, ], "raw": "name", "start": 8233, "type": "JSXAttribute", - "value": Object { + "value": { "end": 8245, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 16, "line": 347, "offset": 8245, }, - "start": Object { + "start": { "column": 9, "line": 347, "offset": 8238, }, }, - "range": Array [ + "range": [ 8238, 8245, ], - "raw": "\\"Title\\"", + "raw": ""Title"", "start": 8238, "type": "Literal", "value": "Title", }, }, - Object { + { "end": 8256, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 10, "line": 348, "offset": 8256, }, - "start": Object { + "start": { "column": 4, "line": 348, "offset": 8250, }, }, - "name": Object { + "name": { "end": 8264, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 18, "line": 348, "offset": 8264, }, - "start": Object { + "start": { "column": 4, "line": 348, "offset": 8250, }, }, "name": "height", - "range": Array [ + "range": [ 8250, 8264, ], - "raw": "height=\\"100px\\"", + "raw": "height="100px"", "start": 8250, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 8250, 8256, ], "raw": "height", "start": 8250, "type": "JSXAttribute", - "value": Object { + "value": { "end": 8264, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 18, "line": 348, "offset": 8264, }, - "start": Object { + "start": { "column": 11, "line": 348, "offset": 8257, }, }, - "range": Array [ + "range": [ 8257, 8264, ], - "raw": "\\"100px\\"", + "raw": ""100px"", "start": 8257, "type": "Literal", "value": "100px", @@ -14461,34 +14461,34 @@ Object { }, ], "end": 8268, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 3, "line": 349, "offset": 8268, }, - "start": Object { + "start": { "column": 2, "line": 346, "offset": 8222, }, }, - "name": Object { + "name": { "end": 8228, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 8, "line": 346, "offset": 8228, }, - "start": Object { + "start": { "column": 3, "line": 346, "offset": 8223, }, }, "name": "Story", - "range": Array [ + "range": [ 8223, 8228, ], @@ -14496,34 +14496,34 @@ Object { "start": 8223, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 8222, 8268, ], "raw": "", "selfClosing": false, "start": 8222, "type": "JSXOpeningElement", }, - "range": Array [ + "range": [ 8222, 8757, ], "raw": " {{ template: /* HTML */ \` - + Title - Content 1 - Content 2 - Content 3 - Content 4 + Content 1 + Content 2 + Content 3 + Content 4 \`, }} @@ -14532,36 +14532,36 @@ Object { "type": "JSXElement", }, ], - "closingElement": Object { + "closingElement": { "end": 8767, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 9, "line": 362, "offset": 8767, }, - "start": Object { + "start": { "column": 0, "line": 362, "offset": 8758, }, }, - "name": Object { + "name": { "end": 8766, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 8, "line": 362, "offset": 8766, }, - "start": Object { + "start": { "column": 2, "line": 362, "offset": 8760, }, }, "name": "Canvas", - "range": Array [ + "range": [ 8760, 8766, ], @@ -14569,7 +14569,7 @@ Object { "start": 8760, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 8758, 8767, ], @@ -14578,49 +14578,49 @@ Object { "type": "JSXClosingElement", }, "end": 8767, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 9, "line": 362, "offset": 8767, }, - "start": Object { + "start": { "column": 0, "line": 345, "offset": 8211, }, }, - "openingElement": Object { - "attributes": Array [], + "openingElement": { + "attributes": [], "end": 8219, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 8, "line": 345, "offset": 8219, }, - "start": Object { + "start": { "column": 0, "line": 345, "offset": 8211, }, }, - "name": Object { + "name": { "end": 8218, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 7, "line": 345, "offset": 8218, }, - "start": Object { + "start": { "column": 1, "line": 345, "offset": 8212, }, }, "name": "Canvas", - "range": Array [ + "range": [ 8212, 8218, ], @@ -14628,7 +14628,7 @@ Object { "start": 8212, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 8211, 8219, ], @@ -14637,23 +14637,23 @@ Object { "start": 8211, "type": "JSXOpeningElement", }, - "range": Array [ + "range": [ 8211, 8767, ], "raw": " {{ template: /* HTML */ \` - + Title - Content 1 - Content 2 - Content 3 - Content 4 + Content 1 + Content 2 + Content 3 + Content 4 \`, }} @@ -14662,19 +14662,19 @@ Object { "start": 8211, "type": "JSXElement", }, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 10, "line": 362, "offset": 8767, }, - "start": Object { + "start": { "column": 1, "line": 345, "offset": 8211, }, }, - "range": Array [ + "range": [ 8211, 8767, ], @@ -14682,22 +14682,22 @@ Object { "type": "ExpressionStatement", }, ], - "comments": Array [ - Object { + "comments": [ + { "end": 893, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 26, "line": 49, "offset": 893, }, - "start": Object { + "start": { "column": 16, "line": 49, "offset": 883, }, }, - "range": Array [ + "range": [ 883, 893, ], @@ -14705,21 +14705,21 @@ Object { "type": "Block", "value": " HTML ", }, - Object { + { "end": 893, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 26, "line": 49, "offset": 893, }, - "start": Object { + "start": { "column": 16, "line": 49, "offset": 883, }, }, - "range": Array [ + "range": [ 883, 893, ], @@ -14727,21 +14727,21 @@ Object { "type": "Block", "value": " HTML ", }, - Object { + { "end": 1567, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 26, "line": 86, "offset": 1567, }, - "start": Object { + "start": { "column": 16, "line": 86, "offset": 1557, }, }, - "range": Array [ + "range": [ 1557, 1567, ], @@ -14749,21 +14749,21 @@ Object { "type": "Block", "value": " HTML ", }, - Object { + { "end": 1567, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 26, "line": 86, "offset": 1567, }, - "start": Object { + "start": { "column": 16, "line": 86, "offset": 1557, }, }, - "range": Array [ + "range": [ 1557, 1567, ], @@ -14771,21 +14771,21 @@ Object { "type": "Block", "value": " HTML ", }, - Object { + { "end": 2050, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 26, "line": 108, "offset": 2050, }, - "start": Object { + "start": { "column": 16, "line": 108, "offset": 2040, }, }, - "range": Array [ + "range": [ 2040, 2050, ], @@ -14793,21 +14793,21 @@ Object { "type": "Block", "value": " HTML ", }, - Object { + { "end": 2050, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 26, "line": 108, "offset": 2050, }, - "start": Object { + "start": { "column": 16, "line": 108, "offset": 2040, }, }, - "range": Array [ + "range": [ 2040, 2050, ], @@ -14815,21 +14815,21 @@ Object { "type": "Block", "value": " HTML ", }, - Object { + { "end": 2995, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 26, "line": 142, "offset": 2995, }, - "start": Object { + "start": { "column": 16, "line": 142, "offset": 2985, }, }, - "range": Array [ + "range": [ 2985, 2995, ], @@ -14837,21 +14837,21 @@ Object { "type": "Block", "value": " HTML ", }, - Object { + { "end": 2995, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 26, "line": 142, "offset": 2995, }, - "start": Object { + "start": { "column": 16, "line": 142, "offset": 2985, }, }, - "range": Array [ + "range": [ 2985, 2995, ], @@ -14859,21 +14859,21 @@ Object { "type": "Block", "value": " HTML ", }, - Object { + { "end": 3822, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 26, "line": 177, "offset": 3822, }, - "start": Object { + "start": { "column": 16, "line": 177, "offset": 3812, }, }, - "range": Array [ + "range": [ 3812, 3822, ], @@ -14881,21 +14881,21 @@ Object { "type": "Block", "value": " HTML ", }, - Object { + { "end": 3822, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 26, "line": 177, "offset": 3822, }, - "start": Object { + "start": { "column": 16, "line": 177, "offset": 3812, }, }, - "range": Array [ + "range": [ 3812, 3822, ], @@ -14903,21 +14903,21 @@ Object { "type": "Block", "value": " HTML ", }, - Object { + { "end": 4860, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 26, "line": 223, "offset": 4860, }, - "start": Object { + "start": { "column": 16, "line": 223, "offset": 4850, }, }, - "range": Array [ + "range": [ 4850, 4860, ], @@ -14925,21 +14925,21 @@ Object { "type": "Block", "value": " HTML ", }, - Object { + { "end": 4860, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 26, "line": 223, "offset": 4860, }, - "start": Object { + "start": { "column": 16, "line": 223, "offset": 4850, }, }, - "range": Array [ + "range": [ 4850, 4860, ], @@ -14947,21 +14947,21 @@ Object { "type": "Block", "value": " HTML ", }, - Object { + { "end": 5649, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 26, "line": 256, "offset": 5649, }, - "start": Object { + "start": { "column": 16, "line": 256, "offset": 5639, }, }, - "range": Array [ + "range": [ 5639, 5649, ], @@ -14969,21 +14969,21 @@ Object { "type": "Block", "value": " HTML ", }, - Object { + { "end": 5649, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 26, "line": 256, "offset": 5649, }, - "start": Object { + "start": { "column": 16, "line": 256, "offset": 5639, }, }, - "range": Array [ + "range": [ 5639, 5649, ], @@ -14991,21 +14991,21 @@ Object { "type": "Block", "value": " HTML ", }, - Object { + { "end": 6860, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 26, "line": 302, "offset": 6860, }, - "start": Object { + "start": { "column": 16, "line": 302, "offset": 6850, }, }, - "range": Array [ + "range": [ 6850, 6860, ], @@ -15013,21 +15013,21 @@ Object { "type": "Block", "value": " HTML ", }, - Object { + { "end": 6860, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 26, "line": 302, "offset": 6860, }, - "start": Object { + "start": { "column": 16, "line": 302, "offset": 6850, }, }, - "range": Array [ + "range": [ 6850, 6860, ], @@ -15035,21 +15035,21 @@ Object { "type": "Block", "value": " HTML ", }, - Object { + { "end": 8302, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 26, "line": 351, "offset": 8302, }, - "start": Object { + "start": { "column": 16, "line": 351, "offset": 8292, }, }, - "range": Array [ + "range": [ 8292, 8302, ], @@ -15057,21 +15057,21 @@ Object { "type": "Block", "value": " HTML ", }, - Object { + { "end": 8302, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 26, "line": 351, "offset": 8302, }, - "start": Object { + "start": { "column": 16, "line": 351, "offset": 8292, }, }, - "range": Array [ + "range": [ 8292, 8302, ], @@ -15081,40 +15081,40 @@ Object { }, ], "end": 10515, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 1, "line": 412, "offset": 10515, }, - "start": Object { + "start": { "column": 1, "line": 1, "offset": 0, }, }, - "range": Array [ + "range": [ 0, 10515, ], "sourceType": undefined, "start": 0, - "tokens": Array [ - Object { + "tokens": [ + { "end": 6, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 6, "line": 1, "offset": 6, }, - "start": Object { + "start": { "column": 0, "line": 1, "offset": 0, }, }, - "range": Array [ + "range": [ 0, 6, ], @@ -15122,21 +15122,21 @@ Object { "type": "Keyword", "value": "import", }, - Object { + { "end": 8, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 8, "line": 1, "offset": 8, }, - "start": Object { + "start": { "column": 7, "line": 1, "offset": 7, }, }, - "range": Array [ + "range": [ 7, 8, ], @@ -15144,21 +15144,21 @@ Object { "type": "Punctuator", "value": "{", }, - Object { + { "end": 20, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 20, "line": 1, "offset": 20, }, - "start": Object { + "start": { "column": 9, "line": 1, "offset": 9, }, }, - "range": Array [ + "range": [ 9, 20, ], @@ -15166,21 +15166,21 @@ Object { "type": "Identifier", "value": "FormsModule", }, - Object { + { "end": 22, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 22, "line": 1, "offset": 22, }, - "start": Object { + "start": { "column": 21, "line": 1, "offset": 21, }, }, - "range": Array [ + "range": [ 21, 22, ], @@ -15188,21 +15188,21 @@ Object { "type": "Punctuator", "value": "}", }, - Object { + { "end": 27, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 27, "line": 1, "offset": 27, }, - "start": Object { + "start": { "column": 23, "line": 1, "offset": 23, }, }, - "range": Array [ + "range": [ 23, 27, ], @@ -15210,21 +15210,21 @@ Object { "type": "Identifier", "value": "from", }, - Object { + { "end": 44, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 44, "line": 1, "offset": 44, }, - "start": Object { + "start": { "column": 28, "line": 1, "offset": 28, }, }, - "range": Array [ + "range": [ 28, 44, ], @@ -15232,21 +15232,21 @@ Object { "type": "String", "value": "'@angular/forms'", }, - Object { + { "end": 51, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 6, "line": 2, "offset": 51, }, - "start": Object { + "start": { "column": 0, "line": 2, "offset": 45, }, }, - "range": Array [ + "range": [ 45, 51, ], @@ -15254,21 +15254,21 @@ Object { "type": "Keyword", "value": "import", }, - Object { + { "end": 53, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 8, "line": 2, "offset": 53, }, - "start": Object { + "start": { "column": 7, "line": 2, "offset": 52, }, }, - "range": Array [ + "range": [ 52, 53, ], @@ -15276,21 +15276,21 @@ Object { "type": "Punctuator", "value": "{", }, - Object { + { "end": 60, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 15, "line": 2, "offset": 60, }, - "start": Object { + "start": { "column": 9, "line": 2, "offset": 54, }, }, - "range": Array [ + "range": [ 54, 60, ], @@ -15298,21 +15298,21 @@ Object { "type": "Identifier", "value": "Canvas", }, - Object { + { "end": 61, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 16, "line": 2, "offset": 61, }, - "start": Object { + "start": { "column": 15, "line": 2, "offset": 60, }, }, - "range": Array [ + "range": [ 60, 61, ], @@ -15320,21 +15320,21 @@ Object { "type": "Punctuator", "value": ",", }, - Object { + { "end": 66, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 21, "line": 2, "offset": 66, }, - "start": Object { + "start": { "column": 17, "line": 2, "offset": 62, }, }, - "range": Array [ + "range": [ 62, 66, ], @@ -15342,21 +15342,21 @@ Object { "type": "Identifier", "value": "Meta", }, - Object { + { "end": 67, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 22, "line": 2, "offset": 67, }, - "start": Object { + "start": { "column": 21, "line": 2, "offset": 66, }, }, - "range": Array [ + "range": [ 66, 67, ], @@ -15364,21 +15364,21 @@ Object { "type": "Punctuator", "value": ",", }, - Object { + { "end": 73, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 28, "line": 2, "offset": 73, }, - "start": Object { + "start": { "column": 23, "line": 2, "offset": 68, }, }, - "range": Array [ + "range": [ 68, 73, ], @@ -15386,21 +15386,21 @@ Object { "type": "Identifier", "value": "Story", }, - Object { + { "end": 75, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 30, "line": 2, "offset": 75, }, - "start": Object { + "start": { "column": 29, "line": 2, "offset": 74, }, }, - "range": Array [ + "range": [ 74, 75, ], @@ -15408,21 +15408,21 @@ Object { "type": "Punctuator", "value": "}", }, - Object { + { "end": 80, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 35, "line": 2, "offset": 80, }, - "start": Object { + "start": { "column": 31, "line": 2, "offset": 76, }, }, - "range": Array [ + "range": [ 76, 80, ], @@ -15430,21 +15430,21 @@ Object { "type": "Identifier", "value": "from", }, - Object { + { "end": 104, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 59, "line": 2, "offset": 104, }, - "start": Object { + "start": { "column": 36, "line": 2, "offset": 81, }, }, - "range": Array [ + "range": [ 81, 104, ], @@ -15452,21 +15452,21 @@ Object { "type": "String", "value": "'@storybook/addon-docs'", }, - Object { + { "end": 111, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 6, "line": 3, "offset": 111, }, - "start": Object { + "start": { "column": 0, "line": 3, "offset": 105, }, }, - "range": Array [ + "range": [ 105, 111, ], @@ -15474,21 +15474,21 @@ Object { "type": "Keyword", "value": "import", }, - Object { + { "end": 113, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 8, "line": 3, "offset": 113, }, - "start": Object { + "start": { "column": 7, "line": 3, "offset": 112, }, }, - "range": Array [ + "range": [ 112, 113, ], @@ -15496,21 +15496,21 @@ Object { "type": "Punctuator", "value": "{", }, - Object { + { "end": 128, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 23, "line": 3, "offset": 128, }, - "start": Object { + "start": { "column": 9, "line": 3, "offset": 114, }, }, - "range": Array [ + "range": [ 114, 128, ], @@ -15518,21 +15518,21 @@ Object { "type": "Identifier", "value": "moduleMetadata", }, - Object { + { "end": 130, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 25, "line": 3, "offset": 130, }, - "start": Object { + "start": { "column": 24, "line": 3, "offset": 129, }, }, - "range": Array [ + "range": [ 129, 130, ], @@ -15540,21 +15540,21 @@ Object { "type": "Punctuator", "value": "}", }, - Object { + { "end": 135, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 30, "line": 3, "offset": 135, }, - "start": Object { + "start": { "column": 26, "line": 3, "offset": 131, }, }, - "range": Array [ + "range": [ 131, 135, ], @@ -15562,21 +15562,21 @@ Object { "type": "Identifier", "value": "from", }, - Object { + { "end": 156, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 51, "line": 3, "offset": 156, }, - "start": Object { + "start": { "column": 31, "line": 3, "offset": 136, }, }, - "range": Array [ + "range": [ 136, 156, ], @@ -15584,21 +15584,21 @@ Object { "type": "String", "value": "'@storybook/angular'", }, - Object { + { "end": 158, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 0, "line": 5, "offset": 158, }, - "start": Object { + "start": { "column": 0, "line": 5, "offset": 158, }, }, - "range": Array [ + "range": [ 158, 158, ], @@ -15606,21 +15606,21 @@ Object { "type": "Keyword", "value": "var", }, - Object { + { "end": 158, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 0, "line": 5, "offset": 158, }, - "start": Object { + "start": { "column": 0, "line": 5, "offset": 158, }, }, - "range": Array [ + "range": [ 158, 158, ], @@ -15628,21 +15628,21 @@ Object { "type": "Identifier", "value": "FormsModule", }, - Object { + { "end": 158, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 0, "line": 5, "offset": 158, }, - "start": Object { + "start": { "column": 0, "line": 5, "offset": 158, }, }, - "range": Array [ + "range": [ 158, 158, ], @@ -15650,21 +15650,21 @@ Object { "type": "Punctuator", "value": "", }, - Object { + { "end": 158, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 0, "line": 5, "offset": 158, }, - "start": Object { + "start": { "column": 0, "line": 5, "offset": 158, }, }, - "range": Array [ + "range": [ 158, 158, ], @@ -15672,21 +15672,21 @@ Object { "type": "Identifier", "value": "Canvas", }, - Object { + { "end": 158, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 0, "line": 5, "offset": 158, }, - "start": Object { + "start": { "column": 0, "line": 5, "offset": 158, }, }, - "range": Array [ + "range": [ 158, 158, ], @@ -15694,21 +15694,21 @@ Object { "type": "Punctuator", "value": "", }, - Object { + { "end": 158, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 0, "line": 5, "offset": 158, }, - "start": Object { + "start": { "column": 0, "line": 5, "offset": 158, }, }, - "range": Array [ + "range": [ 158, 158, ], @@ -15716,21 +15716,21 @@ Object { "type": "Identifier", "value": "Meta", }, - Object { + { "end": 158, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 0, "line": 5, "offset": 158, }, - "start": Object { + "start": { "column": 0, "line": 5, "offset": 158, }, }, - "range": Array [ + "range": [ 158, 158, ], @@ -15738,21 +15738,21 @@ Object { "type": "Punctuator", "value": "", }, - Object { + { "end": 158, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 0, "line": 5, "offset": 158, }, - "start": Object { + "start": { "column": 0, "line": 5, "offset": 158, }, }, - "range": Array [ + "range": [ 158, 158, ], @@ -15760,21 +15760,21 @@ Object { "type": "Identifier", "value": "Story", }, - Object { + { "end": 158, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 0, "line": 5, "offset": 158, }, - "start": Object { + "start": { "column": 0, "line": 5, "offset": 158, }, }, - "range": Array [ + "range": [ 158, 158, ], @@ -15782,21 +15782,21 @@ Object { "type": "Punctuator", "value": "", }, - Object { + { "end": 158, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 0, "line": 5, "offset": 158, }, - "start": Object { + "start": { "column": 0, "line": 5, "offset": 158, }, }, - "range": Array [ + "range": [ 158, 158, ], @@ -15804,21 +15804,21 @@ Object { "type": "Identifier", "value": "moduleMetadata", }, - Object { + { "end": 164, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 6, "line": 5, "offset": 164, }, - "start": Object { + "start": { "column": 0, "line": 5, "offset": 158, }, }, - "range": Array [ + "range": [ 158, 164, ], @@ -15826,21 +15826,21 @@ Object { "type": "Keyword", "value": "import", }, - Object { + { "end": 166, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 8, "line": 5, "offset": 166, }, - "start": Object { + "start": { "column": 7, "line": 5, "offset": 165, }, }, - "range": Array [ + "range": [ 165, 166, ], @@ -15848,21 +15848,21 @@ Object { "type": "Punctuator", "value": "{", }, - Object { + { "end": 186, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 28, "line": 5, "offset": 186, }, - "start": Object { + "start": { "column": 9, "line": 5, "offset": 167, }, }, - "range": Array [ + "range": [ 167, 186, ], @@ -15870,21 +15870,21 @@ Object { "type": "Identifier", "value": "ActiveTestComponent", }, - Object { + { "end": 188, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 30, "line": 5, "offset": 188, }, - "start": Object { + "start": { "column": 29, "line": 5, "offset": 187, }, }, - "range": Array [ + "range": [ 187, 188, ], @@ -15892,21 +15892,21 @@ Object { "type": "Punctuator", "value": "}", }, - Object { + { "end": 193, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 35, "line": 5, "offset": 193, }, - "start": Object { + "start": { "column": 31, "line": 5, "offset": 189, }, }, - "range": Array [ + "range": [ 189, 193, ], @@ -15914,21 +15914,21 @@ Object { "type": "Identifier", "value": "from", }, - Object { + { "end": 219, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 61, "line": 5, "offset": 219, }, - "start": Object { + "start": { "column": 36, "line": 5, "offset": 194, }, }, - "range": Array [ + "range": [ 194, 219, ], @@ -15936,21 +15936,21 @@ Object { "type": "String", "value": "'./active-test.component'", }, - Object { + { "end": 226, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 6, "line": 6, "offset": 226, }, - "start": Object { + "start": { "column": 0, "line": 6, "offset": 220, }, }, - "range": Array [ + "range": [ 220, 226, ], @@ -15958,21 +15958,21 @@ Object { "type": "Keyword", "value": "import", }, - Object { + { "end": 228, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 8, "line": 6, "offset": 228, }, - "start": Object { + "start": { "column": 7, "line": 6, "offset": 227, }, }, - "range": Array [ + "range": [ 227, 228, ], @@ -15980,21 +15980,21 @@ Object { "type": "Punctuator", "value": "{", }, - Object { + { "end": 246, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 26, "line": 6, "offset": 246, }, - "start": Object { + "start": { "column": 9, "line": 6, "offset": 229, }, }, - "range": Array [ + "range": [ 229, 246, ], @@ -16002,21 +16002,21 @@ Object { "type": "Identifier", "value": "LazyTestComponent", }, - Object { + { "end": 248, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 28, "line": 6, "offset": 248, }, - "start": Object { + "start": { "column": 27, "line": 6, "offset": 247, }, }, - "range": Array [ + "range": [ 247, 248, ], @@ -16024,21 +16024,21 @@ Object { "type": "Punctuator", "value": "}", }, - Object { + { "end": 253, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 33, "line": 6, "offset": 253, }, - "start": Object { + "start": { "column": 29, "line": 6, "offset": 249, }, }, - "range": Array [ + "range": [ 249, 253, ], @@ -16046,21 +16046,21 @@ Object { "type": "Identifier", "value": "from", }, - Object { + { "end": 277, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 57, "line": 6, "offset": 277, }, - "start": Object { + "start": { "column": 34, "line": 6, "offset": 254, }, }, - "range": Array [ + "range": [ 254, 277, ], @@ -16068,21 +16068,21 @@ Object { "type": "String", "value": "'./lazy-test.component'", }, - Object { + { "end": 279, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 0, "line": 8, "offset": 279, }, - "start": Object { + "start": { "column": 0, "line": 8, "offset": 279, }, }, - "range": Array [ + "range": [ 279, 279, ], @@ -16090,21 +16090,21 @@ Object { "type": "Keyword", "value": "var", }, - Object { + { "end": 279, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 0, "line": 8, "offset": 279, }, - "start": Object { + "start": { "column": 0, "line": 8, "offset": 279, }, }, - "range": Array [ + "range": [ 279, 279, ], @@ -16112,21 +16112,21 @@ Object { "type": "Identifier", "value": "FormsModule", }, - Object { + { "end": 279, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 0, "line": 8, "offset": 279, }, - "start": Object { + "start": { "column": 0, "line": 8, "offset": 279, }, }, - "range": Array [ + "range": [ 279, 279, ], @@ -16134,21 +16134,21 @@ Object { "type": "Punctuator", "value": "", }, - Object { + { "end": 279, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 0, "line": 8, "offset": 279, }, - "start": Object { + "start": { "column": 0, "line": 8, "offset": 279, }, }, - "range": Array [ + "range": [ 279, 279, ], @@ -16156,21 +16156,21 @@ Object { "type": "Identifier", "value": "Canvas", }, - Object { + { "end": 279, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 0, "line": 8, "offset": 279, }, - "start": Object { + "start": { "column": 0, "line": 8, "offset": 279, }, }, - "range": Array [ + "range": [ 279, 279, ], @@ -16178,21 +16178,21 @@ Object { "type": "Punctuator", "value": "", }, - Object { + { "end": 279, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 0, "line": 8, "offset": 279, }, - "start": Object { + "start": { "column": 0, "line": 8, "offset": 279, }, }, - "range": Array [ + "range": [ 279, 279, ], @@ -16200,21 +16200,21 @@ Object { "type": "Identifier", "value": "Meta", }, - Object { + { "end": 279, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 0, "line": 8, "offset": 279, }, - "start": Object { + "start": { "column": 0, "line": 8, "offset": 279, }, }, - "range": Array [ + "range": [ 279, 279, ], @@ -16222,21 +16222,21 @@ Object { "type": "Punctuator", "value": "", }, - Object { + { "end": 279, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 0, "line": 8, "offset": 279, }, - "start": Object { + "start": { "column": 0, "line": 8, "offset": 279, }, }, - "range": Array [ + "range": [ 279, 279, ], @@ -16244,21 +16244,21 @@ Object { "type": "Identifier", "value": "Story", }, - Object { + { "end": 279, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 0, "line": 8, "offset": 279, }, - "start": Object { + "start": { "column": 0, "line": 8, "offset": 279, }, }, - "range": Array [ + "range": [ 279, 279, ], @@ -16266,21 +16266,21 @@ Object { "type": "Punctuator", "value": "", }, - Object { + { "end": 279, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 0, "line": 8, "offset": 279, }, - "start": Object { + "start": { "column": 0, "line": 8, "offset": 279, }, }, - "range": Array [ + "range": [ 279, 279, ], @@ -16288,21 +16288,21 @@ Object { "type": "Identifier", "value": "moduleMetadata", }, - Object { + { "end": 279, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 0, "line": 8, "offset": 279, }, - "start": Object { + "start": { "column": 0, "line": 8, "offset": 279, }, }, - "range": Array [ + "range": [ 279, 279, ], @@ -16310,21 +16310,21 @@ Object { "type": "Punctuator", "value": "", }, - Object { + { "end": 279, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 0, "line": 8, "offset": 279, }, - "start": Object { + "start": { "column": 0, "line": 8, "offset": 279, }, }, - "range": Array [ + "range": [ 279, 279, ], @@ -16332,21 +16332,21 @@ Object { "type": "Identifier", "value": "ActiveTestComponent", }, - Object { + { "end": 279, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 0, "line": 8, "offset": 279, }, - "start": Object { + "start": { "column": 0, "line": 8, "offset": 279, }, }, - "range": Array [ + "range": [ 279, 279, ], @@ -16354,21 +16354,21 @@ Object { "type": "Punctuator", "value": "", }, - Object { + { "end": 279, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 0, "line": 8, "offset": 279, }, - "start": Object { + "start": { "column": 0, "line": 8, "offset": 279, }, }, - "range": Array [ + "range": [ 279, 279, ], @@ -16376,21 +16376,21 @@ Object { "type": "Identifier", "value": "LazyTestComponent", }, - Object { + { "end": 285, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 6, "line": 8, "offset": 285, }, - "start": Object { + "start": { "column": 0, "line": 8, "offset": 279, }, }, - "range": Array [ + "range": [ 279, 285, ], @@ -16398,21 +16398,21 @@ Object { "type": "Keyword", "value": "import", }, - Object { + { "end": 287, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 8, "line": 8, "offset": 287, }, - "start": Object { + "start": { "column": 7, "line": 8, "offset": 286, }, }, - "range": Array [ + "range": [ 286, 287, ], @@ -16420,21 +16420,21 @@ Object { "type": "Punctuator", "value": "{", }, - Object { + { "end": 302, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 14, "line": 9, "offset": 302, }, - "start": Object { + "start": { "column": 2, "line": 9, "offset": 290, }, }, - "range": Array [ + "range": [ 290, 302, ], @@ -16442,21 +16442,21 @@ Object { "type": "Identifier", "value": "ButtonModule", }, - Object { + { "end": 303, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 15, "line": 9, "offset": 303, }, - "start": Object { + "start": { "column": 14, "line": 9, "offset": 302, }, }, - "range": Array [ + "range": [ 302, 303, ], @@ -16464,21 +16464,21 @@ Object { "type": "Punctuator", "value": ",", }, - Object { + { "end": 316, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 12, "line": 10, "offset": 316, }, - "start": Object { + "start": { "column": 2, "line": 10, "offset": 306, }, }, - "range": Array [ + "range": [ 306, 316, ], @@ -16486,21 +16486,21 @@ Object { "type": "Identifier", "value": "IconModule", }, - Object { + { "end": 317, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 13, "line": 10, "offset": 317, }, - "start": Object { + "start": { "column": 12, "line": 10, "offset": 316, }, }, - "range": Array [ + "range": [ 316, 317, ], @@ -16508,21 +16508,21 @@ Object { "type": "Punctuator", "value": ",", }, - Object { + { "end": 330, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 12, "line": 11, "offset": 330, }, - "start": Object { + "start": { "column": 2, "line": 11, "offset": 320, }, }, - "range": Array [ + "range": [ 320, 330, ], @@ -16530,21 +16530,21 @@ Object { "type": "Identifier", "value": "FormModule", }, - Object { + { "end": 331, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 13, "line": 11, "offset": 331, }, - "start": Object { + "start": { "column": 12, "line": 11, "offset": 330, }, }, - "range": Array [ + "range": [ 330, 331, ], @@ -16552,21 +16552,21 @@ Object { "type": "Punctuator", "value": ",", }, - Object { + { "end": 345, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 13, "line": 12, "offset": 345, }, - "start": Object { + "start": { "column": 2, "line": 12, "offset": 334, }, }, - "range": Array [ + "range": [ 334, 345, ], @@ -16574,21 +16574,21 @@ Object { "type": "Identifier", "value": "RadioModule", }, - Object { + { "end": 346, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 14, "line": 12, "offset": 346, }, - "start": Object { + "start": { "column": 13, "line": 12, "offset": 345, }, }, - "range": Array [ + "range": [ 345, 346, ], @@ -16596,21 +16596,21 @@ Object { "type": "Punctuator", "value": ",", }, - Object { + { "end": 356, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 9, "line": 13, "offset": 356, }, - "start": Object { + "start": { "column": 2, "line": 13, "offset": 349, }, }, - "range": Array [ + "range": [ 349, 356, ], @@ -16618,21 +16618,21 @@ Object { "type": "Identifier", "value": "TabSize", }, - Object { + { "end": 357, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 10, "line": 13, "offset": 357, }, - "start": Object { + "start": { "column": 9, "line": 13, "offset": 356, }, }, - "range": Array [ + "range": [ 356, 357, ], @@ -16640,21 +16640,21 @@ Object { "type": "Punctuator", "value": ",", }, - Object { + { "end": 367, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 9, "line": 14, "offset": 367, }, - "start": Object { + "start": { "column": 2, "line": 14, "offset": 360, }, }, - "range": Array [ + "range": [ 360, 367, ], @@ -16662,21 +16662,21 @@ Object { "type": "Identifier", "value": "TabType", }, - Object { + { "end": 368, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 10, "line": 14, "offset": 368, }, - "start": Object { + "start": { "column": 9, "line": 14, "offset": 367, }, }, - "range": Array [ + "range": [ 367, 368, ], @@ -16684,21 +16684,21 @@ Object { "type": "Punctuator", "value": ",", }, - Object { + { "end": 381, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 12, "line": 15, "offset": 381, }, - "start": Object { + "start": { "column": 2, "line": 15, "offset": 371, }, }, - "range": Array [ + "range": [ 371, 381, ], @@ -16706,21 +16706,21 @@ Object { "type": "Identifier", "value": "TabsModule", }, - Object { + { "end": 382, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 13, "line": 15, "offset": 382, }, - "start": Object { + "start": { "column": 12, "line": 15, "offset": 381, }, }, - "range": Array [ + "range": [ 381, 382, ], @@ -16728,21 +16728,21 @@ Object { "type": "Punctuator", "value": ",", }, - Object { + { "end": 395, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 12, "line": 16, "offset": 395, }, - "start": Object { + "start": { "column": 2, "line": 16, "offset": 385, }, }, - "range": Array [ + "range": [ 385, 395, ], @@ -16750,21 +16750,21 @@ Object { "type": "Identifier", "value": "CardModule", }, - Object { + { "end": 396, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 13, "line": 16, "offset": 396, }, - "start": Object { + "start": { "column": 12, "line": 16, "offset": 395, }, }, - "range": Array [ + "range": [ 395, 396, ], @@ -16772,21 +16772,21 @@ Object { "type": "Punctuator", "value": ",", }, - Object { + { "end": 398, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 1, "line": 17, "offset": 398, }, - "start": Object { + "start": { "column": 0, "line": 17, "offset": 397, }, }, - "range": Array [ + "range": [ 397, 398, ], @@ -16794,21 +16794,21 @@ Object { "type": "Punctuator", "value": "}", }, - Object { + { "end": 403, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 6, "line": 17, "offset": 403, }, - "start": Object { + "start": { "column": 2, "line": 17, "offset": 399, }, }, - "range": Array [ + "range": [ 399, 403, ], @@ -16816,21 +16816,21 @@ Object { "type": "Identifier", "value": "from", }, - Object { + { "end": 416, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 19, "line": 17, "offset": 416, }, - "start": Object { + "start": { "column": 7, "line": 17, "offset": 404, }, }, - "range": Array [ + "range": [ 404, 416, ], @@ -16838,21 +16838,21 @@ Object { "type": "String", "value": "'@alauda/ui'", }, - Object { + { "end": 419, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 1, "line": 19, "offset": 419, }, - "start": Object { + "start": { "column": 0, "line": 19, "offset": 418, }, }, - "range": Array [ + "range": [ 418, 419, ], @@ -16860,21 +16860,21 @@ Object { "type": "Punctuator", "value": "<", }, - Object { + { "end": 423, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 5, "line": 19, "offset": 423, }, - "start": Object { + "start": { "column": 1, "line": 19, "offset": 419, }, }, - "range": Array [ + "range": [ 419, 423, ], @@ -16882,21 +16882,21 @@ Object { "type": "JSXIdentifier", "value": "Meta", }, - Object { + { "end": 431, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 7, "line": 20, "offset": 431, }, - "start": Object { + "start": { "column": 2, "line": 20, "offset": 426, }, }, - "range": Array [ + "range": [ 426, 431, ], @@ -16904,21 +16904,21 @@ Object { "type": "JSXIdentifier", "value": "title", }, - Object { + { "end": 432, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 8, "line": 20, "offset": 432, }, - "start": Object { + "start": { "column": 7, "line": 20, "offset": 431, }, }, - "range": Array [ + "range": [ 431, 432, ], @@ -16926,43 +16926,43 @@ Object { "type": "Punctuator", "value": "=", }, - Object { + { "end": 438, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 14, "line": 20, "offset": 438, }, - "start": Object { + "start": { "column": 8, "line": 20, "offset": 432, }, }, - "range": Array [ + "range": [ 432, 438, ], "start": 432, "type": "String", - "value": "\\"Tabs\\"", + "value": ""Tabs"", }, - Object { + { "end": 451, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 12, "line": 21, "offset": 451, }, - "start": Object { + "start": { "column": 2, "line": 21, "offset": 441, }, }, - "range": Array [ + "range": [ 441, 451, ], @@ -16970,21 +16970,21 @@ Object { "type": "JSXIdentifier", "value": "decorators", }, - Object { + { "end": 452, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 13, "line": 21, "offset": 452, }, - "start": Object { + "start": { "column": 12, "line": 21, "offset": 451, }, }, - "range": Array [ + "range": [ 451, 452, ], @@ -16992,21 +16992,21 @@ Object { "type": "Punctuator", "value": "=", }, - Object { + { "end": 453, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 14, "line": 21, "offset": 453, }, - "start": Object { + "start": { "column": 13, "line": 21, "offset": 452, }, }, - "range": Array [ + "range": [ 452, 453, ], @@ -17014,21 +17014,21 @@ Object { "type": "Punctuator", "value": "{", }, - Object { + { "end": 454, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 15, "line": 21, "offset": 454, }, - "start": Object { + "start": { "column": 14, "line": 21, "offset": 453, }, }, - "range": Array [ + "range": [ 453, 454, ], @@ -17036,21 +17036,21 @@ Object { "type": "Punctuator", "value": "[", }, - Object { + { "end": 473, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 18, "line": 22, "offset": 473, }, - "start": Object { + "start": { "column": 4, "line": 22, "offset": 459, }, }, - "range": Array [ + "range": [ 459, 473, ], @@ -17058,21 +17058,21 @@ Object { "type": "Identifier", "value": "moduleMetadata", }, - Object { + { "end": 474, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 19, "line": 22, "offset": 474, }, - "start": Object { + "start": { "column": 18, "line": 22, "offset": 473, }, }, - "range": Array [ + "range": [ 473, 474, ], @@ -17080,21 +17080,21 @@ Object { "type": "Punctuator", "value": "(", }, - Object { + { "end": 475, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 20, "line": 22, "offset": 475, }, - "start": Object { + "start": { "column": 19, "line": 22, "offset": 474, }, }, - "range": Array [ + "range": [ 474, 475, ], @@ -17102,21 +17102,21 @@ Object { "type": "Punctuator", "value": "{", }, - Object { + { "end": 489, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 13, "line": 23, "offset": 489, }, - "start": Object { + "start": { "column": 6, "line": 23, "offset": 482, }, }, - "range": Array [ + "range": [ 482, 489, ], @@ -17124,21 +17124,21 @@ Object { "type": "Identifier", "value": "imports", }, - Object { + { "end": 490, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 14, "line": 23, "offset": 490, }, - "start": Object { + "start": { "column": 13, "line": 23, "offset": 489, }, }, - "range": Array [ + "range": [ 489, 490, ], @@ -17146,21 +17146,21 @@ Object { "type": "Punctuator", "value": ":", }, - Object { + { "end": 492, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 16, "line": 23, "offset": 492, }, - "start": Object { + "start": { "column": 15, "line": 23, "offset": 491, }, }, - "range": Array [ + "range": [ 491, 492, ], @@ -17168,21 +17168,21 @@ Object { "type": "Punctuator", "value": "[", }, - Object { + { "end": 513, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 20, "line": 24, "offset": 513, }, - "start": Object { + "start": { "column": 8, "line": 24, "offset": 501, }, }, - "range": Array [ + "range": [ 501, 513, ], @@ -17190,21 +17190,21 @@ Object { "type": "Identifier", "value": "ButtonModule", }, - Object { + { "end": 514, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 21, "line": 24, "offset": 514, }, - "start": Object { + "start": { "column": 20, "line": 24, "offset": 513, }, }, - "range": Array [ + "range": [ 513, 514, ], @@ -17212,21 +17212,21 @@ Object { "type": "Punctuator", "value": ",", }, - Object { + { "end": 533, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 18, "line": 25, "offset": 533, }, - "start": Object { + "start": { "column": 8, "line": 25, "offset": 523, }, }, - "range": Array [ + "range": [ 523, 533, ], @@ -17234,21 +17234,21 @@ Object { "type": "Identifier", "value": "IconModule", }, - Object { + { "end": 534, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 19, "line": 25, "offset": 534, }, - "start": Object { + "start": { "column": 18, "line": 25, "offset": 533, }, }, - "range": Array [ + "range": [ 533, 534, ], @@ -17256,21 +17256,21 @@ Object { "type": "Punctuator", "value": ",", }, - Object { + { "end": 554, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 19, "line": 26, "offset": 554, }, - "start": Object { + "start": { "column": 8, "line": 26, "offset": 543, }, }, - "range": Array [ + "range": [ 543, 554, ], @@ -17278,21 +17278,21 @@ Object { "type": "Identifier", "value": "FormsModule", }, - Object { + { "end": 555, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 20, "line": 26, "offset": 555, }, - "start": Object { + "start": { "column": 19, "line": 26, "offset": 554, }, }, - "range": Array [ + "range": [ 554, 555, ], @@ -17300,21 +17300,21 @@ Object { "type": "Punctuator", "value": ",", }, - Object { + { "end": 574, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 18, "line": 27, "offset": 574, }, - "start": Object { + "start": { "column": 8, "line": 27, "offset": 564, }, }, - "range": Array [ + "range": [ 564, 574, ], @@ -17322,21 +17322,21 @@ Object { "type": "Identifier", "value": "FormModule", }, - Object { + { "end": 575, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 19, "line": 27, "offset": 575, }, - "start": Object { + "start": { "column": 18, "line": 27, "offset": 574, }, }, - "range": Array [ + "range": [ 574, 575, ], @@ -17344,21 +17344,21 @@ Object { "type": "Punctuator", "value": ",", }, - Object { + { "end": 595, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 19, "line": 28, "offset": 595, }, - "start": Object { + "start": { "column": 8, "line": 28, "offset": 584, }, }, - "range": Array [ + "range": [ 584, 595, ], @@ -17366,21 +17366,21 @@ Object { "type": "Identifier", "value": "RadioModule", }, - Object { + { "end": 596, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 20, "line": 28, "offset": 596, }, - "start": Object { + "start": { "column": 19, "line": 28, "offset": 595, }, }, - "range": Array [ + "range": [ 595, 596, ], @@ -17388,21 +17388,21 @@ Object { "type": "Punctuator", "value": ",", }, - Object { + { "end": 615, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 18, "line": 29, "offset": 615, }, - "start": Object { + "start": { "column": 8, "line": 29, "offset": 605, }, }, - "range": Array [ + "range": [ 605, 615, ], @@ -17410,21 +17410,21 @@ Object { "type": "Identifier", "value": "TabsModule", }, - Object { + { "end": 616, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 19, "line": 29, "offset": 616, }, - "start": Object { + "start": { "column": 18, "line": 29, "offset": 615, }, }, - "range": Array [ + "range": [ 615, 616, ], @@ -17432,21 +17432,21 @@ Object { "type": "Punctuator", "value": ",", }, - Object { + { "end": 635, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 18, "line": 30, "offset": 635, }, - "start": Object { + "start": { "column": 8, "line": 30, "offset": 625, }, }, - "range": Array [ + "range": [ 625, 635, ], @@ -17454,21 +17454,21 @@ Object { "type": "Identifier", "value": "CardModule", }, - Object { + { "end": 636, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 19, "line": 30, "offset": 636, }, - "start": Object { + "start": { "column": 18, "line": 30, "offset": 635, }, }, - "range": Array [ + "range": [ 635, 636, ], @@ -17476,21 +17476,21 @@ Object { "type": "Punctuator", "value": ",", }, - Object { + { "end": 644, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 7, "line": 31, "offset": 644, }, - "start": Object { + "start": { "column": 6, "line": 31, "offset": 643, }, }, - "range": Array [ + "range": [ 643, 644, ], @@ -17498,21 +17498,21 @@ Object { "type": "Punctuator", "value": "]", }, - Object { + { "end": 645, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 8, "line": 31, "offset": 645, }, - "start": Object { + "start": { "column": 7, "line": 31, "offset": 644, }, }, - "range": Array [ + "range": [ 644, 645, ], @@ -17520,21 +17520,21 @@ Object { "type": "Punctuator", "value": ",", }, - Object { + { "end": 664, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 18, "line": 32, "offset": 664, }, - "start": Object { + "start": { "column": 6, "line": 32, "offset": 652, }, }, - "range": Array [ + "range": [ 652, 664, ], @@ -17542,21 +17542,21 @@ Object { "type": "Identifier", "value": "declarations", }, - Object { + { "end": 665, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 19, "line": 32, "offset": 665, }, - "start": Object { + "start": { "column": 18, "line": 32, "offset": 664, }, }, - "range": Array [ + "range": [ 664, 665, ], @@ -17564,21 +17564,21 @@ Object { "type": "Punctuator", "value": ":", }, - Object { + { "end": 667, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 21, "line": 32, "offset": 667, }, - "start": Object { + "start": { "column": 20, "line": 32, "offset": 666, }, }, - "range": Array [ + "range": [ 666, 667, ], @@ -17586,21 +17586,21 @@ Object { "type": "Punctuator", "value": "[", }, - Object { + { "end": 686, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 40, "line": 32, "offset": 686, }, - "start": Object { + "start": { "column": 21, "line": 32, "offset": 667, }, }, - "range": Array [ + "range": [ 667, 686, ], @@ -17608,21 +17608,21 @@ Object { "type": "Identifier", "value": "ActiveTestComponent", }, - Object { + { "end": 687, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 41, "line": 32, "offset": 687, }, - "start": Object { + "start": { "column": 40, "line": 32, "offset": 686, }, }, - "range": Array [ + "range": [ 686, 687, ], @@ -17630,21 +17630,21 @@ Object { "type": "Punctuator", "value": ",", }, - Object { + { "end": 705, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 59, "line": 32, "offset": 705, }, - "start": Object { + "start": { "column": 42, "line": 32, "offset": 688, }, }, - "range": Array [ + "range": [ 688, 705, ], @@ -17652,21 +17652,21 @@ Object { "type": "Identifier", "value": "LazyTestComponent", }, - Object { + { "end": 706, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 60, "line": 32, "offset": 706, }, - "start": Object { + "start": { "column": 59, "line": 32, "offset": 705, }, }, - "range": Array [ + "range": [ 705, 706, ], @@ -17674,21 +17674,21 @@ Object { "type": "Punctuator", "value": "]", }, - Object { + { "end": 707, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 61, "line": 32, "offset": 707, }, - "start": Object { + "start": { "column": 60, "line": 32, "offset": 706, }, }, - "range": Array [ + "range": [ 706, 707, ], @@ -17696,21 +17696,21 @@ Object { "type": "Punctuator", "value": ",", }, - Object { + { "end": 713, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 5, "line": 33, "offset": 713, }, - "start": Object { + "start": { "column": 4, "line": 33, "offset": 712, }, }, - "range": Array [ + "range": [ 712, 713, ], @@ -17718,21 +17718,21 @@ Object { "type": "Punctuator", "value": "}", }, - Object { + { "end": 714, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 6, "line": 33, "offset": 714, }, - "start": Object { + "start": { "column": 5, "line": 33, "offset": 713, }, }, - "range": Array [ + "range": [ 713, 714, ], @@ -17740,21 +17740,21 @@ Object { "type": "Punctuator", "value": ")", }, - Object { + { "end": 715, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 7, "line": 33, "offset": 715, }, - "start": Object { + "start": { "column": 6, "line": 33, "offset": 714, }, }, - "range": Array [ + "range": [ 714, 715, ], @@ -17762,21 +17762,21 @@ Object { "type": "Punctuator", "value": ",", }, - Object { + { "end": 719, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 3, "line": 34, "offset": 719, }, - "start": Object { + "start": { "column": 2, "line": 34, "offset": 718, }, }, - "range": Array [ + "range": [ 718, 719, ], @@ -17784,21 +17784,21 @@ Object { "type": "Punctuator", "value": "]", }, - Object { + { "end": 720, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 4, "line": 34, "offset": 720, }, - "start": Object { + "start": { "column": 3, "line": 34, "offset": 719, }, }, - "range": Array [ + "range": [ 719, 720, ], @@ -17806,21 +17806,21 @@ Object { "type": "Punctuator", "value": "}", }, - Object { + { "end": 722, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 1, "line": 35, "offset": 722, }, - "start": Object { + "start": { "column": 0, "line": 35, "offset": 721, }, }, - "range": Array [ + "range": [ 721, 722, ], @@ -17828,21 +17828,21 @@ Object { "type": "Punctuator", "value": "/", }, - Object { + { "end": 723, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 2, "line": 35, "offset": 723, }, - "start": Object { + "start": { "column": 1, "line": 35, "offset": 722, }, }, - "range": Array [ + "range": [ 722, 723, ], @@ -17850,21 +17850,21 @@ Object { "type": "Punctuator", "value": ">", }, - Object { + { "end": 731, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 6, "line": 37, "offset": 731, }, - "start": Object { + "start": { "column": 2, "line": 37, "offset": 727, }, }, - "range": Array [ + "range": [ 727, 731, ], @@ -17872,21 +17872,21 @@ Object { "type": "JSXText", "value": "Tabs", }, - Object { + { "end": 791, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 58, "line": 39, "offset": 791, }, - "start": Object { + "start": { "column": 2, "line": 39, "offset": 735, }, }, - "range": Array [ + "range": [ 735, 791, ], @@ -17894,21 +17894,21 @@ Object { "type": "JSXText", "value": "移植自 Angular Material, 增加了风格(卡片/线条)和尺寸(大/中/小)选项和 lazy 模式。", }, - Object { + { "end": 800, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 7, "line": 41, "offset": 800, }, - "start": Object { + "start": { "column": 3, "line": 41, "offset": 796, }, }, - "range": Array [ + "range": [ 796, 800, ], @@ -17916,21 +17916,21 @@ Object { "type": "JSXText", "value": "基础用法", }, - Object { + { "end": 803, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 1, "line": 43, "offset": 803, }, - "start": Object { + "start": { "column": 0, "line": 43, "offset": 802, }, }, - "range": Array [ + "range": [ 802, 803, ], @@ -17938,21 +17938,21 @@ Object { "type": "Punctuator", "value": "<", }, - Object { + { "end": 809, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 7, "line": 43, "offset": 809, }, - "start": Object { + "start": { "column": 1, "line": 43, "offset": 803, }, }, - "range": Array [ + "range": [ 803, 809, ], @@ -17960,21 +17960,21 @@ Object { "type": "JSXIdentifier", "value": "Canvas", }, - Object { + { "end": 814, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 3, "line": 44, "offset": 814, }, - "start": Object { + "start": { "column": 2, "line": 44, "offset": 813, }, }, - "range": Array [ + "range": [ 813, 814, ], @@ -17982,21 +17982,21 @@ Object { "type": "Punctuator", "value": "<", }, - Object { + { "end": 819, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 8, "line": 44, "offset": 819, }, - "start": Object { + "start": { "column": 3, "line": 44, "offset": 814, }, }, - "range": Array [ + "range": [ 814, 819, ], @@ -18004,21 +18004,21 @@ Object { "type": "JSXIdentifier", "value": "Story", }, - Object { + { "end": 828, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 8, "line": 45, "offset": 828, }, - "start": Object { + "start": { "column": 4, "line": 45, "offset": 824, }, }, - "range": Array [ + "range": [ 824, 828, ], @@ -18026,21 +18026,21 @@ Object { "type": "JSXIdentifier", "value": "name", }, - Object { + { "end": 829, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 9, "line": 45, "offset": 829, }, - "start": Object { + "start": { "column": 8, "line": 45, "offset": 828, }, }, - "range": Array [ + "range": [ 828, 829, ], @@ -18048,43 +18048,43 @@ Object { "type": "Punctuator", "value": "=", }, - Object { + { "end": 836, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 16, "line": 45, "offset": 836, }, - "start": Object { + "start": { "column": 9, "line": 45, "offset": 829, }, }, - "range": Array [ + "range": [ 829, 836, ], "start": 829, "type": "String", - "value": "\\"Basic\\"", + "value": ""Basic"", }, - Object { + { "end": 847, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 10, "line": 46, "offset": 847, }, - "start": Object { + "start": { "column": 4, "line": 46, "offset": 841, }, }, - "range": Array [ + "range": [ 841, 847, ], @@ -18092,21 +18092,21 @@ Object { "type": "JSXIdentifier", "value": "height", }, - Object { + { "end": 848, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 11, "line": 46, "offset": 848, }, - "start": Object { + "start": { "column": 10, "line": 46, "offset": 847, }, }, - "range": Array [ + "range": [ 847, 848, ], @@ -18114,43 +18114,43 @@ Object { "type": "Punctuator", "value": "=", }, - Object { + { "end": 855, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 18, "line": 46, "offset": 855, }, - "start": Object { + "start": { "column": 11, "line": 46, "offset": 848, }, }, - "range": Array [ + "range": [ 848, 855, ], "start": 848, "type": "String", - "value": "\\"100px\\"", + "value": ""100px"", }, - Object { + { "end": 865, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 5, "line": 48, "offset": 865, }, - "start": Object { + "start": { "column": 4, "line": 48, "offset": 864, }, }, - "range": Array [ + "range": [ 864, 865, ], @@ -18158,21 +18158,21 @@ Object { "type": "Punctuator", "value": "{", }, - Object { + { "end": 866, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 6, "line": 48, "offset": 866, }, - "start": Object { + "start": { "column": 5, "line": 48, "offset": 865, }, }, - "range": Array [ + "range": [ 865, 866, ], @@ -18180,21 +18180,21 @@ Object { "type": "Punctuator", "value": "{", }, - Object { + { "end": 881, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 14, "line": 49, "offset": 881, }, - "start": Object { + "start": { "column": 6, "line": 49, "offset": 873, }, }, - "range": Array [ + "range": [ 873, 881, ], @@ -18202,21 +18202,21 @@ Object { "type": "Identifier", "value": "template", }, - Object { + { "end": 882, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 15, "line": 49, "offset": 882, }, - "start": Object { + "start": { "column": 14, "line": 49, "offset": 881, }, }, - "range": Array [ + "range": [ 881, 882, ], @@ -18224,64 +18224,64 @@ Object { "type": "Punctuator", "value": ":", }, - Object { + { "end": 1395, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 7, "line": 70, "offset": 1395, }, - "start": Object { + "start": { "column": 27, "line": 49, "offset": 894, }, }, - "range": Array [ + "range": [ 894, 1395, ], "start": 894, "type": "Template", "value": "\` - + Content 1 Content 2 Content 3 \`", }, - Object { + { "end": 1396, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 8, "line": 70, "offset": 1396, }, - "start": Object { + "start": { "column": 7, "line": 70, "offset": 1395, }, }, - "range": Array [ + "range": [ 1395, 1396, ], @@ -18289,21 +18289,21 @@ Object { "type": "Punctuator", "value": ",", }, - Object { + { "end": 1408, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 11, "line": 71, "offset": 1408, }, - "start": Object { + "start": { "column": 6, "line": 71, "offset": 1403, }, }, - "range": Array [ + "range": [ 1403, 1408, ], @@ -18311,21 +18311,21 @@ Object { "type": "Identifier", "value": "props", }, - Object { + { "end": 1409, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 12, "line": 71, "offset": 1409, }, - "start": Object { + "start": { "column": 11, "line": 71, "offset": 1408, }, }, - "range": Array [ + "range": [ 1408, 1409, ], @@ -18333,21 +18333,21 @@ Object { "type": "Punctuator", "value": ":", }, - Object { + { "end": 1411, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 14, "line": 71, "offset": 1411, }, - "start": Object { + "start": { "column": 13, "line": 71, "offset": 1410, }, }, - "range": Array [ + "range": [ 1410, 1411, ], @@ -18355,21 +18355,21 @@ Object { "type": "Punctuator", "value": "{", }, - Object { + { "end": 1423, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 11, "line": 72, "offset": 1423, }, - "start": Object { + "start": { "column": 8, "line": 72, "offset": 1420, }, }, - "range": Array [ + "range": [ 1420, 1423, ], @@ -18377,21 +18377,21 @@ Object { "type": "Identifier", "value": "tab", }, - Object { + { "end": 1424, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 12, "line": 72, "offset": 1424, }, - "start": Object { + "start": { "column": 11, "line": 72, "offset": 1423, }, }, - "range": Array [ + "range": [ 1423, 1424, ], @@ -18399,21 +18399,21 @@ Object { "type": "Punctuator", "value": ":", }, - Object { + { "end": 1428, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 16, "line": 72, "offset": 1428, }, - "start": Object { + "start": { "column": 13, "line": 72, "offset": 1425, }, }, - "range": Array [ + "range": [ 1425, 1428, ], @@ -18421,21 +18421,21 @@ Object { "type": "String", "value": "'a'", }, - Object { + { "end": 1429, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 17, "line": 72, "offset": 1429, }, - "start": Object { + "start": { "column": 16, "line": 72, "offset": 1428, }, }, - "range": Array [ + "range": [ 1428, 1429, ], @@ -18443,21 +18443,21 @@ Object { "type": "Punctuator", "value": ",", }, - Object { + { "end": 1437, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 7, "line": 73, "offset": 1437, }, - "start": Object { + "start": { "column": 6, "line": 73, "offset": 1436, }, }, - "range": Array [ + "range": [ 1436, 1437, ], @@ -18465,21 +18465,21 @@ Object { "type": "Punctuator", "value": "}", }, - Object { + { "end": 1438, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 8, "line": 73, "offset": 1438, }, - "start": Object { + "start": { "column": 7, "line": 73, "offset": 1437, }, }, - "range": Array [ + "range": [ 1437, 1438, ], @@ -18487,21 +18487,21 @@ Object { "type": "Punctuator", "value": ",", }, - Object { + { "end": 1444, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 5, "line": 74, "offset": 1444, }, - "start": Object { + "start": { "column": 4, "line": 74, "offset": 1443, }, }, - "range": Array [ + "range": [ 1443, 1444, ], @@ -18509,21 +18509,21 @@ Object { "type": "Punctuator", "value": "}", }, - Object { + { "end": 1445, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 6, "line": 74, "offset": 1445, }, - "start": Object { + "start": { "column": 5, "line": 74, "offset": 1444, }, }, - "range": Array [ + "range": [ 1444, 1445, ], @@ -18531,21 +18531,21 @@ Object { "type": "Punctuator", "value": "}", }, - Object { + { "end": 1449, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 3, "line": 75, "offset": 1449, }, - "start": Object { + "start": { "column": 2, "line": 75, "offset": 1448, }, }, - "range": Array [ + "range": [ 1448, 1449, ], @@ -18553,21 +18553,21 @@ Object { "type": "Punctuator", "value": "<", }, - Object { + { "end": 1450, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 4, "line": 75, "offset": 1450, }, - "start": Object { + "start": { "column": 3, "line": 75, "offset": 1449, }, }, - "range": Array [ + "range": [ 1449, 1450, ], @@ -18575,21 +18575,21 @@ Object { "type": "Punctuator", "value": "/", }, - Object { + { "end": 1455, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 9, "line": 75, "offset": 1455, }, - "start": Object { + "start": { "column": 4, "line": 75, "offset": 1450, }, }, - "range": Array [ + "range": [ 1450, 1455, ], @@ -18597,21 +18597,21 @@ Object { "type": "JSXIdentifier", "value": "Story", }, - Object { + { "end": 1456, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 10, "line": 75, "offset": 1456, }, - "start": Object { + "start": { "column": 9, "line": 75, "offset": 1455, }, }, - "range": Array [ + "range": [ 1455, 1456, ], @@ -18619,21 +18619,21 @@ Object { "type": "Punctuator", "value": ">", }, - Object { + { "end": 1458, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 1, "line": 76, "offset": 1458, }, - "start": Object { + "start": { "column": 0, "line": 76, "offset": 1457, }, }, - "range": Array [ + "range": [ 1457, 1458, ], @@ -18641,21 +18641,21 @@ Object { "type": "Punctuator", "value": "<", }, - Object { + { "end": 1459, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 2, "line": 76, "offset": 1459, }, - "start": Object { + "start": { "column": 1, "line": 76, "offset": 1458, }, }, - "range": Array [ + "range": [ 1458, 1459, ], @@ -18663,21 +18663,21 @@ Object { "type": "Punctuator", "value": "/", }, - Object { + { "end": 1465, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 8, "line": 76, "offset": 1465, }, - "start": Object { + "start": { "column": 2, "line": 76, "offset": 1459, }, }, - "range": Array [ + "range": [ 1459, 1465, ], @@ -18685,21 +18685,21 @@ Object { "type": "JSXIdentifier", "value": "Canvas", }, - Object { + { "end": 1466, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 9, "line": 76, "offset": 1466, }, - "start": Object { + "start": { "column": 8, "line": 76, "offset": 1465, }, }, - "range": Array [ + "range": [ 1465, 1466, ], @@ -18707,21 +18707,21 @@ Object { "type": "Punctuator", "value": ">", }, - Object { + { "end": 1475, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 7, "line": 78, "offset": 1475, }, - "start": Object { + "start": { "column": 3, "line": 78, "offset": 1471, }, }, - "range": Array [ + "range": [ 1471, 1475, ], @@ -18729,21 +18729,21 @@ Object { "type": "JSXText", "value": "Card", }, - Object { + { "end": 1478, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 1, "line": 80, "offset": 1478, }, - "start": Object { + "start": { "column": 0, "line": 80, "offset": 1477, }, }, - "range": Array [ + "range": [ 1477, 1478, ], @@ -18751,21 +18751,21 @@ Object { "type": "Punctuator", "value": "<", }, - Object { + { "end": 1484, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 7, "line": 80, "offset": 1484, }, - "start": Object { + "start": { "column": 1, "line": 80, "offset": 1478, }, }, - "range": Array [ + "range": [ 1478, 1484, ], @@ -18773,21 +18773,21 @@ Object { "type": "JSXIdentifier", "value": "Canvas", }, - Object { + { "end": 1489, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 3, "line": 81, "offset": 1489, }, - "start": Object { + "start": { "column": 2, "line": 81, "offset": 1488, }, }, - "range": Array [ + "range": [ 1488, 1489, ], @@ -18795,21 +18795,21 @@ Object { "type": "Punctuator", "value": "<", }, - Object { + { "end": 1494, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 8, "line": 81, "offset": 1494, }, - "start": Object { + "start": { "column": 3, "line": 81, "offset": 1489, }, }, - "range": Array [ + "range": [ 1489, 1494, ], @@ -18817,21 +18817,21 @@ Object { "type": "JSXIdentifier", "value": "Story", }, - Object { + { "end": 1503, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 8, "line": 82, "offset": 1503, }, - "start": Object { + "start": { "column": 4, "line": 82, "offset": 1499, }, }, - "range": Array [ + "range": [ 1499, 1503, ], @@ -18839,21 +18839,21 @@ Object { "type": "JSXIdentifier", "value": "name", }, - Object { + { "end": 1504, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 9, "line": 82, "offset": 1504, }, - "start": Object { + "start": { "column": 8, "line": 82, "offset": 1503, }, }, - "range": Array [ + "range": [ 1503, 1504, ], @@ -18861,43 +18861,43 @@ Object { "type": "Punctuator", "value": "=", }, - Object { + { "end": 1510, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 15, "line": 82, "offset": 1510, }, - "start": Object { + "start": { "column": 9, "line": 82, "offset": 1504, }, }, - "range": Array [ + "range": [ 1504, 1510, ], "start": 1504, "type": "String", - "value": "\\"Card\\"", + "value": ""Card"", }, - Object { + { "end": 1521, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 10, "line": 83, "offset": 1521, }, - "start": Object { + "start": { "column": 4, "line": 83, "offset": 1515, }, }, - "range": Array [ + "range": [ 1515, 1521, ], @@ -18905,21 +18905,21 @@ Object { "type": "JSXIdentifier", "value": "height", }, - Object { + { "end": 1522, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 11, "line": 83, "offset": 1522, }, - "start": Object { + "start": { "column": 10, "line": 83, "offset": 1521, }, }, - "range": Array [ + "range": [ 1521, 1522, ], @@ -18927,43 +18927,43 @@ Object { "type": "Punctuator", "value": "=", }, - Object { + { "end": 1529, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 18, "line": 83, "offset": 1529, }, - "start": Object { + "start": { "column": 11, "line": 83, "offset": 1522, }, }, - "range": Array [ + "range": [ 1522, 1529, ], "start": 1522, "type": "String", - "value": "\\"200px\\"", + "value": ""200px"", }, - Object { + { "end": 1539, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 5, "line": 85, "offset": 1539, }, - "start": Object { + "start": { "column": 4, "line": 85, "offset": 1538, }, }, - "range": Array [ + "range": [ 1538, 1539, ], @@ -18971,21 +18971,21 @@ Object { "type": "Punctuator", "value": "{", }, - Object { + { "end": 1540, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 6, "line": 85, "offset": 1540, }, - "start": Object { + "start": { "column": 5, "line": 85, "offset": 1539, }, }, - "range": Array [ + "range": [ 1539, 1540, ], @@ -18993,21 +18993,21 @@ Object { "type": "Punctuator", "value": "{", }, - Object { + { "end": 1555, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 14, "line": 86, "offset": 1555, }, - "start": Object { + "start": { "column": 6, "line": 86, "offset": 1547, }, }, - "range": Array [ + "range": [ 1547, 1555, ], @@ -19015,21 +19015,21 @@ Object { "type": "Identifier", "value": "template", }, - Object { + { "end": 1556, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 15, "line": 86, "offset": 1556, }, - "start": Object { + "start": { "column": 14, "line": 86, "offset": 1555, }, }, - "range": Array [ + "range": [ 1555, 1556, ], @@ -19037,49 +19037,49 @@ Object { "type": "Punctuator", "value": ":", }, - Object { + { "end": 1868, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 7, "line": 92, "offset": 1868, }, - "start": Object { + "start": { "column": 27, "line": 86, "offset": 1568, }, }, - "range": Array [ + "range": [ 1568, 1868, ], "start": 1568, "type": "Template", "value": "\` - - Content 1 - Content 2 - Content 3 + + Content 1 + Content 2 + Content 3 \`", }, - Object { + { "end": 1869, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 8, "line": 92, "offset": 1869, }, - "start": Object { + "start": { "column": 7, "line": 92, "offset": 1868, }, }, - "range": Array [ + "range": [ 1868, 1869, ], @@ -19087,21 +19087,21 @@ Object { "type": "Punctuator", "value": ",", }, - Object { + { "end": 1881, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 11, "line": 93, "offset": 1881, }, - "start": Object { + "start": { "column": 6, "line": 93, "offset": 1876, }, }, - "range": Array [ + "range": [ 1876, 1881, ], @@ -19109,21 +19109,21 @@ Object { "type": "Identifier", "value": "props", }, - Object { + { "end": 1882, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 12, "line": 93, "offset": 1882, }, - "start": Object { + "start": { "column": 11, "line": 93, "offset": 1881, }, }, - "range": Array [ + "range": [ 1881, 1882, ], @@ -19131,21 +19131,21 @@ Object { "type": "Punctuator", "value": ":", }, - Object { + { "end": 1884, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 14, "line": 93, "offset": 1884, }, - "start": Object { + "start": { "column": 13, "line": 93, "offset": 1883, }, }, - "range": Array [ + "range": [ 1883, 1884, ], @@ -19153,21 +19153,21 @@ Object { "type": "Punctuator", "value": "{", }, - Object { + { "end": 1897, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 12, "line": 94, "offset": 1897, }, - "start": Object { + "start": { "column": 8, "line": 94, "offset": 1893, }, }, - "range": Array [ + "range": [ 1893, 1897, ], @@ -19175,21 +19175,21 @@ Object { "type": "Identifier", "value": "type", }, - Object { + { "end": 1898, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 13, "line": 94, "offset": 1898, }, - "start": Object { + "start": { "column": 12, "line": 94, "offset": 1897, }, }, - "range": Array [ + "range": [ 1897, 1898, ], @@ -19197,21 +19197,21 @@ Object { "type": "Punctuator", "value": ":", }, - Object { + { "end": 1906, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 21, "line": 94, "offset": 1906, }, - "start": Object { + "start": { "column": 14, "line": 94, "offset": 1899, }, }, - "range": Array [ + "range": [ 1899, 1906, ], @@ -19219,21 +19219,21 @@ Object { "type": "Identifier", "value": "TabType", }, - Object { + { "end": 1907, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 22, "line": 94, "offset": 1907, }, - "start": Object { + "start": { "column": 21, "line": 94, "offset": 1906, }, }, - "range": Array [ + "range": [ 1906, 1907, ], @@ -19241,21 +19241,21 @@ Object { "type": "Punctuator", "value": ".", }, - Object { + { "end": 1911, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 26, "line": 94, "offset": 1911, }, - "start": Object { + "start": { "column": 22, "line": 94, "offset": 1907, }, }, - "range": Array [ + "range": [ 1907, 1911, ], @@ -19263,21 +19263,21 @@ Object { "type": "Identifier", "value": "Card", }, - Object { + { "end": 1912, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 27, "line": 94, "offset": 1912, }, - "start": Object { + "start": { "column": 26, "line": 94, "offset": 1911, }, }, - "range": Array [ + "range": [ 1911, 1912, ], @@ -19285,21 +19285,21 @@ Object { "type": "Punctuator", "value": ",", }, - Object { + { "end": 1920, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 7, "line": 95, "offset": 1920, }, - "start": Object { + "start": { "column": 6, "line": 95, "offset": 1919, }, }, - "range": Array [ + "range": [ 1919, 1920, ], @@ -19307,21 +19307,21 @@ Object { "type": "Punctuator", "value": "}", }, - Object { + { "end": 1921, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 8, "line": 95, "offset": 1921, }, - "start": Object { + "start": { "column": 7, "line": 95, "offset": 1920, }, }, - "range": Array [ + "range": [ 1920, 1921, ], @@ -19329,21 +19329,21 @@ Object { "type": "Punctuator", "value": ",", }, - Object { + { "end": 1927, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 5, "line": 96, "offset": 1927, }, - "start": Object { + "start": { "column": 4, "line": 96, "offset": 1926, }, }, - "range": Array [ + "range": [ 1926, 1927, ], @@ -19351,21 +19351,21 @@ Object { "type": "Punctuator", "value": "}", }, - Object { + { "end": 1928, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 6, "line": 96, "offset": 1928, }, - "start": Object { + "start": { "column": 5, "line": 96, "offset": 1927, }, }, - "range": Array [ + "range": [ 1927, 1928, ], @@ -19373,21 +19373,21 @@ Object { "type": "Punctuator", "value": "}", }, - Object { + { "end": 1932, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 3, "line": 97, "offset": 1932, }, - "start": Object { + "start": { "column": 2, "line": 97, "offset": 1931, }, }, - "range": Array [ + "range": [ 1931, 1932, ], @@ -19395,21 +19395,21 @@ Object { "type": "Punctuator", "value": "<", }, - Object { + { "end": 1933, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 4, "line": 97, "offset": 1933, }, - "start": Object { + "start": { "column": 3, "line": 97, "offset": 1932, }, }, - "range": Array [ + "range": [ 1932, 1933, ], @@ -19417,21 +19417,21 @@ Object { "type": "Punctuator", "value": "/", }, - Object { + { "end": 1938, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 9, "line": 97, "offset": 1938, }, - "start": Object { + "start": { "column": 4, "line": 97, "offset": 1933, }, }, - "range": Array [ + "range": [ 1933, 1938, ], @@ -19439,21 +19439,21 @@ Object { "type": "JSXIdentifier", "value": "Story", }, - Object { + { "end": 1939, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 10, "line": 97, "offset": 1939, }, - "start": Object { + "start": { "column": 9, "line": 97, "offset": 1938, }, }, - "range": Array [ + "range": [ 1938, 1939, ], @@ -19461,21 +19461,21 @@ Object { "type": "Punctuator", "value": ">", }, - Object { + { "end": 1941, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 1, "line": 98, "offset": 1941, }, - "start": Object { + "start": { "column": 0, "line": 98, "offset": 1940, }, }, - "range": Array [ + "range": [ 1940, 1941, ], @@ -19483,21 +19483,21 @@ Object { "type": "Punctuator", "value": "<", }, - Object { + { "end": 1942, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 2, "line": 98, "offset": 1942, }, - "start": Object { + "start": { "column": 1, "line": 98, "offset": 1941, }, }, - "range": Array [ + "range": [ 1941, 1942, ], @@ -19505,21 +19505,21 @@ Object { "type": "Punctuator", "value": "/", }, - Object { + { "end": 1948, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 8, "line": 98, "offset": 1948, }, - "start": Object { + "start": { "column": 2, "line": 98, "offset": 1942, }, }, - "range": Array [ + "range": [ 1942, 1948, ], @@ -19527,21 +19527,21 @@ Object { "type": "JSXIdentifier", "value": "Canvas", }, - Object { + { "end": 1949, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 9, "line": 98, "offset": 1949, }, - "start": Object { + "start": { "column": 8, "line": 98, "offset": 1948, }, }, - "range": Array [ + "range": [ 1948, 1949, ], @@ -19549,21 +19549,21 @@ Object { "type": "Punctuator", "value": ">", }, - Object { + { "end": 1958, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 7, "line": 100, "offset": 1958, }, - "start": Object { + "start": { "column": 3, "line": 100, "offset": 1954, }, }, - "range": Array [ + "range": [ 1954, 1958, ], @@ -19571,21 +19571,21 @@ Object { "type": "JSXText", "value": "Size", }, - Object { + { "end": 1961, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 1, "line": 102, "offset": 1961, }, - "start": Object { + "start": { "column": 0, "line": 102, "offset": 1960, }, }, - "range": Array [ + "range": [ 1960, 1961, ], @@ -19593,21 +19593,21 @@ Object { "type": "Punctuator", "value": "<", }, - Object { + { "end": 1967, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 7, "line": 102, "offset": 1967, }, - "start": Object { + "start": { "column": 1, "line": 102, "offset": 1961, }, }, - "range": Array [ + "range": [ 1961, 1967, ], @@ -19615,21 +19615,21 @@ Object { "type": "JSXIdentifier", "value": "Canvas", }, - Object { + { "end": 1972, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 3, "line": 103, "offset": 1972, }, - "start": Object { + "start": { "column": 2, "line": 103, "offset": 1971, }, }, - "range": Array [ + "range": [ 1971, 1972, ], @@ -19637,21 +19637,21 @@ Object { "type": "Punctuator", "value": "<", }, - Object { + { "end": 1977, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 8, "line": 103, "offset": 1977, }, - "start": Object { + "start": { "column": 3, "line": 103, "offset": 1972, }, }, - "range": Array [ + "range": [ 1972, 1977, ], @@ -19659,21 +19659,21 @@ Object { "type": "JSXIdentifier", "value": "Story", }, - Object { + { "end": 1986, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 8, "line": 104, "offset": 1986, }, - "start": Object { + "start": { "column": 4, "line": 104, "offset": 1982, }, }, - "range": Array [ + "range": [ 1982, 1986, ], @@ -19681,21 +19681,21 @@ Object { "type": "JSXIdentifier", "value": "name", }, - Object { + { "end": 1987, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 9, "line": 104, "offset": 1987, }, - "start": Object { + "start": { "column": 8, "line": 104, "offset": 1986, }, }, - "range": Array [ + "range": [ 1986, 1987, ], @@ -19703,43 +19703,43 @@ Object { "type": "Punctuator", "value": "=", }, - Object { + { "end": 1993, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 15, "line": 104, "offset": 1993, }, - "start": Object { + "start": { "column": 9, "line": 104, "offset": 1987, }, }, - "range": Array [ + "range": [ 1987, 1993, ], "start": 1987, "type": "String", - "value": "\\"Size\\"", + "value": ""Size"", }, - Object { + { "end": 2004, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 10, "line": 105, "offset": 2004, }, - "start": Object { + "start": { "column": 4, "line": 105, "offset": 1998, }, }, - "range": Array [ + "range": [ 1998, 2004, ], @@ -19747,21 +19747,21 @@ Object { "type": "JSXIdentifier", "value": "height", }, - Object { + { "end": 2005, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 11, "line": 105, "offset": 2005, }, - "start": Object { + "start": { "column": 10, "line": 105, "offset": 2004, }, }, - "range": Array [ + "range": [ 2004, 2005, ], @@ -19769,43 +19769,43 @@ Object { "type": "Punctuator", "value": "=", }, - Object { + { "end": 2012, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 18, "line": 105, "offset": 2012, }, - "start": Object { + "start": { "column": 11, "line": 105, "offset": 2005, }, }, - "range": Array [ + "range": [ 2005, 2012, ], "start": 2005, "type": "String", - "value": "\\"200px\\"", + "value": ""200px"", }, - Object { + { "end": 2022, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 5, "line": 107, "offset": 2022, }, - "start": Object { + "start": { "column": 4, "line": 107, "offset": 2021, }, }, - "range": Array [ + "range": [ 2021, 2022, ], @@ -19813,21 +19813,21 @@ Object { "type": "Punctuator", "value": "{", }, - Object { + { "end": 2023, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 6, "line": 107, "offset": 2023, }, - "start": Object { + "start": { "column": 5, "line": 107, "offset": 2022, }, }, - "range": Array [ + "range": [ 2022, 2023, ], @@ -19835,21 +19835,21 @@ Object { "type": "Punctuator", "value": "{", }, - Object { + { "end": 2038, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 14, "line": 108, "offset": 2038, }, - "start": Object { + "start": { "column": 6, "line": 108, "offset": 2030, }, }, - "range": Array [ + "range": [ 2030, 2038, ], @@ -19857,21 +19857,21 @@ Object { "type": "Identifier", "value": "template", }, - Object { + { "end": 2039, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 15, "line": 108, "offset": 2039, }, - "start": Object { + "start": { "column": 14, "line": 108, "offset": 2038, }, }, - "range": Array [ + "range": [ 2038, 2039, ], @@ -19879,21 +19879,21 @@ Object { "type": "Punctuator", "value": ":", }, - Object { + { "end": 2799, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 7, "line": 126, "offset": 2799, }, - "start": Object { + "start": { "column": 27, "line": 108, "offset": 2051, }, }, - "range": Array [ + "range": [ 2051, 2799, ], @@ -19904,36 +19904,36 @@ Object { - - - + + + - - Content 1 - Content 2 - Content 3 + + Content 1 + Content 2 + Content 3 \`", }, - Object { + { "end": 2800, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 8, "line": 126, "offset": 2800, }, - "start": Object { + "start": { "column": 7, "line": 126, "offset": 2799, }, }, - "range": Array [ + "range": [ 2799, 2800, ], @@ -19941,21 +19941,21 @@ Object { "type": "Punctuator", "value": ",", }, - Object { + { "end": 2812, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 11, "line": 127, "offset": 2812, }, - "start": Object { + "start": { "column": 6, "line": 127, "offset": 2807, }, }, - "range": Array [ + "range": [ 2807, 2812, ], @@ -19963,21 +19963,21 @@ Object { "type": "Identifier", "value": "props", }, - Object { + { "end": 2813, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 12, "line": 127, "offset": 2813, }, - "start": Object { + "start": { "column": 11, "line": 127, "offset": 2812, }, }, - "range": Array [ + "range": [ 2812, 2813, ], @@ -19985,21 +19985,21 @@ Object { "type": "Punctuator", "value": ":", }, - Object { + { "end": 2815, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 14, "line": 127, "offset": 2815, }, - "start": Object { + "start": { "column": 13, "line": 127, "offset": 2814, }, }, - "range": Array [ + "range": [ 2814, 2815, ], @@ -20007,21 +20007,21 @@ Object { "type": "Punctuator", "value": "{", }, - Object { + { "end": 2828, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 12, "line": 128, "offset": 2828, }, - "start": Object { + "start": { "column": 8, "line": 128, "offset": 2824, }, }, - "range": Array [ + "range": [ 2824, 2828, ], @@ -20029,21 +20029,21 @@ Object { "type": "Identifier", "value": "size", }, - Object { + { "end": 2829, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 13, "line": 128, "offset": 2829, }, - "start": Object { + "start": { "column": 12, "line": 128, "offset": 2828, }, }, - "range": Array [ + "range": [ 2828, 2829, ], @@ -20051,21 +20051,21 @@ Object { "type": "Punctuator", "value": ":", }, - Object { + { "end": 2837, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 21, "line": 128, "offset": 2837, }, - "start": Object { + "start": { "column": 14, "line": 128, "offset": 2830, }, }, - "range": Array [ + "range": [ 2830, 2837, ], @@ -20073,21 +20073,21 @@ Object { "type": "Identifier", "value": "TabSize", }, - Object { + { "end": 2838, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 22, "line": 128, "offset": 2838, }, - "start": Object { + "start": { "column": 21, "line": 128, "offset": 2837, }, }, - "range": Array [ + "range": [ 2837, 2838, ], @@ -20095,21 +20095,21 @@ Object { "type": "Punctuator", "value": ".", }, - Object { + { "end": 2844, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 28, "line": 128, "offset": 2844, }, - "start": Object { + "start": { "column": 22, "line": 128, "offset": 2838, }, }, - "range": Array [ + "range": [ 2838, 2844, ], @@ -20117,21 +20117,21 @@ Object { "type": "Identifier", "value": "Medium", }, - Object { + { "end": 2845, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 29, "line": 128, "offset": 2845, }, - "start": Object { + "start": { "column": 28, "line": 128, "offset": 2844, }, }, - "range": Array [ + "range": [ 2844, 2845, ], @@ -20139,21 +20139,21 @@ Object { "type": "Punctuator", "value": ",", }, - Object { + { "end": 2853, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 7, "line": 129, "offset": 2853, }, - "start": Object { + "start": { "column": 6, "line": 129, "offset": 2852, }, }, - "range": Array [ + "range": [ 2852, 2853, ], @@ -20161,21 +20161,21 @@ Object { "type": "Punctuator", "value": "}", }, - Object { + { "end": 2854, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 8, "line": 129, "offset": 2854, }, - "start": Object { + "start": { "column": 7, "line": 129, "offset": 2853, }, }, - "range": Array [ + "range": [ 2853, 2854, ], @@ -20183,21 +20183,21 @@ Object { "type": "Punctuator", "value": ",", }, - Object { + { "end": 2860, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 5, "line": 130, "offset": 2860, }, - "start": Object { + "start": { "column": 4, "line": 130, "offset": 2859, }, }, - "range": Array [ + "range": [ 2859, 2860, ], @@ -20205,21 +20205,21 @@ Object { "type": "Punctuator", "value": "}", }, - Object { + { "end": 2861, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 6, "line": 130, "offset": 2861, }, - "start": Object { + "start": { "column": 5, "line": 130, "offset": 2860, }, }, - "range": Array [ + "range": [ 2860, 2861, ], @@ -20227,21 +20227,21 @@ Object { "type": "Punctuator", "value": "}", }, - Object { + { "end": 2865, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 3, "line": 131, "offset": 2865, }, - "start": Object { + "start": { "column": 2, "line": 131, "offset": 2864, }, }, - "range": Array [ + "range": [ 2864, 2865, ], @@ -20249,21 +20249,21 @@ Object { "type": "Punctuator", "value": "<", }, - Object { + { "end": 2866, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 4, "line": 131, "offset": 2866, }, - "start": Object { + "start": { "column": 3, "line": 131, "offset": 2865, }, }, - "range": Array [ + "range": [ 2865, 2866, ], @@ -20271,21 +20271,21 @@ Object { "type": "Punctuator", "value": "/", }, - Object { + { "end": 2871, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 9, "line": 131, "offset": 2871, }, - "start": Object { + "start": { "column": 4, "line": 131, "offset": 2866, }, }, - "range": Array [ + "range": [ 2866, 2871, ], @@ -20293,21 +20293,21 @@ Object { "type": "JSXIdentifier", "value": "Story", }, - Object { + { "end": 2872, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 10, "line": 131, "offset": 2872, }, - "start": Object { + "start": { "column": 9, "line": 131, "offset": 2871, }, }, - "range": Array [ + "range": [ 2871, 2872, ], @@ -20315,21 +20315,21 @@ Object { "type": "Punctuator", "value": ">", }, - Object { + { "end": 2874, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 1, "line": 132, "offset": 2874, }, - "start": Object { + "start": { "column": 0, "line": 132, "offset": 2873, }, }, - "range": Array [ + "range": [ 2873, 2874, ], @@ -20337,21 +20337,21 @@ Object { "type": "Punctuator", "value": "<", }, - Object { + { "end": 2875, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 2, "line": 132, "offset": 2875, }, - "start": Object { + "start": { "column": 1, "line": 132, "offset": 2874, }, }, - "range": Array [ + "range": [ 2874, 2875, ], @@ -20359,21 +20359,21 @@ Object { "type": "Punctuator", "value": "/", }, - Object { + { "end": 2881, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 8, "line": 132, "offset": 2881, }, - "start": Object { + "start": { "column": 2, "line": 132, "offset": 2875, }, }, - "range": Array [ + "range": [ 2875, 2881, ], @@ -20381,21 +20381,21 @@ Object { "type": "JSXIdentifier", "value": "Canvas", }, - Object { + { "end": 2882, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 9, "line": 132, "offset": 2882, }, - "start": Object { + "start": { "column": 8, "line": 132, "offset": 2881, }, }, - "range": Array [ + "range": [ 2881, 2882, ], @@ -20403,21 +20403,21 @@ Object { "type": "Punctuator", "value": ">", }, - Object { + { "end": 2896, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 12, "line": 134, "offset": 2896, }, - "start": Object { + "start": { "column": 3, "line": 134, "offset": 2887, }, }, - "range": Array [ + "range": [ 2887, 2896, ], @@ -20425,21 +20425,21 @@ Object { "type": "JSXText", "value": "自定义 Label", }, - Object { + { "end": 2899, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 1, "line": 136, "offset": 2899, }, - "start": Object { + "start": { "column": 0, "line": 136, "offset": 2898, }, }, - "range": Array [ + "range": [ 2898, 2899, ], @@ -20447,21 +20447,21 @@ Object { "type": "Punctuator", "value": "<", }, - Object { + { "end": 2905, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 7, "line": 136, "offset": 2905, }, - "start": Object { + "start": { "column": 1, "line": 136, "offset": 2899, }, }, - "range": Array [ + "range": [ 2899, 2905, ], @@ -20469,21 +20469,21 @@ Object { "type": "JSXIdentifier", "value": "Canvas", }, - Object { + { "end": 2910, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 3, "line": 137, "offset": 2910, }, - "start": Object { + "start": { "column": 2, "line": 137, "offset": 2909, }, }, - "range": Array [ + "range": [ 2909, 2910, ], @@ -20491,21 +20491,21 @@ Object { "type": "Punctuator", "value": "<", }, - Object { + { "end": 2915, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 8, "line": 137, "offset": 2915, }, - "start": Object { + "start": { "column": 3, "line": 137, "offset": 2910, }, }, - "range": Array [ + "range": [ 2910, 2915, ], @@ -20513,21 +20513,21 @@ Object { "type": "JSXIdentifier", "value": "Story", }, - Object { + { "end": 2924, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 8, "line": 138, "offset": 2924, }, - "start": Object { + "start": { "column": 4, "line": 138, "offset": 2920, }, }, - "range": Array [ + "range": [ 2920, 2924, ], @@ -20535,21 +20535,21 @@ Object { "type": "JSXIdentifier", "value": "name", }, - Object { + { "end": 2925, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 9, "line": 138, "offset": 2925, }, - "start": Object { + "start": { "column": 8, "line": 138, "offset": 2924, }, }, - "range": Array [ + "range": [ 2924, 2925, ], @@ -20557,43 +20557,43 @@ Object { "type": "Punctuator", "value": "=", }, - Object { + { "end": 2938, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 22, "line": 138, "offset": 2938, }, - "start": Object { + "start": { "column": 9, "line": 138, "offset": 2925, }, }, - "range": Array [ + "range": [ 2925, 2938, ], "start": 2925, "type": "String", - "value": "\\"CustomLabel\\"", + "value": ""CustomLabel"", }, - Object { + { "end": 2949, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 10, "line": 139, "offset": 2949, }, - "start": Object { + "start": { "column": 4, "line": 139, "offset": 2943, }, }, - "range": Array [ + "range": [ 2943, 2949, ], @@ -20601,21 +20601,21 @@ Object { "type": "JSXIdentifier", "value": "height", }, - Object { + { "end": 2950, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 11, "line": 139, "offset": 2950, }, - "start": Object { + "start": { "column": 10, "line": 139, "offset": 2949, }, }, - "range": Array [ + "range": [ 2949, 2950, ], @@ -20623,43 +20623,43 @@ Object { "type": "Punctuator", "value": "=", }, - Object { + { "end": 2957, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 18, "line": 139, "offset": 2957, }, - "start": Object { + "start": { "column": 11, "line": 139, "offset": 2950, }, }, - "range": Array [ + "range": [ 2950, 2957, ], "start": 2950, "type": "String", - "value": "\\"200px\\"", + "value": ""200px"", }, - Object { + { "end": 2967, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 5, "line": 141, "offset": 2967, }, - "start": Object { + "start": { "column": 4, "line": 141, "offset": 2966, }, }, - "range": Array [ + "range": [ 2966, 2967, ], @@ -20667,21 +20667,21 @@ Object { "type": "Punctuator", "value": "{", }, - Object { + { "end": 2968, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 6, "line": 141, "offset": 2968, }, - "start": Object { + "start": { "column": 5, "line": 141, "offset": 2967, }, }, - "range": Array [ + "range": [ 2967, 2968, ], @@ -20689,21 +20689,21 @@ Object { "type": "Punctuator", "value": "{", }, - Object { + { "end": 2983, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 14, "line": 142, "offset": 2983, }, - "start": Object { + "start": { "column": 6, "line": 142, "offset": 2975, }, }, - "range": Array [ + "range": [ 2975, 2983, ], @@ -20711,21 +20711,21 @@ Object { "type": "Identifier", "value": "template", }, - Object { + { "end": 2984, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 15, "line": 142, "offset": 2984, }, - "start": Object { + "start": { "column": 14, "line": 142, "offset": 2983, }, }, - "range": Array [ + "range": [ 2983, 2984, ], @@ -20733,21 +20733,21 @@ Object { "type": "Punctuator", "value": ":", }, - Object { + { "end": 3591, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 23, "line": 159, "offset": 3591, }, - "start": Object { + "start": { "column": 27, "line": 142, "offset": 2996, }, }, - "range": Array [ + "range": [ 2996, 3591, ], @@ -20757,36 +20757,36 @@ Object { aa2 - + Custom Label Content 1 - Content 2 + Content 2 - + Custom Label Content 3 \`", }, - Object { + { "end": 3592, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 24, "line": 159, "offset": 3592, }, - "start": Object { + "start": { "column": 23, "line": 159, "offset": 3591, }, }, - "range": Array [ + "range": [ 3591, 3592, ], @@ -20794,21 +20794,21 @@ Object { "type": "Punctuator", "value": ",", }, - Object { + { "end": 3604, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 11, "line": 160, "offset": 3604, }, - "start": Object { + "start": { "column": 6, "line": 160, "offset": 3599, }, }, - "range": Array [ + "range": [ 3599, 3604, ], @@ -20816,21 +20816,21 @@ Object { "type": "Identifier", "value": "props", }, - Object { + { "end": 3605, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 12, "line": 160, "offset": 3605, }, - "start": Object { + "start": { "column": 11, "line": 160, "offset": 3604, }, }, - "range": Array [ + "range": [ 3604, 3605, ], @@ -20838,21 +20838,21 @@ Object { "type": "Punctuator", "value": ":", }, - Object { + { "end": 3607, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 14, "line": 160, "offset": 3607, }, - "start": Object { + "start": { "column": 13, "line": 160, "offset": 3606, }, }, - "range": Array [ + "range": [ 3606, 3607, ], @@ -20860,21 +20860,21 @@ Object { "type": "Punctuator", "value": "{", }, - Object { + { "end": 3620, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 12, "line": 161, "offset": 3620, }, - "start": Object { + "start": { "column": 8, "line": 161, "offset": 3616, }, }, - "range": Array [ + "range": [ 3616, 3620, ], @@ -20882,21 +20882,21 @@ Object { "type": "Identifier", "value": "tabs", }, - Object { + { "end": 3621, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 13, "line": 161, "offset": 3621, }, - "start": Object { + "start": { "column": 12, "line": 161, "offset": 3620, }, }, - "range": Array [ + "range": [ 3620, 3621, ], @@ -20904,21 +20904,21 @@ Object { "type": "Punctuator", "value": ":", }, - Object { + { "end": 3627, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 19, "line": 161, "offset": 3627, }, - "start": Object { + "start": { "column": 14, "line": 161, "offset": 3622, }, }, - "range": Array [ + "range": [ 3622, 3627, ], @@ -20926,21 +20926,21 @@ Object { "type": "Identifier", "value": "Array", }, - Object { + { "end": 3628, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 20, "line": 161, "offset": 3628, }, - "start": Object { + "start": { "column": 19, "line": 161, "offset": 3627, }, }, - "range": Array [ + "range": [ 3627, 3628, ], @@ -20948,21 +20948,21 @@ Object { "type": "Punctuator", "value": ".", }, - Object { + { "end": 3632, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 24, "line": 161, "offset": 3632, }, - "start": Object { + "start": { "column": 20, "line": 161, "offset": 3628, }, }, - "range": Array [ + "range": [ 3628, 3632, ], @@ -20970,21 +20970,21 @@ Object { "type": "Identifier", "value": "from", }, - Object { + { "end": 3633, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 25, "line": 161, "offset": 3633, }, - "start": Object { + "start": { "column": 24, "line": 161, "offset": 3632, }, }, - "range": Array [ + "range": [ 3632, 3633, ], @@ -20992,21 +20992,21 @@ Object { "type": "Punctuator", "value": "(", }, - Object { + { "end": 3634, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 26, "line": 161, "offset": 3634, }, - "start": Object { + "start": { "column": 25, "line": 161, "offset": 3633, }, }, - "range": Array [ + "range": [ 3633, 3634, ], @@ -21014,21 +21014,21 @@ Object { "type": "Punctuator", "value": "{", }, - Object { + { "end": 3641, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 33, "line": 161, "offset": 3641, }, - "start": Object { + "start": { "column": 27, "line": 161, "offset": 3635, }, }, - "range": Array [ + "range": [ 3635, 3641, ], @@ -21036,21 +21036,21 @@ Object { "type": "Identifier", "value": "length", }, - Object { + { "end": 3642, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 34, "line": 161, "offset": 3642, }, - "start": Object { + "start": { "column": 33, "line": 161, "offset": 3641, }, }, - "range": Array [ + "range": [ 3641, 3642, ], @@ -21058,21 +21058,21 @@ Object { "type": "Punctuator", "value": ":", }, - Object { + { "end": 3644, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 36, "line": 161, "offset": 3644, }, - "start": Object { + "start": { "column": 35, "line": 161, "offset": 3643, }, }, - "range": Array [ + "range": [ 3643, 3644, ], @@ -21080,21 +21080,21 @@ Object { "type": "Numeric", "value": "3", }, - Object { + { "end": 3646, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 38, "line": 161, "offset": 3646, }, - "start": Object { + "start": { "column": 37, "line": 161, "offset": 3645, }, }, - "range": Array [ + "range": [ 3645, 3646, ], @@ -21102,21 +21102,21 @@ Object { "type": "Punctuator", "value": "}", }, - Object { + { "end": 3647, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 39, "line": 161, "offset": 3647, }, - "start": Object { + "start": { "column": 38, "line": 161, "offset": 3646, }, }, - "range": Array [ + "range": [ 3646, 3647, ], @@ -21124,21 +21124,21 @@ Object { "type": "Punctuator", "value": ")", }, - Object { + { "end": 3648, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 40, "line": 161, "offset": 3648, }, - "start": Object { + "start": { "column": 39, "line": 161, "offset": 3647, }, }, - "range": Array [ + "range": [ 3647, 3648, ], @@ -21146,21 +21146,21 @@ Object { "type": "Punctuator", "value": ".", }, - Object { + { "end": 3652, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 44, "line": 161, "offset": 3652, }, - "start": Object { + "start": { "column": 40, "line": 161, "offset": 3648, }, }, - "range": Array [ + "range": [ 3648, 3652, ], @@ -21168,21 +21168,21 @@ Object { "type": "Identifier", "value": "fill", }, - Object { + { "end": 3653, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 45, "line": 161, "offset": 3653, }, - "start": Object { + "start": { "column": 44, "line": 161, "offset": 3652, }, }, - "range": Array [ + "range": [ 3652, 3653, ], @@ -21190,21 +21190,21 @@ Object { "type": "Punctuator", "value": "(", }, - Object { + { "end": 3654, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 46, "line": 161, "offset": 3654, }, - "start": Object { + "start": { "column": 45, "line": 161, "offset": 3653, }, }, - "range": Array [ + "range": [ 3653, 3654, ], @@ -21212,21 +21212,21 @@ Object { "type": "Punctuator", "value": ")", }, - Object { + { "end": 3655, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 47, "line": 161, "offset": 3655, }, - "start": Object { + "start": { "column": 46, "line": 161, "offset": 3654, }, }, - "range": Array [ + "range": [ 3654, 3655, ], @@ -21234,21 +21234,21 @@ Object { "type": "Punctuator", "value": ",", }, - Object { + { "end": 3663, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 7, "line": 162, "offset": 3663, }, - "start": Object { + "start": { "column": 6, "line": 162, "offset": 3662, }, }, - "range": Array [ + "range": [ 3662, 3663, ], @@ -21256,21 +21256,21 @@ Object { "type": "Punctuator", "value": "}", }, - Object { + { "end": 3664, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 8, "line": 162, "offset": 3664, }, - "start": Object { + "start": { "column": 7, "line": 162, "offset": 3663, }, }, - "range": Array [ + "range": [ 3663, 3664, ], @@ -21278,21 +21278,21 @@ Object { "type": "Punctuator", "value": ",", }, - Object { + { "end": 3670, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 5, "line": 163, "offset": 3670, }, - "start": Object { + "start": { "column": 4, "line": 163, "offset": 3669, }, }, - "range": Array [ + "range": [ 3669, 3670, ], @@ -21300,21 +21300,21 @@ Object { "type": "Punctuator", "value": "}", }, - Object { + { "end": 3671, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 6, "line": 163, "offset": 3671, }, - "start": Object { + "start": { "column": 5, "line": 163, "offset": 3670, }, }, - "range": Array [ + "range": [ 3670, 3671, ], @@ -21322,21 +21322,21 @@ Object { "type": "Punctuator", "value": "}", }, - Object { + { "end": 3675, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 3, "line": 164, "offset": 3675, }, - "start": Object { + "start": { "column": 2, "line": 164, "offset": 3674, }, }, - "range": Array [ + "range": [ 3674, 3675, ], @@ -21344,21 +21344,21 @@ Object { "type": "Punctuator", "value": "<", }, - Object { + { "end": 3676, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 4, "line": 164, "offset": 3676, }, - "start": Object { + "start": { "column": 3, "line": 164, "offset": 3675, }, }, - "range": Array [ + "range": [ 3675, 3676, ], @@ -21366,21 +21366,21 @@ Object { "type": "Punctuator", "value": "/", }, - Object { + { "end": 3681, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 9, "line": 164, "offset": 3681, }, - "start": Object { + "start": { "column": 4, "line": 164, "offset": 3676, }, }, - "range": Array [ + "range": [ 3676, 3681, ], @@ -21388,21 +21388,21 @@ Object { "type": "JSXIdentifier", "value": "Story", }, - Object { + { "end": 3682, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 10, "line": 164, "offset": 3682, }, - "start": Object { + "start": { "column": 9, "line": 164, "offset": 3681, }, }, - "range": Array [ + "range": [ 3681, 3682, ], @@ -21410,21 +21410,21 @@ Object { "type": "Punctuator", "value": ">", }, - Object { + { "end": 3684, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 1, "line": 165, "offset": 3684, }, - "start": Object { + "start": { "column": 0, "line": 165, "offset": 3683, }, }, - "range": Array [ + "range": [ 3683, 3684, ], @@ -21432,21 +21432,21 @@ Object { "type": "Punctuator", "value": "<", }, - Object { + { "end": 3685, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 2, "line": 165, "offset": 3685, }, - "start": Object { + "start": { "column": 1, "line": 165, "offset": 3684, }, }, - "range": Array [ + "range": [ 3684, 3685, ], @@ -21454,21 +21454,21 @@ Object { "type": "Punctuator", "value": "/", }, - Object { + { "end": 3691, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 8, "line": 165, "offset": 3691, }, - "start": Object { + "start": { "column": 2, "line": 165, "offset": 3685, }, }, - "range": Array [ + "range": [ 3685, 3691, ], @@ -21476,21 +21476,21 @@ Object { "type": "JSXIdentifier", "value": "Canvas", }, - Object { + { "end": 3692, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 9, "line": 165, "offset": 3692, }, - "start": Object { + "start": { "column": 8, "line": 165, "offset": 3691, }, }, - "range": Array [ + "range": [ 3691, 3692, ], @@ -21498,21 +21498,21 @@ Object { "type": "Punctuator", "value": ">", }, - Object { + { "end": 3701, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 7, "line": 167, "offset": 3701, }, - "start": Object { + "start": { "column": 3, "line": 167, "offset": 3697, }, }, - "range": Array [ + "range": [ 3697, 3701, ], @@ -21520,21 +21520,21 @@ Object { "type": "JSXText", "value": "添加删除", }, - Object { + { "end": 3726, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 23, "line": 169, "offset": 3726, }, - "start": Object { + "start": { "column": 2, "line": 169, "offset": 3705, }, }, - "range": Array [ + "range": [ 3705, 3726, ], @@ -21542,21 +21542,21 @@ Object { "type": "JSXText", "value": "通过自定义 Group Header 实现", }, - Object { + { "end": 3729, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 1, "line": 171, "offset": 3729, }, - "start": Object { + "start": { "column": 0, "line": 171, "offset": 3728, }, }, - "range": Array [ + "range": [ 3728, 3729, ], @@ -21564,21 +21564,21 @@ Object { "type": "Punctuator", "value": "<", }, - Object { + { "end": 3735, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 7, "line": 171, "offset": 3735, }, - "start": Object { + "start": { "column": 1, "line": 171, "offset": 3729, }, }, - "range": Array [ + "range": [ 3729, 3735, ], @@ -21586,21 +21586,21 @@ Object { "type": "JSXIdentifier", "value": "Canvas", }, - Object { + { "end": 3740, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 3, "line": 172, "offset": 3740, }, - "start": Object { + "start": { "column": 2, "line": 172, "offset": 3739, }, }, - "range": Array [ + "range": [ 3739, 3740, ], @@ -21608,21 +21608,21 @@ Object { "type": "Punctuator", "value": "<", }, - Object { + { "end": 3745, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 8, "line": 172, "offset": 3745, }, - "start": Object { + "start": { "column": 3, "line": 172, "offset": 3740, }, }, - "range": Array [ + "range": [ 3740, 3745, ], @@ -21630,21 +21630,21 @@ Object { "type": "JSXIdentifier", "value": "Story", }, - Object { + { "end": 3754, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 8, "line": 173, "offset": 3754, }, - "start": Object { + "start": { "column": 4, "line": 173, "offset": 3750, }, }, - "range": Array [ + "range": [ 3750, 3754, ], @@ -21652,21 +21652,21 @@ Object { "type": "JSXIdentifier", "value": "name", }, - Object { + { "end": 3755, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 9, "line": 173, "offset": 3755, }, - "start": Object { + "start": { "column": 8, "line": 173, "offset": 3754, }, }, - "range": Array [ + "range": [ 3754, 3755, ], @@ -21674,43 +21674,43 @@ Object { "type": "Punctuator", "value": "=", }, - Object { + { "end": 3765, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 19, "line": 173, "offset": 3765, }, - "start": Object { + "start": { "column": 9, "line": 173, "offset": 3755, }, }, - "range": Array [ + "range": [ 3755, 3765, ], "start": 3755, "type": "String", - "value": "\\"Editable\\"", + "value": ""Editable"", }, - Object { + { "end": 3776, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 10, "line": 174, "offset": 3776, }, - "start": Object { + "start": { "column": 4, "line": 174, "offset": 3770, }, }, - "range": Array [ + "range": [ 3770, 3776, ], @@ -21718,21 +21718,21 @@ Object { "type": "JSXIdentifier", "value": "height", }, - Object { + { "end": 3777, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 11, "line": 174, "offset": 3777, }, - "start": Object { + "start": { "column": 10, "line": 174, "offset": 3776, }, }, - "range": Array [ + "range": [ 3776, 3777, ], @@ -21740,43 +21740,43 @@ Object { "type": "Punctuator", "value": "=", }, - Object { + { "end": 3784, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 18, "line": 174, "offset": 3784, }, - "start": Object { + "start": { "column": 11, "line": 174, "offset": 3777, }, }, - "range": Array [ + "range": [ 3777, 3784, ], "start": 3777, "type": "String", - "value": "\\"100px\\"", + "value": ""100px"", }, - Object { + { "end": 3794, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 5, "line": 176, "offset": 3794, }, - "start": Object { + "start": { "column": 4, "line": 176, "offset": 3793, }, }, - "range": Array [ + "range": [ 3793, 3794, ], @@ -21784,21 +21784,21 @@ Object { "type": "Punctuator", "value": "{", }, - Object { + { "end": 3795, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 6, "line": 176, "offset": 3795, }, - "start": Object { + "start": { "column": 5, "line": 176, "offset": 3794, }, }, - "range": Array [ + "range": [ 3794, 3795, ], @@ -21806,21 +21806,21 @@ Object { "type": "Punctuator", "value": "{", }, - Object { + { "end": 3810, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 14, "line": 177, "offset": 3810, }, - "start": Object { + "start": { "column": 6, "line": 177, "offset": 3802, }, }, - "range": Array [ + "range": [ 3802, 3810, ], @@ -21828,21 +21828,21 @@ Object { "type": "Identifier", "value": "template", }, - Object { + { "end": 3811, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 15, "line": 177, "offset": 3811, }, - "start": Object { + "start": { "column": 14, "line": 177, "offset": 3810, }, }, - "range": Array [ + "range": [ 3810, 3811, ], @@ -21850,21 +21850,21 @@ Object { "type": "Punctuator", "value": ":", }, - Object { + { "end": 4388, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 7, "line": 197, "offset": 4388, }, - "start": Object { + "start": { "column": 27, "line": 177, "offset": 3823, }, }, - "range": Array [ + "range": [ 3823, 4388, ], @@ -21873,40 +21873,40 @@ Object { "value": "\` 1\\" - [label]=\\"'tab' + tab\\" - (close)=\\"remove(i)\\" + *ngFor="let tab of tabs; index as i; count as len" + [closeable]="len > 1" + [label]="'tab' + tab" + (close)="remove(i)" > content {{ i }} \`", }, - Object { + { "end": 4389, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 8, "line": 197, "offset": 4389, }, - "start": Object { + "start": { "column": 7, "line": 197, "offset": 4388, }, }, - "range": Array [ + "range": [ 4388, 4389, ], @@ -21914,21 +21914,21 @@ Object { "type": "Punctuator", "value": ",", }, - Object { + { "end": 4401, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 11, "line": 198, "offset": 4401, }, - "start": Object { + "start": { "column": 6, "line": 198, "offset": 4396, }, }, - "range": Array [ + "range": [ 4396, 4401, ], @@ -21936,21 +21936,21 @@ Object { "type": "Identifier", "value": "props", }, - Object { + { "end": 4402, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 12, "line": 198, "offset": 4402, }, - "start": Object { + "start": { "column": 11, "line": 198, "offset": 4401, }, }, - "range": Array [ + "range": [ 4401, 4402, ], @@ -21958,21 +21958,21 @@ Object { "type": "Punctuator", "value": ":", }, - Object { + { "end": 4404, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 14, "line": 198, "offset": 4404, }, - "start": Object { + "start": { "column": 13, "line": 198, "offset": 4403, }, }, - "range": Array [ + "range": [ 4403, 4404, ], @@ -21980,21 +21980,21 @@ Object { "type": "Punctuator", "value": "{", }, - Object { + { "end": 4417, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 12, "line": 199, "offset": 4417, }, - "start": Object { + "start": { "column": 8, "line": 199, "offset": 4413, }, }, - "range": Array [ + "range": [ 4413, 4417, ], @@ -22002,21 +22002,21 @@ Object { "type": "Identifier", "value": "tabs", }, - Object { + { "end": 4418, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 13, "line": 199, "offset": 4418, }, - "start": Object { + "start": { "column": 12, "line": 199, "offset": 4417, }, }, - "range": Array [ + "range": [ 4417, 4418, ], @@ -22024,21 +22024,21 @@ Object { "type": "Punctuator", "value": ":", }, - Object { + { "end": 4420, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 15, "line": 199, "offset": 4420, }, - "start": Object { + "start": { "column": 14, "line": 199, "offset": 4419, }, }, - "range": Array [ + "range": [ 4419, 4420, ], @@ -22046,21 +22046,21 @@ Object { "type": "Punctuator", "value": "[", }, - Object { + { "end": 4421, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 16, "line": 199, "offset": 4421, }, - "start": Object { + "start": { "column": 15, "line": 199, "offset": 4420, }, }, - "range": Array [ + "range": [ 4420, 4421, ], @@ -22068,21 +22068,21 @@ Object { "type": "Numeric", "value": "1", }, - Object { + { "end": 4422, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 17, "line": 199, "offset": 4422, }, - "start": Object { + "start": { "column": 16, "line": 199, "offset": 4421, }, }, - "range": Array [ + "range": [ 4421, 4422, ], @@ -22090,21 +22090,21 @@ Object { "type": "Punctuator", "value": ",", }, - Object { + { "end": 4424, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 19, "line": 199, "offset": 4424, }, - "start": Object { + "start": { "column": 18, "line": 199, "offset": 4423, }, }, - "range": Array [ + "range": [ 4423, 4424, ], @@ -22112,21 +22112,21 @@ Object { "type": "Numeric", "value": "2", }, - Object { + { "end": 4425, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 20, "line": 199, "offset": 4425, }, - "start": Object { + "start": { "column": 19, "line": 199, "offset": 4424, }, }, - "range": Array [ + "range": [ 4424, 4425, ], @@ -22134,21 +22134,21 @@ Object { "type": "Punctuator", "value": ",", }, - Object { + { "end": 4427, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 22, "line": 199, "offset": 4427, }, - "start": Object { + "start": { "column": 21, "line": 199, "offset": 4426, }, }, - "range": Array [ + "range": [ 4426, 4427, ], @@ -22156,21 +22156,21 @@ Object { "type": "Numeric", "value": "3", }, - Object { + { "end": 4428, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 23, "line": 199, "offset": 4428, }, - "start": Object { + "start": { "column": 22, "line": 199, "offset": 4427, }, }, - "range": Array [ + "range": [ 4427, 4428, ], @@ -22178,21 +22178,21 @@ Object { "type": "Punctuator", "value": "]", }, - Object { + { "end": 4429, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 24, "line": 199, "offset": 4429, }, - "start": Object { + "start": { "column": 23, "line": 199, "offset": 4428, }, }, - "range": Array [ + "range": [ 4428, 4429, ], @@ -22200,21 +22200,21 @@ Object { "type": "Punctuator", "value": ",", }, - Object { + { "end": 4441, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 11, "line": 200, "offset": 4441, }, - "start": Object { + "start": { "column": 8, "line": 200, "offset": 4438, }, }, - "range": Array [ + "range": [ 4438, 4441, ], @@ -22222,21 +22222,21 @@ Object { "type": "Identifier", "value": "add", }, - Object { + { "end": 4442, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 12, "line": 200, "offset": 4442, }, - "start": Object { + "start": { "column": 11, "line": 200, "offset": 4441, }, }, - "range": Array [ + "range": [ 4441, 4442, ], @@ -22244,21 +22244,21 @@ Object { "type": "Punctuator", "value": "(", }, - Object { + { "end": 4445, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 15, "line": 200, "offset": 4445, }, - "start": Object { + "start": { "column": 12, "line": 200, "offset": 4442, }, }, - "range": Array [ + "range": [ 4442, 4445, ], @@ -22266,21 +22266,21 @@ Object { "type": "Identifier", "value": "num", }, - Object { + { "end": 4447, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 17, "line": 200, "offset": 4447, }, - "start": Object { + "start": { "column": 16, "line": 200, "offset": 4446, }, }, - "range": Array [ + "range": [ 4446, 4447, ], @@ -22288,21 +22288,21 @@ Object { "type": "Punctuator", "value": "=", }, - Object { + { "end": 4449, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 19, "line": 200, "offset": 4449, }, - "start": Object { + "start": { "column": 18, "line": 200, "offset": 4448, }, }, - "range": Array [ + "range": [ 4448, 4449, ], @@ -22310,21 +22310,21 @@ Object { "type": "Numeric", "value": "1", }, - Object { + { "end": 4450, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 20, "line": 200, "offset": 4450, }, - "start": Object { + "start": { "column": 19, "line": 200, "offset": 4449, }, }, - "range": Array [ + "range": [ 4449, 4450, ], @@ -22332,21 +22332,21 @@ Object { "type": "Punctuator", "value": ")", }, - Object { + { "end": 4452, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 22, "line": 200, "offset": 4452, }, - "start": Object { + "start": { "column": 21, "line": 200, "offset": 4451, }, }, - "range": Array [ + "range": [ 4451, 4452, ], @@ -22354,21 +22354,21 @@ Object { "type": "Punctuator", "value": "{", }, - Object { + { "end": 4467, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 14, "line": 201, "offset": 4467, }, - "start": Object { + "start": { "column": 10, "line": 201, "offset": 4463, }, }, - "range": Array [ + "range": [ 4463, 4467, ], @@ -22376,21 +22376,21 @@ Object { "type": "Keyword", "value": "this", }, - Object { + { "end": 4468, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 15, "line": 201, "offset": 4468, }, - "start": Object { + "start": { "column": 14, "line": 201, "offset": 4467, }, }, - "range": Array [ + "range": [ 4467, 4468, ], @@ -22398,21 +22398,21 @@ Object { "type": "Punctuator", "value": ".", }, - Object { + { "end": 4472, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 19, "line": 201, "offset": 4472, }, - "start": Object { + "start": { "column": 15, "line": 201, "offset": 4468, }, }, - "range": Array [ + "range": [ 4468, 4472, ], @@ -22420,21 +22420,21 @@ Object { "type": "Identifier", "value": "tabs", }, - Object { + { "end": 4474, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 21, "line": 201, "offset": 4474, }, - "start": Object { + "start": { "column": 20, "line": 201, "offset": 4473, }, }, - "range": Array [ + "range": [ 4473, 4474, ], @@ -22442,21 +22442,21 @@ Object { "type": "Punctuator", "value": "=", }, - Object { + { "end": 4479, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 26, "line": 201, "offset": 4479, }, - "start": Object { + "start": { "column": 22, "line": 201, "offset": 4475, }, }, - "range": Array [ + "range": [ 4475, 4479, ], @@ -22464,21 +22464,21 @@ Object { "type": "Keyword", "value": "this", }, - Object { + { "end": 4480, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 27, "line": 201, "offset": 4480, }, - "start": Object { + "start": { "column": 26, "line": 201, "offset": 4479, }, }, - "range": Array [ + "range": [ 4479, 4480, ], @@ -22486,21 +22486,21 @@ Object { "type": "Punctuator", "value": ".", }, - Object { + { "end": 4484, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 31, "line": 201, "offset": 4484, }, - "start": Object { + "start": { "column": 27, "line": 201, "offset": 4480, }, }, - "range": Array [ + "range": [ 4480, 4484, ], @@ -22508,21 +22508,21 @@ Object { "type": "Identifier", "value": "tabs", }, - Object { + { "end": 4485, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 32, "line": 201, "offset": 4485, }, - "start": Object { + "start": { "column": 31, "line": 201, "offset": 4484, }, }, - "range": Array [ + "range": [ 4484, 4485, ], @@ -22530,21 +22530,21 @@ Object { "type": "Punctuator", "value": ".", }, - Object { + { "end": 4491, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 38, "line": 201, "offset": 4491, }, - "start": Object { + "start": { "column": 32, "line": 201, "offset": 4485, }, }, - "range": Array [ + "range": [ 4485, 4491, ], @@ -22552,21 +22552,21 @@ Object { "type": "Identifier", "value": "concat", }, - Object { + { "end": 4492, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 39, "line": 201, "offset": 4492, }, - "start": Object { + "start": { "column": 38, "line": 201, "offset": 4491, }, }, - "range": Array [ + "range": [ 4491, 4492, ], @@ -22574,21 +22574,21 @@ Object { "type": "Punctuator", "value": "(", }, - Object { + { "end": 4510, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 17, "line": 202, "offset": 4510, }, - "start": Object { + "start": { "column": 12, "line": 202, "offset": 4505, }, }, - "range": Array [ + "range": [ 4505, 4510, ], @@ -22596,21 +22596,21 @@ Object { "type": "Identifier", "value": "Array", }, - Object { + { "end": 4511, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 18, "line": 202, "offset": 4511, }, - "start": Object { + "start": { "column": 17, "line": 202, "offset": 4510, }, }, - "range": Array [ + "range": [ 4510, 4511, ], @@ -22618,21 +22618,21 @@ Object { "type": "Punctuator", "value": ".", }, - Object { + { "end": 4515, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 22, "line": 202, "offset": 4515, }, - "start": Object { + "start": { "column": 18, "line": 202, "offset": 4511, }, }, - "range": Array [ + "range": [ 4511, 4515, ], @@ -22640,21 +22640,21 @@ Object { "type": "Identifier", "value": "from", }, - Object { + { "end": 4516, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 23, "line": 202, "offset": 4516, }, - "start": Object { + "start": { "column": 22, "line": 202, "offset": 4515, }, }, - "range": Array [ + "range": [ 4515, 4516, ], @@ -22662,21 +22662,21 @@ Object { "type": "Punctuator", "value": "(", }, - Object { + { "end": 4517, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 24, "line": 202, "offset": 4517, }, - "start": Object { + "start": { "column": 23, "line": 202, "offset": 4516, }, }, - "range": Array [ + "range": [ 4516, 4517, ], @@ -22684,21 +22684,21 @@ Object { "type": "Punctuator", "value": "{", }, - Object { + { "end": 4524, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 31, "line": 202, "offset": 4524, }, - "start": Object { + "start": { "column": 25, "line": 202, "offset": 4518, }, }, - "range": Array [ + "range": [ 4518, 4524, ], @@ -22706,21 +22706,21 @@ Object { "type": "Identifier", "value": "length", }, - Object { + { "end": 4525, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 32, "line": 202, "offset": 4525, }, - "start": Object { + "start": { "column": 31, "line": 202, "offset": 4524, }, }, - "range": Array [ + "range": [ 4524, 4525, ], @@ -22728,21 +22728,21 @@ Object { "type": "Punctuator", "value": ":", }, - Object { + { "end": 4529, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 36, "line": 202, "offset": 4529, }, - "start": Object { + "start": { "column": 33, "line": 202, "offset": 4526, }, }, - "range": Array [ + "range": [ 4526, 4529, ], @@ -22750,21 +22750,21 @@ Object { "type": "Identifier", "value": "num", }, - Object { + { "end": 4531, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 38, "line": 202, "offset": 4531, }, - "start": Object { + "start": { "column": 37, "line": 202, "offset": 4530, }, }, - "range": Array [ + "range": [ 4530, 4531, ], @@ -22772,21 +22772,21 @@ Object { "type": "Punctuator", "value": "}", }, - Object { + { "end": 4532, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 39, "line": 202, "offset": 4532, }, - "start": Object { + "start": { "column": 38, "line": 202, "offset": 4531, }, }, - "range": Array [ + "range": [ 4531, 4532, ], @@ -22794,21 +22794,21 @@ Object { "type": "Punctuator", "value": ")", }, - Object { + { "end": 4548, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 15, "line": 203, "offset": 4548, }, - "start": Object { + "start": { "column": 14, "line": 203, "offset": 4547, }, }, - "range": Array [ + "range": [ 4547, 4548, ], @@ -22816,21 +22816,21 @@ Object { "type": "Punctuator", "value": ".", }, - Object { + { "end": 4552, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 19, "line": 203, "offset": 4552, }, - "start": Object { + "start": { "column": 15, "line": 203, "offset": 4548, }, }, - "range": Array [ + "range": [ 4548, 4552, ], @@ -22838,21 +22838,21 @@ Object { "type": "Identifier", "value": "fill", }, - Object { + { "end": 4553, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 20, "line": 203, "offset": 4553, }, - "start": Object { + "start": { "column": 19, "line": 203, "offset": 4552, }, }, - "range": Array [ + "range": [ 4552, 4553, ], @@ -22860,21 +22860,21 @@ Object { "type": "Punctuator", "value": "(", }, - Object { + { "end": 4554, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 21, "line": 203, "offset": 4554, }, - "start": Object { + "start": { "column": 20, "line": 203, "offset": 4553, }, }, - "range": Array [ + "range": [ 4553, 4554, ], @@ -22882,21 +22882,21 @@ Object { "type": "Punctuator", "value": ")", }, - Object { + { "end": 4570, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 15, "line": 204, "offset": 4570, }, - "start": Object { + "start": { "column": 14, "line": 204, "offset": 4569, }, }, - "range": Array [ + "range": [ 4569, 4570, ], @@ -22904,21 +22904,21 @@ Object { "type": "Punctuator", "value": ".", }, - Object { + { "end": 4573, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 18, "line": 204, "offset": 4573, }, - "start": Object { + "start": { "column": 15, "line": 204, "offset": 4570, }, }, - "range": Array [ + "range": [ 4570, 4573, ], @@ -22926,21 +22926,21 @@ Object { "type": "Identifier", "value": "map", }, - Object { + { "end": 4574, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 19, "line": 204, "offset": 4574, }, - "start": Object { + "start": { "column": 18, "line": 204, "offset": 4573, }, }, - "range": Array [ + "range": [ 4573, 4574, ], @@ -22948,21 +22948,21 @@ Object { "type": "Punctuator", "value": "(", }, - Object { + { "end": 4575, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 20, "line": 204, "offset": 4575, }, - "start": Object { + "start": { "column": 19, "line": 204, "offset": 4574, }, }, - "range": Array [ + "range": [ 4574, 4575, ], @@ -22970,21 +22970,21 @@ Object { "type": "Punctuator", "value": "(", }, - Object { + { "end": 4576, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 21, "line": 204, "offset": 4576, }, - "start": Object { + "start": { "column": 20, "line": 204, "offset": 4575, }, }, - "range": Array [ + "range": [ 4575, 4576, ], @@ -22992,21 +22992,21 @@ Object { "type": "Identifier", "value": "_", }, - Object { + { "end": 4577, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 22, "line": 204, "offset": 4577, }, - "start": Object { + "start": { "column": 21, "line": 204, "offset": 4576, }, }, - "range": Array [ + "range": [ 4576, 4577, ], @@ -23014,21 +23014,21 @@ Object { "type": "Punctuator", "value": ",", }, - Object { + { "end": 4579, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 24, "line": 204, "offset": 4579, }, - "start": Object { + "start": { "column": 23, "line": 204, "offset": 4578, }, }, - "range": Array [ + "range": [ 4578, 4579, ], @@ -23036,21 +23036,21 @@ Object { "type": "Identifier", "value": "i", }, - Object { + { "end": 4580, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 25, "line": 204, "offset": 4580, }, - "start": Object { + "start": { "column": 24, "line": 204, "offset": 4579, }, }, - "range": Array [ + "range": [ 4579, 4580, ], @@ -23058,21 +23058,21 @@ Object { "type": "Punctuator", "value": ")", }, - Object { + { "end": 4583, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 28, "line": 204, "offset": 4583, }, - "start": Object { + "start": { "column": 26, "line": 204, "offset": 4581, }, }, - "range": Array [ + "range": [ 4581, 4583, ], @@ -23080,21 +23080,21 @@ Object { "type": "Punctuator", "value": "=>", }, - Object { + { "end": 4588, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 33, "line": 204, "offset": 4588, }, - "start": Object { + "start": { "column": 29, "line": 204, "offset": 4584, }, }, - "range": Array [ + "range": [ 4584, 4588, ], @@ -23102,21 +23102,21 @@ Object { "type": "Keyword", "value": "this", }, - Object { + { "end": 4589, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 34, "line": 204, "offset": 4589, }, - "start": Object { + "start": { "column": 33, "line": 204, "offset": 4588, }, }, - "range": Array [ + "range": [ 4588, 4589, ], @@ -23124,21 +23124,21 @@ Object { "type": "Punctuator", "value": ".", }, - Object { + { "end": 4593, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 38, "line": 204, "offset": 4593, }, - "start": Object { + "start": { "column": 34, "line": 204, "offset": 4589, }, }, - "range": Array [ + "range": [ 4589, 4593, ], @@ -23146,21 +23146,21 @@ Object { "type": "Identifier", "value": "tabs", }, - Object { + { "end": 4594, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 39, "line": 204, "offset": 4594, }, - "start": Object { + "start": { "column": 38, "line": 204, "offset": 4593, }, }, - "range": Array [ + "range": [ 4593, 4594, ], @@ -23168,21 +23168,21 @@ Object { "type": "Punctuator", "value": "[", }, - Object { + { "end": 4598, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 43, "line": 204, "offset": 4598, }, - "start": Object { + "start": { "column": 39, "line": 204, "offset": 4594, }, }, - "range": Array [ + "range": [ 4594, 4598, ], @@ -23190,21 +23190,21 @@ Object { "type": "Keyword", "value": "this", }, - Object { + { "end": 4599, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 44, "line": 204, "offset": 4599, }, - "start": Object { + "start": { "column": 43, "line": 204, "offset": 4598, }, }, - "range": Array [ + "range": [ 4598, 4599, ], @@ -23212,21 +23212,21 @@ Object { "type": "Punctuator", "value": ".", }, - Object { + { "end": 4603, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 48, "line": 204, "offset": 4603, }, - "start": Object { + "start": { "column": 44, "line": 204, "offset": 4599, }, }, - "range": Array [ + "range": [ 4599, 4603, ], @@ -23234,21 +23234,21 @@ Object { "type": "Identifier", "value": "tabs", }, - Object { + { "end": 4604, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 49, "line": 204, "offset": 4604, }, - "start": Object { + "start": { "column": 48, "line": 204, "offset": 4603, }, }, - "range": Array [ + "range": [ 4603, 4604, ], @@ -23256,21 +23256,21 @@ Object { "type": "Punctuator", "value": ".", }, - Object { + { "end": 4610, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 55, "line": 204, "offset": 4610, }, - "start": Object { + "start": { "column": 49, "line": 204, "offset": 4604, }, }, - "range": Array [ + "range": [ 4604, 4610, ], @@ -23278,21 +23278,21 @@ Object { "type": "Identifier", "value": "length", }, - Object { + { "end": 4612, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 57, "line": 204, "offset": 4612, }, - "start": Object { + "start": { "column": 56, "line": 204, "offset": 4611, }, }, - "range": Array [ + "range": [ 4611, 4612, ], @@ -23300,21 +23300,21 @@ Object { "type": "Punctuator", "value": "-", }, - Object { + { "end": 4614, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 59, "line": 204, "offset": 4614, }, - "start": Object { + "start": { "column": 58, "line": 204, "offset": 4613, }, }, - "range": Array [ + "range": [ 4613, 4614, ], @@ -23322,21 +23322,21 @@ Object { "type": "Numeric", "value": "1", }, - Object { + { "end": 4615, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 60, "line": 204, "offset": 4615, }, - "start": Object { + "start": { "column": 59, "line": 204, "offset": 4614, }, }, - "range": Array [ + "range": [ 4614, 4615, ], @@ -23344,21 +23344,21 @@ Object { "type": "Punctuator", "value": "]", }, - Object { + { "end": 4617, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 62, "line": 204, "offset": 4617, }, - "start": Object { + "start": { "column": 61, "line": 204, "offset": 4616, }, }, - "range": Array [ + "range": [ 4616, 4617, ], @@ -23366,21 +23366,21 @@ Object { "type": "Punctuator", "value": "+", }, - Object { + { "end": 4619, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 64, "line": 204, "offset": 4619, }, - "start": Object { + "start": { "column": 63, "line": 204, "offset": 4618, }, }, - "range": Array [ + "range": [ 4618, 4619, ], @@ -23388,21 +23388,21 @@ Object { "type": "Identifier", "value": "i", }, - Object { + { "end": 4621, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 66, "line": 204, "offset": 4621, }, - "start": Object { + "start": { "column": 65, "line": 204, "offset": 4620, }, }, - "range": Array [ + "range": [ 4620, 4621, ], @@ -23410,21 +23410,21 @@ Object { "type": "Punctuator", "value": "+", }, - Object { + { "end": 4623, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 68, "line": 204, "offset": 4623, }, - "start": Object { + "start": { "column": 67, "line": 204, "offset": 4622, }, }, - "range": Array [ + "range": [ 4622, 4623, ], @@ -23432,21 +23432,21 @@ Object { "type": "Numeric", "value": "1", }, - Object { + { "end": 4624, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 69, "line": 204, "offset": 4624, }, - "start": Object { + "start": { "column": 68, "line": 204, "offset": 4623, }, }, - "range": Array [ + "range": [ 4623, 4624, ], @@ -23454,21 +23454,21 @@ Object { "type": "Punctuator", "value": ")", }, - Object { + { "end": 4625, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 70, "line": 204, "offset": 4625, }, - "start": Object { + "start": { "column": 69, "line": 204, "offset": 4624, }, }, - "range": Array [ + "range": [ 4624, 4625, ], @@ -23476,21 +23476,21 @@ Object { "type": "Punctuator", "value": ",", }, - Object { + { "end": 4637, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 11, "line": 205, "offset": 4637, }, - "start": Object { + "start": { "column": 10, "line": 205, "offset": 4636, }, }, - "range": Array [ + "range": [ 4636, 4637, ], @@ -23498,21 +23498,21 @@ Object { "type": "Punctuator", "value": ")", }, - Object { + { "end": 4647, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 9, "line": 206, "offset": 4647, }, - "start": Object { + "start": { "column": 8, "line": 206, "offset": 4646, }, }, - "range": Array [ + "range": [ 4646, 4647, ], @@ -23520,21 +23520,21 @@ Object { "type": "Punctuator", "value": "}", }, - Object { + { "end": 4648, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 10, "line": 206, "offset": 4648, }, - "start": Object { + "start": { "column": 9, "line": 206, "offset": 4647, }, }, - "range": Array [ + "range": [ 4647, 4648, ], @@ -23542,21 +23542,21 @@ Object { "type": "Punctuator", "value": ",", }, - Object { + { "end": 4663, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 14, "line": 207, "offset": 4663, }, - "start": Object { + "start": { "column": 8, "line": 207, "offset": 4657, }, }, - "range": Array [ + "range": [ 4657, 4663, ], @@ -23564,21 +23564,21 @@ Object { "type": "Identifier", "value": "remove", }, - Object { + { "end": 4664, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 15, "line": 207, "offset": 4664, }, - "start": Object { + "start": { "column": 14, "line": 207, "offset": 4663, }, }, - "range": Array [ + "range": [ 4663, 4664, ], @@ -23586,21 +23586,21 @@ Object { "type": "Punctuator", "value": "(", }, - Object { + { "end": 4669, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 20, "line": 207, "offset": 4669, }, - "start": Object { + "start": { "column": 15, "line": 207, "offset": 4664, }, }, - "range": Array [ + "range": [ 4664, 4669, ], @@ -23608,21 +23608,21 @@ Object { "type": "Identifier", "value": "index", }, - Object { + { "end": 4670, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 21, "line": 207, "offset": 4670, }, - "start": Object { + "start": { "column": 20, "line": 207, "offset": 4669, }, }, - "range": Array [ + "range": [ 4669, 4670, ], @@ -23630,21 +23630,21 @@ Object { "type": "Punctuator", "value": ")", }, - Object { + { "end": 4672, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 23, "line": 207, "offset": 4672, }, - "start": Object { + "start": { "column": 22, "line": 207, "offset": 4671, }, }, - "range": Array [ + "range": [ 4671, 4672, ], @@ -23652,21 +23652,21 @@ Object { "type": "Punctuator", "value": "{", }, - Object { + { "end": 4687, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 14, "line": 208, "offset": 4687, }, - "start": Object { + "start": { "column": 10, "line": 208, "offset": 4683, }, }, - "range": Array [ + "range": [ 4683, 4687, ], @@ -23674,21 +23674,21 @@ Object { "type": "Keyword", "value": "this", }, - Object { + { "end": 4688, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 15, "line": 208, "offset": 4688, }, - "start": Object { + "start": { "column": 14, "line": 208, "offset": 4687, }, }, - "range": Array [ + "range": [ 4687, 4688, ], @@ -23696,21 +23696,21 @@ Object { "type": "Punctuator", "value": ".", }, - Object { + { "end": 4692, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 19, "line": 208, "offset": 4692, }, - "start": Object { + "start": { "column": 15, "line": 208, "offset": 4688, }, }, - "range": Array [ + "range": [ 4688, 4692, ], @@ -23718,21 +23718,21 @@ Object { "type": "Identifier", "value": "tabs", }, - Object { + { "end": 4693, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 20, "line": 208, "offset": 4693, }, - "start": Object { + "start": { "column": 19, "line": 208, "offset": 4692, }, }, - "range": Array [ + "range": [ 4692, 4693, ], @@ -23740,21 +23740,21 @@ Object { "type": "Punctuator", "value": ".", }, - Object { + { "end": 4699, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 26, "line": 208, "offset": 4699, }, - "start": Object { + "start": { "column": 20, "line": 208, "offset": 4693, }, }, - "range": Array [ + "range": [ 4693, 4699, ], @@ -23762,21 +23762,21 @@ Object { "type": "Identifier", "value": "splice", }, - Object { + { "end": 4700, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 27, "line": 208, "offset": 4700, }, - "start": Object { + "start": { "column": 26, "line": 208, "offset": 4699, }, }, - "range": Array [ + "range": [ 4699, 4700, ], @@ -23784,21 +23784,21 @@ Object { "type": "Punctuator", "value": "(", }, - Object { + { "end": 4705, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 32, "line": 208, "offset": 4705, }, - "start": Object { + "start": { "column": 27, "line": 208, "offset": 4700, }, }, - "range": Array [ + "range": [ 4700, 4705, ], @@ -23806,21 +23806,21 @@ Object { "type": "Identifier", "value": "index", }, - Object { + { "end": 4706, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 33, "line": 208, "offset": 4706, }, - "start": Object { + "start": { "column": 32, "line": 208, "offset": 4705, }, }, - "range": Array [ + "range": [ 4705, 4706, ], @@ -23828,21 +23828,21 @@ Object { "type": "Punctuator", "value": ",", }, - Object { + { "end": 4708, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 35, "line": 208, "offset": 4708, }, - "start": Object { + "start": { "column": 34, "line": 208, "offset": 4707, }, }, - "range": Array [ + "range": [ 4707, 4708, ], @@ -23850,21 +23850,21 @@ Object { "type": "Numeric", "value": "1", }, - Object { + { "end": 4709, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 36, "line": 208, "offset": 4709, }, - "start": Object { + "start": { "column": 35, "line": 208, "offset": 4708, }, }, - "range": Array [ + "range": [ 4708, 4709, ], @@ -23872,21 +23872,21 @@ Object { "type": "Punctuator", "value": ")", }, - Object { + { "end": 4719, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 9, "line": 209, "offset": 4719, }, - "start": Object { + "start": { "column": 8, "line": 209, "offset": 4718, }, }, - "range": Array [ + "range": [ 4718, 4719, ], @@ -23894,21 +23894,21 @@ Object { "type": "Punctuator", "value": "}", }, - Object { + { "end": 4720, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 10, "line": 209, "offset": 4720, }, - "start": Object { + "start": { "column": 9, "line": 209, "offset": 4719, }, }, - "range": Array [ + "range": [ 4719, 4720, ], @@ -23916,21 +23916,21 @@ Object { "type": "Punctuator", "value": ",", }, - Object { + { "end": 4728, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 7, "line": 210, "offset": 4728, }, - "start": Object { + "start": { "column": 6, "line": 210, "offset": 4727, }, }, - "range": Array [ + "range": [ 4727, 4728, ], @@ -23938,21 +23938,21 @@ Object { "type": "Punctuator", "value": "}", }, - Object { + { "end": 4729, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 8, "line": 210, "offset": 4729, }, - "start": Object { + "start": { "column": 7, "line": 210, "offset": 4728, }, }, - "range": Array [ + "range": [ 4728, 4729, ], @@ -23960,21 +23960,21 @@ Object { "type": "Punctuator", "value": ",", }, - Object { + { "end": 4735, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 5, "line": 211, "offset": 4735, }, - "start": Object { + "start": { "column": 4, "line": 211, "offset": 4734, }, }, - "range": Array [ + "range": [ 4734, 4735, ], @@ -23982,21 +23982,21 @@ Object { "type": "Punctuator", "value": "}", }, - Object { + { "end": 4736, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 6, "line": 211, "offset": 4736, }, - "start": Object { + "start": { "column": 5, "line": 211, "offset": 4735, }, }, - "range": Array [ + "range": [ 4735, 4736, ], @@ -24004,21 +24004,21 @@ Object { "type": "Punctuator", "value": "}", }, - Object { + { "end": 4740, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 3, "line": 212, "offset": 4740, }, - "start": Object { + "start": { "column": 2, "line": 212, "offset": 4739, }, }, - "range": Array [ + "range": [ 4739, 4740, ], @@ -24026,21 +24026,21 @@ Object { "type": "Punctuator", "value": "<", }, - Object { + { "end": 4741, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 4, "line": 212, "offset": 4741, }, - "start": Object { + "start": { "column": 3, "line": 212, "offset": 4740, }, }, - "range": Array [ + "range": [ 4740, 4741, ], @@ -24048,21 +24048,21 @@ Object { "type": "Punctuator", "value": "/", }, - Object { + { "end": 4746, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 9, "line": 212, "offset": 4746, }, - "start": Object { + "start": { "column": 4, "line": 212, "offset": 4741, }, }, - "range": Array [ + "range": [ 4741, 4746, ], @@ -24070,21 +24070,21 @@ Object { "type": "JSXIdentifier", "value": "Story", }, - Object { + { "end": 4747, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 10, "line": 212, "offset": 4747, }, - "start": Object { + "start": { "column": 9, "line": 212, "offset": 4746, }, }, - "range": Array [ + "range": [ 4746, 4747, ], @@ -24092,21 +24092,21 @@ Object { "type": "Punctuator", "value": ">", }, - Object { + { "end": 4749, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 1, "line": 213, "offset": 4749, }, - "start": Object { + "start": { "column": 0, "line": 213, "offset": 4748, }, }, - "range": Array [ + "range": [ 4748, 4749, ], @@ -24114,21 +24114,21 @@ Object { "type": "Punctuator", "value": "<", }, - Object { + { "end": 4750, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 2, "line": 213, "offset": 4750, }, - "start": Object { + "start": { "column": 1, "line": 213, "offset": 4749, }, }, - "range": Array [ + "range": [ 4749, 4750, ], @@ -24136,21 +24136,21 @@ Object { "type": "Punctuator", "value": "/", }, - Object { + { "end": 4756, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 8, "line": 213, "offset": 4756, }, - "start": Object { + "start": { "column": 2, "line": 213, "offset": 4750, }, }, - "range": Array [ + "range": [ 4750, 4756, ], @@ -24158,21 +24158,21 @@ Object { "type": "JSXIdentifier", "value": "Canvas", }, - Object { + { "end": 4757, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 9, "line": 213, "offset": 4757, }, - "start": Object { + "start": { "column": 8, "line": 213, "offset": 4756, }, }, - "range": Array [ + "range": [ 4756, 4757, ], @@ -24180,21 +24180,21 @@ Object { "type": "Punctuator", "value": ">", }, - Object { + { "end": 4764, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 5, "line": 215, "offset": 4764, }, - "start": Object { + "start": { "column": 3, "line": 215, "offset": 4762, }, }, - "range": Array [ + "range": [ 4762, 4764, ], @@ -24202,21 +24202,21 @@ Object { "type": "JSXText", "value": "禁用", }, - Object { + { "end": 4767, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 1, "line": 217, "offset": 4767, }, - "start": Object { + "start": { "column": 0, "line": 217, "offset": 4766, }, }, - "range": Array [ + "range": [ 4766, 4767, ], @@ -24224,21 +24224,21 @@ Object { "type": "Punctuator", "value": "<", }, - Object { + { "end": 4773, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 7, "line": 217, "offset": 4773, }, - "start": Object { + "start": { "column": 1, "line": 217, "offset": 4767, }, }, - "range": Array [ + "range": [ 4767, 4773, ], @@ -24246,21 +24246,21 @@ Object { "type": "JSXIdentifier", "value": "Canvas", }, - Object { + { "end": 4778, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 3, "line": 218, "offset": 4778, }, - "start": Object { + "start": { "column": 2, "line": 218, "offset": 4777, }, }, - "range": Array [ + "range": [ 4777, 4778, ], @@ -24268,21 +24268,21 @@ Object { "type": "Punctuator", "value": "<", }, - Object { + { "end": 4783, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 8, "line": 218, "offset": 4783, }, - "start": Object { + "start": { "column": 3, "line": 218, "offset": 4778, }, }, - "range": Array [ + "range": [ 4778, 4783, ], @@ -24290,21 +24290,21 @@ Object { "type": "JSXIdentifier", "value": "Story", }, - Object { + { "end": 4792, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 8, "line": 219, "offset": 4792, }, - "start": Object { + "start": { "column": 4, "line": 219, "offset": 4788, }, }, - "range": Array [ + "range": [ 4788, 4792, ], @@ -24312,21 +24312,21 @@ Object { "type": "JSXIdentifier", "value": "name", }, - Object { + { "end": 4793, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 9, "line": 219, "offset": 4793, }, - "start": Object { + "start": { "column": 8, "line": 219, "offset": 4792, }, }, - "range": Array [ + "range": [ 4792, 4793, ], @@ -24334,43 +24334,43 @@ Object { "type": "Punctuator", "value": "=", }, - Object { + { "end": 4803, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 19, "line": 219, "offset": 4803, }, - "start": Object { + "start": { "column": 9, "line": 219, "offset": 4793, }, }, - "range": Array [ + "range": [ 4793, 4803, ], "start": 4793, "type": "String", - "value": "\\"Disabled\\"", + "value": ""Disabled"", }, - Object { + { "end": 4814, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 10, "line": 220, "offset": 4814, }, - "start": Object { + "start": { "column": 4, "line": 220, "offset": 4808, }, }, - "range": Array [ + "range": [ 4808, 4814, ], @@ -24378,21 +24378,21 @@ Object { "type": "JSXIdentifier", "value": "height", }, - Object { + { "end": 4815, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 11, "line": 220, "offset": 4815, }, - "start": Object { + "start": { "column": 10, "line": 220, "offset": 4814, }, }, - "range": Array [ + "range": [ 4814, 4815, ], @@ -24400,43 +24400,43 @@ Object { "type": "Punctuator", "value": "=", }, - Object { + { "end": 4822, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 18, "line": 220, "offset": 4822, }, - "start": Object { + "start": { "column": 11, "line": 220, "offset": 4815, }, }, - "range": Array [ + "range": [ 4815, 4822, ], "start": 4815, "type": "String", - "value": "\\"100px\\"", + "value": ""100px"", }, - Object { + { "end": 4832, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 5, "line": 222, "offset": 4832, }, - "start": Object { + "start": { "column": 4, "line": 222, "offset": 4831, }, }, - "range": Array [ + "range": [ 4831, 4832, ], @@ -24444,21 +24444,21 @@ Object { "type": "Punctuator", "value": "{", }, - Object { + { "end": 4833, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 6, "line": 222, "offset": 4833, }, - "start": Object { + "start": { "column": 5, "line": 222, "offset": 4832, }, }, - "range": Array [ + "range": [ 4832, 4833, ], @@ -24466,21 +24466,21 @@ Object { "type": "Punctuator", "value": "{", }, - Object { + { "end": 4848, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 14, "line": 223, "offset": 4848, }, - "start": Object { + "start": { "column": 6, "line": 223, "offset": 4840, }, }, - "range": Array [ + "range": [ 4840, 4848, ], @@ -24488,21 +24488,21 @@ Object { "type": "Identifier", "value": "template", }, - Object { + { "end": 4849, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 15, "line": 223, "offset": 4849, }, - "start": Object { + "start": { "column": 14, "line": 223, "offset": 4848, }, }, - "range": Array [ + "range": [ 4848, 4849, ], @@ -24510,21 +24510,21 @@ Object { "type": "Punctuator", "value": ":", }, - Object { + { "end": 5357, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 7, "line": 238, "offset": 5357, }, - "start": Object { + "start": { "column": 27, "line": 223, "offset": 4861, }, }, - "range": Array [ + "range": [ 4861, 5357, ], @@ -24532,36 +24532,36 @@ Object { "type": "Template", "value": "\` - Content 1 + Content 1 Content 2 - Content 3 + Content 3 Content 4 \`", }, - Object { + { "end": 5358, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 8, "line": 238, "offset": 5358, }, - "start": Object { + "start": { "column": 7, "line": 238, "offset": 5357, }, }, - "range": Array [ + "range": [ 5357, 5358, ], @@ -24569,21 +24569,21 @@ Object { "type": "Punctuator", "value": ",", }, - Object { + { "end": 5370, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 11, "line": 239, "offset": 5370, }, - "start": Object { + "start": { "column": 6, "line": 239, "offset": 5365, }, }, - "range": Array [ + "range": [ 5365, 5370, ], @@ -24591,21 +24591,21 @@ Object { "type": "Identifier", "value": "props", }, - Object { + { "end": 5371, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 12, "line": 239, "offset": 5371, }, - "start": Object { + "start": { "column": 11, "line": 239, "offset": 5370, }, }, - "range": Array [ + "range": [ 5370, 5371, ], @@ -24613,21 +24613,21 @@ Object { "type": "Punctuator", "value": ":", }, - Object { + { "end": 5373, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 14, "line": 239, "offset": 5373, }, - "start": Object { + "start": { "column": 13, "line": 239, "offset": 5372, }, }, - "range": Array [ + "range": [ 5372, 5373, ], @@ -24635,21 +24635,21 @@ Object { "type": "Punctuator", "value": "{", }, - Object { + { "end": 5386, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 12, "line": 240, "offset": 5386, }, - "start": Object { + "start": { "column": 8, "line": 240, "offset": 5382, }, }, - "range": Array [ + "range": [ 5382, 5386, ], @@ -24657,21 +24657,21 @@ Object { "type": "Identifier", "value": "tabs", }, - Object { + { "end": 5387, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 13, "line": 240, "offset": 5387, }, - "start": Object { + "start": { "column": 12, "line": 240, "offset": 5386, }, }, - "range": Array [ + "range": [ 5386, 5387, ], @@ -24679,21 +24679,21 @@ Object { "type": "Punctuator", "value": ":", }, - Object { + { "end": 5393, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 19, "line": 240, "offset": 5393, }, - "start": Object { + "start": { "column": 14, "line": 240, "offset": 5388, }, }, - "range": Array [ + "range": [ 5388, 5393, ], @@ -24701,21 +24701,21 @@ Object { "type": "Identifier", "value": "Array", }, - Object { + { "end": 5394, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 20, "line": 240, "offset": 5394, }, - "start": Object { + "start": { "column": 19, "line": 240, "offset": 5393, }, }, - "range": Array [ + "range": [ 5393, 5394, ], @@ -24723,21 +24723,21 @@ Object { "type": "Punctuator", "value": ".", }, - Object { + { "end": 5398, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 24, "line": 240, "offset": 5398, }, - "start": Object { + "start": { "column": 20, "line": 240, "offset": 5394, }, }, - "range": Array [ + "range": [ 5394, 5398, ], @@ -24745,21 +24745,21 @@ Object { "type": "Identifier", "value": "from", }, - Object { + { "end": 5399, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 25, "line": 240, "offset": 5399, }, - "start": Object { + "start": { "column": 24, "line": 240, "offset": 5398, }, }, - "range": Array [ + "range": [ 5398, 5399, ], @@ -24767,21 +24767,21 @@ Object { "type": "Punctuator", "value": "(", }, - Object { + { "end": 5400, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 26, "line": 240, "offset": 5400, }, - "start": Object { + "start": { "column": 25, "line": 240, "offset": 5399, }, }, - "range": Array [ + "range": [ 5399, 5400, ], @@ -24789,21 +24789,21 @@ Object { "type": "Punctuator", "value": "{", }, - Object { + { "end": 5407, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 33, "line": 240, "offset": 5407, }, - "start": Object { + "start": { "column": 27, "line": 240, "offset": 5401, }, }, - "range": Array [ + "range": [ 5401, 5407, ], @@ -24811,21 +24811,21 @@ Object { "type": "Identifier", "value": "length", }, - Object { + { "end": 5408, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 34, "line": 240, "offset": 5408, }, - "start": Object { + "start": { "column": 33, "line": 240, "offset": 5407, }, }, - "range": Array [ + "range": [ 5407, 5408, ], @@ -24833,21 +24833,21 @@ Object { "type": "Punctuator", "value": ":", }, - Object { + { "end": 5411, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 37, "line": 240, "offset": 5411, }, - "start": Object { + "start": { "column": 35, "line": 240, "offset": 5409, }, }, - "range": Array [ + "range": [ 5409, 5411, ], @@ -24855,21 +24855,21 @@ Object { "type": "Numeric", "value": "10", }, - Object { + { "end": 5413, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 39, "line": 240, "offset": 5413, }, - "start": Object { + "start": { "column": 38, "line": 240, "offset": 5412, }, }, - "range": Array [ + "range": [ 5412, 5413, ], @@ -24877,21 +24877,21 @@ Object { "type": "Punctuator", "value": "}", }, - Object { + { "end": 5414, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 40, "line": 240, "offset": 5414, }, - "start": Object { + "start": { "column": 39, "line": 240, "offset": 5413, }, }, - "range": Array [ + "range": [ 5413, 5414, ], @@ -24899,21 +24899,21 @@ Object { "type": "Punctuator", "value": ")", }, - Object { + { "end": 5415, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 41, "line": 240, "offset": 5415, }, - "start": Object { + "start": { "column": 40, "line": 240, "offset": 5414, }, }, - "range": Array [ + "range": [ 5414, 5415, ], @@ -24921,21 +24921,21 @@ Object { "type": "Punctuator", "value": ".", }, - Object { + { "end": 5419, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 45, "line": 240, "offset": 5419, }, - "start": Object { + "start": { "column": 41, "line": 240, "offset": 5415, }, }, - "range": Array [ + "range": [ 5415, 5419, ], @@ -24943,21 +24943,21 @@ Object { "type": "Identifier", "value": "fill", }, - Object { + { "end": 5420, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 46, "line": 240, "offset": 5420, }, - "start": Object { + "start": { "column": 45, "line": 240, "offset": 5419, }, }, - "range": Array [ + "range": [ 5419, 5420, ], @@ -24965,21 +24965,21 @@ Object { "type": "Punctuator", "value": "(", }, - Object { + { "end": 5421, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 47, "line": 240, "offset": 5421, }, - "start": Object { + "start": { "column": 46, "line": 240, "offset": 5420, }, }, - "range": Array [ + "range": [ 5420, 5421, ], @@ -24987,21 +24987,21 @@ Object { "type": "Punctuator", "value": ")", }, - Object { + { "end": 5422, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 48, "line": 240, "offset": 5422, }, - "start": Object { + "start": { "column": 47, "line": 240, "offset": 5421, }, }, - "range": Array [ + "range": [ 5421, 5422, ], @@ -25009,21 +25009,21 @@ Object { "type": "Punctuator", "value": ",", }, - Object { + { "end": 5430, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 7, "line": 241, "offset": 5430, }, - "start": Object { + "start": { "column": 6, "line": 241, "offset": 5429, }, }, - "range": Array [ + "range": [ 5429, 5430, ], @@ -25031,21 +25031,21 @@ Object { "type": "Punctuator", "value": "}", }, - Object { + { "end": 5431, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 8, "line": 241, "offset": 5431, }, - "start": Object { + "start": { "column": 7, "line": 241, "offset": 5430, }, }, - "range": Array [ + "range": [ 5430, 5431, ], @@ -25053,21 +25053,21 @@ Object { "type": "Punctuator", "value": ",", }, - Object { + { "end": 5437, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 5, "line": 242, "offset": 5437, }, - "start": Object { + "start": { "column": 4, "line": 242, "offset": 5436, }, }, - "range": Array [ + "range": [ 5436, 5437, ], @@ -25075,21 +25075,21 @@ Object { "type": "Punctuator", "value": "}", }, - Object { + { "end": 5438, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 6, "line": 242, "offset": 5438, }, - "start": Object { + "start": { "column": 5, "line": 242, "offset": 5437, }, }, - "range": Array [ + "range": [ 5437, 5438, ], @@ -25097,21 +25097,21 @@ Object { "type": "Punctuator", "value": "}", }, - Object { + { "end": 5442, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 3, "line": 243, "offset": 5442, }, - "start": Object { + "start": { "column": 2, "line": 243, "offset": 5441, }, }, - "range": Array [ + "range": [ 5441, 5442, ], @@ -25119,21 +25119,21 @@ Object { "type": "Punctuator", "value": "<", }, - Object { + { "end": 5443, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 4, "line": 243, "offset": 5443, }, - "start": Object { + "start": { "column": 3, "line": 243, "offset": 5442, }, }, - "range": Array [ + "range": [ 5442, 5443, ], @@ -25141,21 +25141,21 @@ Object { "type": "Punctuator", "value": "/", }, - Object { + { "end": 5448, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 9, "line": 243, "offset": 5448, }, - "start": Object { + "start": { "column": 4, "line": 243, "offset": 5443, }, }, - "range": Array [ + "range": [ 5443, 5448, ], @@ -25163,21 +25163,21 @@ Object { "type": "JSXIdentifier", "value": "Story", }, - Object { + { "end": 5449, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 10, "line": 243, "offset": 5449, }, - "start": Object { + "start": { "column": 9, "line": 243, "offset": 5448, }, }, - "range": Array [ + "range": [ 5448, 5449, ], @@ -25185,21 +25185,21 @@ Object { "type": "Punctuator", "value": ">", }, - Object { + { "end": 5451, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 1, "line": 244, "offset": 5451, }, - "start": Object { + "start": { "column": 0, "line": 244, "offset": 5450, }, }, - "range": Array [ + "range": [ 5450, 5451, ], @@ -25207,21 +25207,21 @@ Object { "type": "Punctuator", "value": "<", }, - Object { + { "end": 5452, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 2, "line": 244, "offset": 5452, }, - "start": Object { + "start": { "column": 1, "line": 244, "offset": 5451, }, }, - "range": Array [ + "range": [ 5451, 5452, ], @@ -25229,21 +25229,21 @@ Object { "type": "Punctuator", "value": "/", }, - Object { + { "end": 5458, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 8, "line": 244, "offset": 5458, }, - "start": Object { + "start": { "column": 2, "line": 244, "offset": 5452, }, }, - "range": Array [ + "range": [ 5452, 5458, ], @@ -25251,21 +25251,21 @@ Object { "type": "JSXIdentifier", "value": "Canvas", }, - Object { + { "end": 5459, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 9, "line": 244, "offset": 5459, }, - "start": Object { + "start": { "column": 8, "line": 244, "offset": 5458, }, }, - "range": Array [ + "range": [ 5458, 5459, ], @@ -25273,21 +25273,21 @@ Object { "type": "Punctuator", "value": ">", }, - Object { + { "end": 5471, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 10, "line": 246, "offset": 5471, }, - "start": Object { + "start": { "column": 3, "line": 246, "offset": 5464, }, }, - "range": Array [ + "range": [ 5464, 5471, ], @@ -25295,21 +25295,21 @@ Object { "type": "JSXText", "value": "Lazy 模式", }, - Object { + { "end": 5478, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 5, "line": 248, "offset": 5478, }, - "start": Object { + "start": { "column": 2, "line": 248, "offset": 5475, }, }, - "range": Array [ + "range": [ 5475, 5478, ], @@ -25317,21 +25317,21 @@ Object { "type": "JSXText", "value": "依赖 ", }, - Object { + { "end": 5557, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 84, "line": 248, "offset": 5557, }, - "start": Object { + "start": { "column": 21, "line": 248, "offset": 5494, }, }, - "range": Array [ + "range": [ 5494, 5557, ], @@ -25339,21 +25339,21 @@ Object { "type": "JSXText", "value": ",与默认模式按需加载每次切换 Tab 都会销毁重新创建相比,lazy 启用时在按需加载组件的同时会缓存已加载的 Tab 内容。", }, - Object { + { "end": 5560, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 1, "line": 250, "offset": 5560, }, - "start": Object { + "start": { "column": 0, "line": 250, "offset": 5559, }, }, - "range": Array [ + "range": [ 5559, 5560, ], @@ -25361,21 +25361,21 @@ Object { "type": "Punctuator", "value": "<", }, - Object { + { "end": 5566, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 7, "line": 250, "offset": 5566, }, - "start": Object { + "start": { "column": 1, "line": 250, "offset": 5560, }, }, - "range": Array [ + "range": [ 5560, 5566, ], @@ -25383,21 +25383,21 @@ Object { "type": "JSXIdentifier", "value": "Canvas", }, - Object { + { "end": 5571, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 3, "line": 251, "offset": 5571, }, - "start": Object { + "start": { "column": 2, "line": 251, "offset": 5570, }, }, - "range": Array [ + "range": [ 5570, 5571, ], @@ -25405,21 +25405,21 @@ Object { "type": "Punctuator", "value": "<", }, - Object { + { "end": 5576, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 8, "line": 251, "offset": 5576, }, - "start": Object { + "start": { "column": 3, "line": 251, "offset": 5571, }, }, - "range": Array [ + "range": [ 5571, 5576, ], @@ -25427,21 +25427,21 @@ Object { "type": "JSXIdentifier", "value": "Story", }, - Object { + { "end": 5585, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 8, "line": 252, "offset": 5585, }, - "start": Object { + "start": { "column": 4, "line": 252, "offset": 5581, }, }, - "range": Array [ + "range": [ 5581, 5585, ], @@ -25449,21 +25449,21 @@ Object { "type": "JSXIdentifier", "value": "name", }, - Object { + { "end": 5586, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 9, "line": 252, "offset": 5586, }, - "start": Object { + "start": { "column": 8, "line": 252, "offset": 5585, }, }, - "range": Array [ + "range": [ 5585, 5586, ], @@ -25471,43 +25471,43 @@ Object { "type": "Punctuator", "value": "=", }, - Object { + { "end": 5592, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 15, "line": 252, "offset": 5592, }, - "start": Object { + "start": { "column": 9, "line": 252, "offset": 5586, }, }, - "range": Array [ + "range": [ 5586, 5592, ], "start": 5586, "type": "String", - "value": "\\"Lazy\\"", + "value": ""Lazy"", }, - Object { + { "end": 5603, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 10, "line": 253, "offset": 5603, }, - "start": Object { + "start": { "column": 4, "line": 253, "offset": 5597, }, }, - "range": Array [ + "range": [ 5597, 5603, ], @@ -25515,21 +25515,21 @@ Object { "type": "JSXIdentifier", "value": "height", }, - Object { + { "end": 5604, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 11, "line": 253, "offset": 5604, }, - "start": Object { + "start": { "column": 10, "line": 253, "offset": 5603, }, }, - "range": Array [ + "range": [ 5603, 5604, ], @@ -25537,43 +25537,43 @@ Object { "type": "Punctuator", "value": "=", }, - Object { + { "end": 5611, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 18, "line": 253, "offset": 5611, }, - "start": Object { + "start": { "column": 11, "line": 253, "offset": 5604, }, }, - "range": Array [ + "range": [ 5604, 5611, ], "start": 5604, "type": "String", - "value": "\\"150px\\"", + "value": ""150px"", }, - Object { + { "end": 5621, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 5, "line": 255, "offset": 5621, }, - "start": Object { + "start": { "column": 4, "line": 255, "offset": 5620, }, }, - "range": Array [ + "range": [ 5620, 5621, ], @@ -25581,21 +25581,21 @@ Object { "type": "Punctuator", "value": "{", }, - Object { + { "end": 5622, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 6, "line": 255, "offset": 5622, }, - "start": Object { + "start": { "column": 5, "line": 255, "offset": 5621, }, }, - "range": Array [ + "range": [ 5621, 5622, ], @@ -25603,21 +25603,21 @@ Object { "type": "Punctuator", "value": "{", }, - Object { + { "end": 5637, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 14, "line": 256, "offset": 5637, }, - "start": Object { + "start": { "column": 6, "line": 256, "offset": 5629, }, }, - "range": Array [ + "range": [ 5629, 5637, ], @@ -25625,21 +25625,21 @@ Object { "type": "Identifier", "value": "template", }, - Object { + { "end": 5638, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 15, "line": 256, "offset": 5638, }, - "start": Object { + "start": { "column": 14, "line": 256, "offset": 5637, }, }, - "range": Array [ + "range": [ 5637, 5638, ], @@ -25647,21 +25647,21 @@ Object { "type": "Punctuator", "value": ":", }, - Object { + { "end": 6635, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 7, "line": 285, "offset": 6635, }, - "start": Object { + "start": { "column": 27, "line": 256, "offset": 5650, }, }, - "range": Array [ + "range": [ 5650, 6635, ], @@ -25672,25 +25672,25 @@ Object { - - + + - - + + Content 1 - + Content 2 - + Content 3 @@ -25698,21 +25698,21 @@ Object { \`", }, - Object { + { "end": 6636, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 8, "line": 285, "offset": 6636, }, - "start": Object { + "start": { "column": 7, "line": 285, "offset": 6635, }, }, - "range": Array [ + "range": [ 6635, 6636, ], @@ -25720,21 +25720,21 @@ Object { "type": "Punctuator", "value": ",", }, - Object { + { "end": 6648, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 11, "line": 286, "offset": 6648, }, - "start": Object { + "start": { "column": 6, "line": 286, "offset": 6643, }, }, - "range": Array [ + "range": [ 6643, 6648, ], @@ -25742,21 +25742,21 @@ Object { "type": "Identifier", "value": "props", }, - Object { + { "end": 6649, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 12, "line": 286, "offset": 6649, }, - "start": Object { + "start": { "column": 11, "line": 286, "offset": 6648, }, }, - "range": Array [ + "range": [ 6648, 6649, ], @@ -25764,21 +25764,21 @@ Object { "type": "Punctuator", "value": ":", }, - Object { + { "end": 6651, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 14, "line": 286, "offset": 6651, }, - "start": Object { + "start": { "column": 13, "line": 286, "offset": 6650, }, }, - "range": Array [ + "range": [ 6650, 6651, ], @@ -25786,21 +25786,21 @@ Object { "type": "Punctuator", "value": "{", }, - Object { + { "end": 6664, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 12, "line": 287, "offset": 6664, }, - "start": Object { + "start": { "column": 8, "line": 287, "offset": 6660, }, }, - "range": Array [ + "range": [ 6660, 6664, ], @@ -25808,21 +25808,21 @@ Object { "type": "Identifier", "value": "tabs", }, - Object { + { "end": 6665, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 13, "line": 287, "offset": 6665, }, - "start": Object { + "start": { "column": 12, "line": 287, "offset": 6664, }, }, - "range": Array [ + "range": [ 6664, 6665, ], @@ -25830,21 +25830,21 @@ Object { "type": "Punctuator", "value": ":", }, - Object { + { "end": 6671, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 19, "line": 287, "offset": 6671, }, - "start": Object { + "start": { "column": 14, "line": 287, "offset": 6666, }, }, - "range": Array [ + "range": [ 6666, 6671, ], @@ -25852,21 +25852,21 @@ Object { "type": "Identifier", "value": "Array", }, - Object { + { "end": 6672, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 20, "line": 287, "offset": 6672, }, - "start": Object { + "start": { "column": 19, "line": 287, "offset": 6671, }, }, - "range": Array [ + "range": [ 6671, 6672, ], @@ -25874,21 +25874,21 @@ Object { "type": "Punctuator", "value": ".", }, - Object { + { "end": 6676, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 24, "line": 287, "offset": 6676, }, - "start": Object { + "start": { "column": 20, "line": 287, "offset": 6672, }, }, - "range": Array [ + "range": [ 6672, 6676, ], @@ -25896,21 +25896,21 @@ Object { "type": "Identifier", "value": "from", }, - Object { + { "end": 6677, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 25, "line": 287, "offset": 6677, }, - "start": Object { + "start": { "column": 24, "line": 287, "offset": 6676, }, }, - "range": Array [ + "range": [ 6676, 6677, ], @@ -25918,21 +25918,21 @@ Object { "type": "Punctuator", "value": "(", }, - Object { + { "end": 6678, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 26, "line": 287, "offset": 6678, }, - "start": Object { + "start": { "column": 25, "line": 287, "offset": 6677, }, }, - "range": Array [ + "range": [ 6677, 6678, ], @@ -25940,21 +25940,21 @@ Object { "type": "Punctuator", "value": "{", }, - Object { + { "end": 6685, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 33, "line": 287, "offset": 6685, }, - "start": Object { + "start": { "column": 27, "line": 287, "offset": 6679, }, }, - "range": Array [ + "range": [ 6679, 6685, ], @@ -25962,21 +25962,21 @@ Object { "type": "Identifier", "value": "length", }, - Object { + { "end": 6686, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 34, "line": 287, "offset": 6686, }, - "start": Object { + "start": { "column": 33, "line": 287, "offset": 6685, }, }, - "range": Array [ + "range": [ 6685, 6686, ], @@ -25984,21 +25984,21 @@ Object { "type": "Punctuator", "value": ":", }, - Object { + { "end": 6689, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 37, "line": 287, "offset": 6689, }, - "start": Object { + "start": { "column": 35, "line": 287, "offset": 6687, }, }, - "range": Array [ + "range": [ 6687, 6689, ], @@ -26006,21 +26006,21 @@ Object { "type": "Numeric", "value": "10", }, - Object { + { "end": 6691, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 39, "line": 287, "offset": 6691, }, - "start": Object { + "start": { "column": 38, "line": 287, "offset": 6690, }, }, - "range": Array [ + "range": [ 6690, 6691, ], @@ -26028,21 +26028,21 @@ Object { "type": "Punctuator", "value": "}", }, - Object { + { "end": 6692, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 40, "line": 287, "offset": 6692, }, - "start": Object { + "start": { "column": 39, "line": 287, "offset": 6691, }, }, - "range": Array [ + "range": [ 6691, 6692, ], @@ -26050,21 +26050,21 @@ Object { "type": "Punctuator", "value": ")", }, - Object { + { "end": 6693, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 41, "line": 287, "offset": 6693, }, - "start": Object { + "start": { "column": 40, "line": 287, "offset": 6692, }, }, - "range": Array [ + "range": [ 6692, 6693, ], @@ -26072,21 +26072,21 @@ Object { "type": "Punctuator", "value": ".", }, - Object { + { "end": 6697, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 45, "line": 287, "offset": 6697, }, - "start": Object { + "start": { "column": 41, "line": 287, "offset": 6693, }, }, - "range": Array [ + "range": [ 6693, 6697, ], @@ -26094,21 +26094,21 @@ Object { "type": "Identifier", "value": "fill", }, - Object { + { "end": 6698, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 46, "line": 287, "offset": 6698, }, - "start": Object { + "start": { "column": 45, "line": 287, "offset": 6697, }, }, - "range": Array [ + "range": [ 6697, 6698, ], @@ -26116,21 +26116,21 @@ Object { "type": "Punctuator", "value": "(", }, - Object { + { "end": 6699, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 47, "line": 287, "offset": 6699, }, - "start": Object { + "start": { "column": 46, "line": 287, "offset": 6698, }, }, - "range": Array [ + "range": [ 6698, 6699, ], @@ -26138,21 +26138,21 @@ Object { "type": "Punctuator", "value": ")", }, - Object { + { "end": 6700, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 48, "line": 287, "offset": 6700, }, - "start": Object { + "start": { "column": 47, "line": 287, "offset": 6699, }, }, - "range": Array [ + "range": [ 6699, 6700, ], @@ -26160,21 +26160,21 @@ Object { "type": "Punctuator", "value": ",", }, - Object { + { "end": 6713, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 12, "line": 288, "offset": 6713, }, - "start": Object { + "start": { "column": 8, "line": 288, "offset": 6709, }, }, - "range": Array [ + "range": [ 6709, 6713, ], @@ -26182,21 +26182,21 @@ Object { "type": "Identifier", "value": "lazy", }, - Object { + { "end": 6714, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 13, "line": 288, "offset": 6714, }, - "start": Object { + "start": { "column": 12, "line": 288, "offset": 6713, }, }, - "range": Array [ + "range": [ 6713, 6714, ], @@ -26204,21 +26204,21 @@ Object { "type": "Punctuator", "value": ":", }, - Object { + { "end": 6719, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 18, "line": 288, "offset": 6719, }, - "start": Object { + "start": { "column": 14, "line": 288, "offset": 6715, }, }, - "range": Array [ + "range": [ 6715, 6719, ], @@ -26226,21 +26226,21 @@ Object { "type": "Boolean", "value": "true", }, - Object { + { "end": 6720, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 19, "line": 288, "offset": 6720, }, - "start": Object { + "start": { "column": 18, "line": 288, "offset": 6719, }, }, - "range": Array [ + "range": [ 6719, 6720, ], @@ -26248,21 +26248,21 @@ Object { "type": "Punctuator", "value": ",", }, - Object { + { "end": 6728, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 7, "line": 289, "offset": 6728, }, - "start": Object { + "start": { "column": 6, "line": 289, "offset": 6727, }, }, - "range": Array [ + "range": [ 6727, 6728, ], @@ -26270,21 +26270,21 @@ Object { "type": "Punctuator", "value": "}", }, - Object { + { "end": 6729, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 8, "line": 289, "offset": 6729, }, - "start": Object { + "start": { "column": 7, "line": 289, "offset": 6728, }, }, - "range": Array [ + "range": [ 6728, 6729, ], @@ -26292,21 +26292,21 @@ Object { "type": "Punctuator", "value": ",", }, - Object { + { "end": 6735, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 5, "line": 290, "offset": 6735, }, - "start": Object { + "start": { "column": 4, "line": 290, "offset": 6734, }, }, - "range": Array [ + "range": [ 6734, 6735, ], @@ -26314,21 +26314,21 @@ Object { "type": "Punctuator", "value": "}", }, - Object { + { "end": 6736, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 6, "line": 290, "offset": 6736, }, - "start": Object { + "start": { "column": 5, "line": 290, "offset": 6735, }, }, - "range": Array [ + "range": [ 6735, 6736, ], @@ -26336,21 +26336,21 @@ Object { "type": "Punctuator", "value": "}", }, - Object { + { "end": 6740, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 3, "line": 291, "offset": 6740, }, - "start": Object { + "start": { "column": 2, "line": 291, "offset": 6739, }, }, - "range": Array [ + "range": [ 6739, 6740, ], @@ -26358,21 +26358,21 @@ Object { "type": "Punctuator", "value": "<", }, - Object { + { "end": 6741, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 4, "line": 291, "offset": 6741, }, - "start": Object { + "start": { "column": 3, "line": 291, "offset": 6740, }, }, - "range": Array [ + "range": [ 6740, 6741, ], @@ -26380,21 +26380,21 @@ Object { "type": "Punctuator", "value": "/", }, - Object { + { "end": 6746, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 9, "line": 291, "offset": 6746, }, - "start": Object { + "start": { "column": 4, "line": 291, "offset": 6741, }, }, - "range": Array [ + "range": [ 6741, 6746, ], @@ -26402,21 +26402,21 @@ Object { "type": "JSXIdentifier", "value": "Story", }, - Object { + { "end": 6747, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 10, "line": 291, "offset": 6747, }, - "start": Object { + "start": { "column": 9, "line": 291, "offset": 6746, }, }, - "range": Array [ + "range": [ 6746, 6747, ], @@ -26424,21 +26424,21 @@ Object { "type": "Punctuator", "value": ">", }, - Object { + { "end": 6749, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 1, "line": 292, "offset": 6749, }, - "start": Object { + "start": { "column": 0, "line": 292, "offset": 6748, }, }, - "range": Array [ + "range": [ 6748, 6749, ], @@ -26446,21 +26446,21 @@ Object { "type": "Punctuator", "value": "<", }, - Object { + { "end": 6750, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 2, "line": 292, "offset": 6750, }, - "start": Object { + "start": { "column": 1, "line": 292, "offset": 6749, }, }, - "range": Array [ + "range": [ 6749, 6750, ], @@ -26468,21 +26468,21 @@ Object { "type": "Punctuator", "value": "/", }, - Object { + { "end": 6756, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 8, "line": 292, "offset": 6756, }, - "start": Object { + "start": { "column": 2, "line": 292, "offset": 6750, }, }, - "range": Array [ + "range": [ 6750, 6756, ], @@ -26490,21 +26490,21 @@ Object { "type": "JSXIdentifier", "value": "Canvas", }, - Object { + { "end": 6757, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 9, "line": 292, "offset": 6757, }, - "start": Object { + "start": { "column": 8, "line": 292, "offset": 6756, }, }, - "range": Array [ + "range": [ 6756, 6757, ], @@ -26512,21 +26512,21 @@ Object { "type": "Punctuator", "value": ">", }, - Object { + { "end": 6768, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 9, "line": 294, "offset": 6768, }, - "start": Object { + "start": { "column": 3, "line": 294, "offset": 6762, }, }, - "range": Array [ + "range": [ 6762, 6768, ], @@ -26534,21 +26534,21 @@ Object { "type": "JSXText", "value": "Tab 嵌套", }, - Object { + { "end": 6771, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 1, "line": 296, "offset": 6771, }, - "start": Object { + "start": { "column": 0, "line": 296, "offset": 6770, }, }, - "range": Array [ + "range": [ 6770, 6771, ], @@ -26556,21 +26556,21 @@ Object { "type": "Punctuator", "value": "<", }, - Object { + { "end": 6777, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 7, "line": 296, "offset": 6777, }, - "start": Object { + "start": { "column": 1, "line": 296, "offset": 6771, }, }, - "range": Array [ + "range": [ 6771, 6777, ], @@ -26578,21 +26578,21 @@ Object { "type": "JSXIdentifier", "value": "Canvas", }, - Object { + { "end": 6782, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 3, "line": 297, "offset": 6782, }, - "start": Object { + "start": { "column": 2, "line": 297, "offset": 6781, }, }, - "range": Array [ + "range": [ 6781, 6782, ], @@ -26600,21 +26600,21 @@ Object { "type": "Punctuator", "value": "<", }, - Object { + { "end": 6787, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 8, "line": 297, "offset": 6787, }, - "start": Object { + "start": { "column": 3, "line": 297, "offset": 6782, }, }, - "range": Array [ + "range": [ 6782, 6787, ], @@ -26622,21 +26622,21 @@ Object { "type": "JSXIdentifier", "value": "Story", }, - Object { + { "end": 6796, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 8, "line": 298, "offset": 6796, }, - "start": Object { + "start": { "column": 4, "line": 298, "offset": 6792, }, }, - "range": Array [ + "range": [ 6792, 6796, ], @@ -26644,21 +26644,21 @@ Object { "type": "JSXIdentifier", "value": "name", }, - Object { + { "end": 6797, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 9, "line": 298, "offset": 6797, }, - "start": Object { + "start": { "column": 8, "line": 298, "offset": 6796, }, }, - "range": Array [ + "range": [ 6796, 6797, ], @@ -26666,43 +26666,43 @@ Object { "type": "Punctuator", "value": "=", }, - Object { + { "end": 6803, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 15, "line": 298, "offset": 6803, }, - "start": Object { + "start": { "column": 9, "line": 298, "offset": 6797, }, }, - "range": Array [ + "range": [ 6797, 6803, ], "start": 6797, "type": "String", - "value": "\\"Nest\\"", + "value": ""Nest"", }, - Object { + { "end": 6814, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 10, "line": 299, "offset": 6814, }, - "start": Object { + "start": { "column": 4, "line": 299, "offset": 6808, }, }, - "range": Array [ + "range": [ 6808, 6814, ], @@ -26710,21 +26710,21 @@ Object { "type": "JSXIdentifier", "value": "height", }, - Object { + { "end": 6815, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 11, "line": 299, "offset": 6815, }, - "start": Object { + "start": { "column": 10, "line": 299, "offset": 6814, }, }, - "range": Array [ + "range": [ 6814, 6815, ], @@ -26732,43 +26732,43 @@ Object { "type": "Punctuator", "value": "=", }, - Object { + { "end": 6822, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 18, "line": 299, "offset": 6822, }, - "start": Object { + "start": { "column": 11, "line": 299, "offset": 6815, }, }, - "range": Array [ + "range": [ 6815, 6822, ], "start": 6815, "type": "String", - "value": "\\"100px\\"", + "value": ""100px"", }, - Object { + { "end": 6832, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 5, "line": 301, "offset": 6832, }, - "start": Object { + "start": { "column": 4, "line": 301, "offset": 6831, }, }, - "range": Array [ + "range": [ 6831, 6832, ], @@ -26776,21 +26776,21 @@ Object { "type": "Punctuator", "value": "{", }, - Object { + { "end": 6833, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 6, "line": 301, "offset": 6833, }, - "start": Object { + "start": { "column": 5, "line": 301, "offset": 6832, }, }, - "range": Array [ + "range": [ 6832, 6833, ], @@ -26798,21 +26798,21 @@ Object { "type": "Punctuator", "value": "{", }, - Object { + { "end": 6848, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 14, "line": 302, "offset": 6848, }, - "start": Object { + "start": { "column": 6, "line": 302, "offset": 6840, }, }, - "range": Array [ + "range": [ 6840, 6848, ], @@ -26820,21 +26820,21 @@ Object { "type": "Identifier", "value": "template", }, - Object { + { "end": 6849, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 15, "line": 302, "offset": 6849, }, - "start": Object { + "start": { "column": 14, "line": 302, "offset": 6848, }, }, - "range": Array [ + "range": [ 6848, 6849, ], @@ -26842,21 +26842,21 @@ Object { "type": "Punctuator", "value": ":", }, - Object { + { "end": 8122, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 25, "line": 335, "offset": 8122, }, - "start": Object { + "start": { "column": 27, "line": 302, "offset": 6861, }, }, - "range": Array [ + "range": [ 6861, 8122, ], @@ -26866,28 +26866,28 @@ Object { - - + + - - + + Content 1 - + - - + + Content 2-1 - + Content 2-2 @@ -26897,21 +26897,21 @@ Object { \`", }, - Object { + { "end": 8123, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 26, "line": 335, "offset": 8123, }, - "start": Object { + "start": { "column": 25, "line": 335, "offset": 8122, }, }, - "range": Array [ + "range": [ 8122, 8123, ], @@ -26919,21 +26919,21 @@ Object { "type": "Punctuator", "value": ",", }, - Object { + { "end": 8135, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 11, "line": 336, "offset": 8135, }, - "start": Object { + "start": { "column": 6, "line": 336, "offset": 8130, }, }, - "range": Array [ + "range": [ 8130, 8135, ], @@ -26941,21 +26941,21 @@ Object { "type": "Identifier", "value": "props", }, - Object { + { "end": 8136, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 12, "line": 336, "offset": 8136, }, - "start": Object { + "start": { "column": 11, "line": 336, "offset": 8135, }, }, - "range": Array [ + "range": [ 8135, 8136, ], @@ -26963,21 +26963,21 @@ Object { "type": "Punctuator", "value": ":", }, - Object { + { "end": 8138, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 14, "line": 336, "offset": 8138, }, - "start": Object { + "start": { "column": 13, "line": 336, "offset": 8137, }, }, - "range": Array [ + "range": [ 8137, 8138, ], @@ -26985,21 +26985,21 @@ Object { "type": "Punctuator", "value": "{", }, - Object { + { "end": 8151, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 12, "line": 337, "offset": 8151, }, - "start": Object { + "start": { "column": 8, "line": 337, "offset": 8147, }, }, - "range": Array [ + "range": [ 8147, 8151, ], @@ -27007,21 +27007,21 @@ Object { "type": "Identifier", "value": "lazy", }, - Object { + { "end": 8152, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 13, "line": 337, "offset": 8152, }, - "start": Object { + "start": { "column": 12, "line": 337, "offset": 8151, }, }, - "range": Array [ + "range": [ 8151, 8152, ], @@ -27029,21 +27029,21 @@ Object { "type": "Punctuator", "value": ":", }, - Object { + { "end": 8157, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 18, "line": 337, "offset": 8157, }, - "start": Object { + "start": { "column": 14, "line": 337, "offset": 8153, }, }, - "range": Array [ + "range": [ 8153, 8157, ], @@ -27051,21 +27051,21 @@ Object { "type": "Boolean", "value": "true", }, - Object { + { "end": 8158, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 19, "line": 337, "offset": 8158, }, - "start": Object { + "start": { "column": 18, "line": 337, "offset": 8157, }, }, - "range": Array [ + "range": [ 8157, 8158, ], @@ -27073,21 +27073,21 @@ Object { "type": "Punctuator", "value": ",", }, - Object { + { "end": 8166, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 7, "line": 338, "offset": 8166, }, - "start": Object { + "start": { "column": 6, "line": 338, "offset": 8165, }, }, - "range": Array [ + "range": [ 8165, 8166, ], @@ -27095,21 +27095,21 @@ Object { "type": "Punctuator", "value": "}", }, - Object { + { "end": 8167, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 8, "line": 338, "offset": 8167, }, - "start": Object { + "start": { "column": 7, "line": 338, "offset": 8166, }, }, - "range": Array [ + "range": [ 8166, 8167, ], @@ -27117,21 +27117,21 @@ Object { "type": "Punctuator", "value": ",", }, - Object { + { "end": 8173, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 5, "line": 339, "offset": 8173, }, - "start": Object { + "start": { "column": 4, "line": 339, "offset": 8172, }, }, - "range": Array [ + "range": [ 8172, 8173, ], @@ -27139,21 +27139,21 @@ Object { "type": "Punctuator", "value": "}", }, - Object { + { "end": 8174, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 6, "line": 339, "offset": 8174, }, - "start": Object { + "start": { "column": 5, "line": 339, "offset": 8173, }, }, - "range": Array [ + "range": [ 8173, 8174, ], @@ -27161,21 +27161,21 @@ Object { "type": "Punctuator", "value": "}", }, - Object { + { "end": 8178, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 3, "line": 340, "offset": 8178, }, - "start": Object { + "start": { "column": 2, "line": 340, "offset": 8177, }, }, - "range": Array [ + "range": [ 8177, 8178, ], @@ -27183,21 +27183,21 @@ Object { "type": "Punctuator", "value": "<", }, - Object { + { "end": 8179, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 4, "line": 340, "offset": 8179, }, - "start": Object { + "start": { "column": 3, "line": 340, "offset": 8178, }, }, - "range": Array [ + "range": [ 8178, 8179, ], @@ -27205,21 +27205,21 @@ Object { "type": "Punctuator", "value": "/", }, - Object { + { "end": 8184, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 9, "line": 340, "offset": 8184, }, - "start": Object { + "start": { "column": 4, "line": 340, "offset": 8179, }, }, - "range": Array [ + "range": [ 8179, 8184, ], @@ -27227,21 +27227,21 @@ Object { "type": "JSXIdentifier", "value": "Story", }, - Object { + { "end": 8185, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 10, "line": 340, "offset": 8185, }, - "start": Object { + "start": { "column": 9, "line": 340, "offset": 8184, }, }, - "range": Array [ + "range": [ 8184, 8185, ], @@ -27249,21 +27249,21 @@ Object { "type": "Punctuator", "value": ">", }, - Object { + { "end": 8187, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 1, "line": 341, "offset": 8187, }, - "start": Object { + "start": { "column": 0, "line": 341, "offset": 8186, }, }, - "range": Array [ + "range": [ 8186, 8187, ], @@ -27271,21 +27271,21 @@ Object { "type": "Punctuator", "value": "<", }, - Object { + { "end": 8188, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 2, "line": 341, "offset": 8188, }, - "start": Object { + "start": { "column": 1, "line": 341, "offset": 8187, }, }, - "range": Array [ + "range": [ 8187, 8188, ], @@ -27293,21 +27293,21 @@ Object { "type": "Punctuator", "value": "/", }, - Object { + { "end": 8194, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 8, "line": 341, "offset": 8194, }, - "start": Object { + "start": { "column": 2, "line": 341, "offset": 8188, }, }, - "range": Array [ + "range": [ 8188, 8194, ], @@ -27315,21 +27315,21 @@ Object { "type": "JSXIdentifier", "value": "Canvas", }, - Object { + { "end": 8195, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 9, "line": 341, "offset": 8195, }, - "start": Object { + "start": { "column": 8, "line": 341, "offset": 8194, }, }, - "range": Array [ + "range": [ 8194, 8195, ], @@ -27337,21 +27337,21 @@ Object { "type": "Punctuator", "value": ">", }, - Object { + { "end": 8209, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 12, "line": 343, "offset": 8209, }, - "start": Object { + "start": { "column": 3, "line": 343, "offset": 8200, }, }, - "range": Array [ + "range": [ 8200, 8209, ], @@ -27359,21 +27359,21 @@ Object { "type": "JSXText", "value": "自定义 Title", }, - Object { + { "end": 8212, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 1, "line": 345, "offset": 8212, }, - "start": Object { + "start": { "column": 0, "line": 345, "offset": 8211, }, }, - "range": Array [ + "range": [ 8211, 8212, ], @@ -27381,21 +27381,21 @@ Object { "type": "Punctuator", "value": "<", }, - Object { + { "end": 8218, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 7, "line": 345, "offset": 8218, }, - "start": Object { + "start": { "column": 1, "line": 345, "offset": 8212, }, }, - "range": Array [ + "range": [ 8212, 8218, ], @@ -27403,21 +27403,21 @@ Object { "type": "JSXIdentifier", "value": "Canvas", }, - Object { + { "end": 8223, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 3, "line": 346, "offset": 8223, }, - "start": Object { + "start": { "column": 2, "line": 346, "offset": 8222, }, }, - "range": Array [ + "range": [ 8222, 8223, ], @@ -27425,21 +27425,21 @@ Object { "type": "Punctuator", "value": "<", }, - Object { + { "end": 8228, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 8, "line": 346, "offset": 8228, }, - "start": Object { + "start": { "column": 3, "line": 346, "offset": 8223, }, }, - "range": Array [ + "range": [ 8223, 8228, ], @@ -27447,21 +27447,21 @@ Object { "type": "JSXIdentifier", "value": "Story", }, - Object { + { "end": 8237, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 8, "line": 347, "offset": 8237, }, - "start": Object { + "start": { "column": 4, "line": 347, "offset": 8233, }, }, - "range": Array [ + "range": [ 8233, 8237, ], @@ -27469,21 +27469,21 @@ Object { "type": "JSXIdentifier", "value": "name", }, - Object { + { "end": 8238, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 9, "line": 347, "offset": 8238, }, - "start": Object { + "start": { "column": 8, "line": 347, "offset": 8237, }, }, - "range": Array [ + "range": [ 8237, 8238, ], @@ -27491,43 +27491,43 @@ Object { "type": "Punctuator", "value": "=", }, - Object { + { "end": 8245, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 16, "line": 347, "offset": 8245, }, - "start": Object { + "start": { "column": 9, "line": 347, "offset": 8238, }, }, - "range": Array [ + "range": [ 8238, 8245, ], "start": 8238, "type": "String", - "value": "\\"Title\\"", + "value": ""Title"", }, - Object { + { "end": 8256, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 10, "line": 348, "offset": 8256, }, - "start": Object { + "start": { "column": 4, "line": 348, "offset": 8250, }, }, - "range": Array [ + "range": [ 8250, 8256, ], @@ -27535,21 +27535,21 @@ Object { "type": "JSXIdentifier", "value": "height", }, - Object { + { "end": 8257, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 11, "line": 348, "offset": 8257, }, - "start": Object { + "start": { "column": 10, "line": 348, "offset": 8256, }, }, - "range": Array [ + "range": [ 8256, 8257, ], @@ -27557,43 +27557,43 @@ Object { "type": "Punctuator", "value": "=", }, - Object { + { "end": 8264, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 18, "line": 348, "offset": 8264, }, - "start": Object { + "start": { "column": 11, "line": 348, "offset": 8257, }, }, - "range": Array [ + "range": [ 8257, 8264, ], "start": 8257, "type": "String", - "value": "\\"100px\\"", + "value": ""100px"", }, - Object { + { "end": 8274, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 5, "line": 350, "offset": 8274, }, - "start": Object { + "start": { "column": 4, "line": 350, "offset": 8273, }, }, - "range": Array [ + "range": [ 8273, 8274, ], @@ -27601,21 +27601,21 @@ Object { "type": "Punctuator", "value": "{", }, - Object { + { "end": 8275, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 6, "line": 350, "offset": 8275, }, - "start": Object { + "start": { "column": 5, "line": 350, "offset": 8274, }, }, - "range": Array [ + "range": [ 8274, 8275, ], @@ -27623,21 +27623,21 @@ Object { "type": "Punctuator", "value": "{", }, - Object { + { "end": 8290, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 14, "line": 351, "offset": 8290, }, - "start": Object { + "start": { "column": 6, "line": 351, "offset": 8282, }, }, - "range": Array [ + "range": [ 8282, 8290, ], @@ -27645,21 +27645,21 @@ Object { "type": "Identifier", "value": "template", }, - Object { + { "end": 8291, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 15, "line": 351, "offset": 8291, }, - "start": Object { + "start": { "column": 14, "line": 351, "offset": 8290, }, }, - "range": Array [ + "range": [ 8290, 8291, ], @@ -27667,51 +27667,51 @@ Object { "type": "Punctuator", "value": ":", }, - Object { + { "end": 8738, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 7, "line": 359, "offset": 8738, }, - "start": Object { + "start": { "column": 27, "line": 351, "offset": 8303, }, }, - "range": Array [ + "range": [ 8303, 8738, ], "start": 8303, "type": "Template", "value": "\` - + Title - Content 1 - Content 2 - Content 3 - Content 4 + Content 1 + Content 2 + Content 3 + Content 4 \`", }, - Object { + { "end": 8739, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 8, "line": 359, "offset": 8739, }, - "start": Object { + "start": { "column": 7, "line": 359, "offset": 8738, }, }, - "range": Array [ + "range": [ 8738, 8739, ], @@ -27719,21 +27719,21 @@ Object { "type": "Punctuator", "value": ",", }, - Object { + { "end": 8745, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 5, "line": 360, "offset": 8745, }, - "start": Object { + "start": { "column": 4, "line": 360, "offset": 8744, }, }, - "range": Array [ + "range": [ 8744, 8745, ], @@ -27741,21 +27741,21 @@ Object { "type": "Punctuator", "value": "}", }, - Object { + { "end": 8746, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 6, "line": 360, "offset": 8746, }, - "start": Object { + "start": { "column": 5, "line": 360, "offset": 8745, }, }, - "range": Array [ + "range": [ 8745, 8746, ], @@ -27763,21 +27763,21 @@ Object { "type": "Punctuator", "value": "}", }, - Object { + { "end": 8750, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 3, "line": 361, "offset": 8750, }, - "start": Object { + "start": { "column": 2, "line": 361, "offset": 8749, }, }, - "range": Array [ + "range": [ 8749, 8750, ], @@ -27785,21 +27785,21 @@ Object { "type": "Punctuator", "value": "<", }, - Object { + { "end": 8751, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 4, "line": 361, "offset": 8751, }, - "start": Object { + "start": { "column": 3, "line": 361, "offset": 8750, }, }, - "range": Array [ + "range": [ 8750, 8751, ], @@ -27807,21 +27807,21 @@ Object { "type": "Punctuator", "value": "/", }, - Object { + { "end": 8756, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 9, "line": 361, "offset": 8756, }, - "start": Object { + "start": { "column": 4, "line": 361, "offset": 8751, }, }, - "range": Array [ + "range": [ 8751, 8756, ], @@ -27829,21 +27829,21 @@ Object { "type": "JSXIdentifier", "value": "Story", }, - Object { + { "end": 8757, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 10, "line": 361, "offset": 8757, }, - "start": Object { + "start": { "column": 9, "line": 361, "offset": 8756, }, }, - "range": Array [ + "range": [ 8756, 8757, ], @@ -27851,21 +27851,21 @@ Object { "type": "Punctuator", "value": ">", }, - Object { + { "end": 8759, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 1, "line": 362, "offset": 8759, }, - "start": Object { + "start": { "column": 0, "line": 362, "offset": 8758, }, }, - "range": Array [ + "range": [ 8758, 8759, ], @@ -27873,21 +27873,21 @@ Object { "type": "Punctuator", "value": "<", }, - Object { + { "end": 8760, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 2, "line": 362, "offset": 8760, }, - "start": Object { + "start": { "column": 1, "line": 362, "offset": 8759, }, }, - "range": Array [ + "range": [ 8759, 8760, ], @@ -27895,21 +27895,21 @@ Object { "type": "Punctuator", "value": "/", }, - Object { + { "end": 8766, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 8, "line": 362, "offset": 8766, }, - "start": Object { + "start": { "column": 2, "line": 362, "offset": 8760, }, }, - "range": Array [ + "range": [ 8760, 8766, ], @@ -27917,21 +27917,21 @@ Object { "type": "JSXIdentifier", "value": "Canvas", }, - Object { + { "end": 8767, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 9, "line": 362, "offset": 8767, }, - "start": Object { + "start": { "column": 8, "line": 362, "offset": 8766, }, }, - "range": Array [ + "range": [ 8766, 8767, ], @@ -27939,21 +27939,21 @@ Object { "type": "Punctuator", "value": ">", }, - Object { + { "end": 8796, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 27, "line": 364, "offset": 8796, }, - "start": Object { + "start": { "column": 3, "line": 364, "offset": 8772, }, }, - "range": Array [ + "range": [ 8772, 8796, ], @@ -27961,21 +27961,21 @@ Object { "type": "JSXText", "value": "TabGroupComponent Inputs", }, - Object { + { "end": 8802, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 4, "line": 366, "offset": 8802, }, - "start": Object { + "start": { "column": 2, "line": 366, "offset": 8800, }, }, - "range": Array [ + "range": [ 8800, 8802, ], @@ -27983,21 +27983,21 @@ Object { "type": "JSXText", "value": "名称", }, - Object { + { "end": 8816, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 18, "line": 366, "offset": 8816, }, - "start": Object { + "start": { "column": 16, "line": 366, "offset": 8814, }, }, - "range": Array [ + "range": [ 8814, 8816, ], @@ -28005,21 +28005,21 @@ Object { "type": "JSXText", "value": "类型", }, - Object { + { "end": 8825, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 27, "line": 366, "offset": 8825, }, - "start": Object { + "start": { "column": 24, "line": 366, "offset": 8822, }, }, - "range": Array [ + "range": [ 8822, 8825, ], @@ -28027,21 +28027,21 @@ Object { "type": "JSXText", "value": "默认值", }, - Object { + { "end": 8838, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 40, "line": 366, "offset": 8838, }, - "start": Object { + "start": { "column": 38, "line": 366, "offset": 8836, }, }, - "range": Array [ + "range": [ 8836, 8838, ], @@ -28049,21 +28049,21 @@ Object { "type": "JSXText", "value": "描述", }, - Object { + { "end": 8921, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 6, "line": 368, "offset": 8921, }, - "start": Object { + "start": { "column": 2, "line": 368, "offset": 8917, }, }, - "range": Array [ + "range": [ 8917, 8921, ], @@ -28071,21 +28071,21 @@ Object { "type": "JSXText", "value": "type", }, - Object { + { "end": 8940, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 25, "line": 368, "offset": 8940, }, - "start": Object { + "start": { "column": 18, "line": 368, "offset": 8933, }, }, - "range": Array [ + "range": [ 8933, 8940, ], @@ -28093,21 +28093,21 @@ Object { "type": "JSXText", "value": "TabType", }, - Object { + { "end": 8955, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 40, "line": 368, "offset": 8955, }, - "start": Object { + "start": { "column": 28, "line": 368, "offset": 8943, }, }, - "range": Array [ + "range": [ 8943, 8955, ], @@ -28115,21 +28115,21 @@ Object { "type": "JSXText", "value": "TabType.Line", }, - Object { + { "end": 8964, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 49, "line": 368, "offset": 8964, }, - "start": Object { + "start": { "column": 45, "line": 368, "offset": 8960, }, }, - "range": Array [ + "range": [ 8960, 8964, ], @@ -28137,21 +28137,21 @@ Object { "type": "JSXText", "value": "样式主题", }, - Object { + { "end": 8980, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 6, "line": 369, "offset": 8980, }, - "start": Object { + "start": { "column": 2, "line": 369, "offset": 8976, }, }, - "range": Array [ + "range": [ 8976, 8980, ], @@ -28159,21 +28159,21 @@ Object { "type": "JSXText", "value": "size", }, - Object { + { "end": 8999, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 25, "line": 369, "offset": 8999, }, - "start": Object { + "start": { "column": 18, "line": 369, "offset": 8992, }, }, - "range": Array [ + "range": [ 8992, 8999, ], @@ -28181,21 +28181,21 @@ Object { "type": "JSXText", "value": "TabSize", }, - Object { + { "end": 9016, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 42, "line": 369, "offset": 9016, }, - "start": Object { + "start": { "column": 28, "line": 369, "offset": 9002, }, }, - "range": Array [ + "range": [ 9002, 9016, ], @@ -28203,21 +28203,21 @@ Object { "type": "JSXText", "value": "TabSize.Medium", }, - Object { + { "end": 9021, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 47, "line": 369, "offset": 9021, }, - "start": Object { + "start": { "column": 45, "line": 369, "offset": 9019, }, }, - "range": Array [ + "range": [ 9019, 9021, ], @@ -28225,21 +28225,21 @@ Object { "type": "JSXText", "value": "尺寸", }, - Object { + { "end": 9040, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 5, "line": 370, "offset": 9040, }, - "start": Object { + "start": { "column": 2, "line": 370, "offset": 9037, }, }, - "range": Array [ + "range": [ 9037, 9040, ], @@ -28247,21 +28247,21 @@ Object { "type": "JSXText", "value": "tab", }, - Object { + { "end": 9059, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 24, "line": 370, "offset": 9059, }, - "start": Object { + "start": { "column": 18, "line": 370, "offset": 9053, }, }, - "range": Array [ + "range": [ 9053, 9059, ], @@ -28269,21 +28269,21 @@ Object { "type": "JSXText", "value": "string", }, - Object { + { "end": 9064, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 29, "line": 370, "offset": 9064, }, - "start": Object { + "start": { "column": 28, "line": 370, "offset": 9063, }, }, - "range": Array [ + "range": [ 9063, 9064, ], @@ -28291,21 +28291,21 @@ Object { "type": "JSXText", "value": "-", }, - Object { + { "end": 9090, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 55, "line": 370, "offset": 9090, }, - "start": Object { + "start": { "column": 45, "line": 370, "offset": 9080, }, }, - "range": Array [ + "range": [ 9080, 9090, ], @@ -28313,21 +28313,21 @@ Object { "type": "JSXText", "value": "选中 Tab 的名称", }, - Object { + { "end": 9108, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 15, "line": 371, "offset": 9108, }, - "start": Object { + "start": { "column": 2, "line": 371, "offset": 9095, }, }, - "range": Array [ + "range": [ 9095, 9108, ], @@ -28335,21 +28335,21 @@ Object { "type": "JSXText", "value": "selectedIndex", }, - Object { + { "end": 9117, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 24, "line": 371, "offset": 9117, }, - "start": Object { + "start": { "column": 18, "line": 371, "offset": 9111, }, }, - "range": Array [ + "range": [ 9111, 9117, ], @@ -28357,21 +28357,21 @@ Object { "type": "JSXText", "value": "number", }, - Object { + { "end": 9122, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 29, "line": 371, "offset": 9122, }, - "start": Object { + "start": { "column": 28, "line": 371, "offset": 9121, }, }, - "range": Array [ + "range": [ 9121, 9122, ], @@ -28379,21 +28379,21 @@ Object { "type": "JSXText", "value": "-", }, - Object { + { "end": 9148, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 55, "line": 371, "offset": 9148, }, - "start": Object { + "start": { "column": 45, "line": 371, "offset": 9138, }, }, - "range": Array [ + "range": [ 9138, 9148, ], @@ -28401,21 +28401,21 @@ Object { "type": "JSXText", "value": "选中 Tab 的索引", }, - Object { + { "end": 9157, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 6, "line": 372, "offset": 9157, }, - "start": Object { + "start": { "column": 2, "line": 372, "offset": 9153, }, }, - "range": Array [ + "range": [ 9153, 9157, ], @@ -28423,21 +28423,21 @@ Object { "type": "JSXText", "value": "lazy", }, - Object { + { "end": 9176, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 25, "line": 372, "offset": 9176, }, - "start": Object { + "start": { "column": 18, "line": 372, "offset": 9169, }, }, - "range": Array [ + "range": [ 9169, 9176, ], @@ -28445,21 +28445,21 @@ Object { "type": "JSXText", "value": "boolean", }, - Object { + { "end": 9184, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 33, "line": 372, "offset": 9184, }, - "start": Object { + "start": { "column": 28, "line": 372, "offset": 9179, }, }, - "range": Array [ + "range": [ 9179, 9184, ], @@ -28467,21 +28467,21 @@ Object { "type": "JSXText", "value": "false", }, - Object { + { "end": 9201, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 50, "line": 372, "offset": 9201, }, - "start": Object { + "start": { "column": 45, "line": 372, "offset": 9196, }, }, - "range": Array [ + "range": [ 9196, 9201, ], @@ -28489,21 +28489,21 @@ Object { "type": "JSXText", "value": "懒加载模式", }, - Object { + { "end": 9238, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 28, "line": 374, "offset": 9238, }, - "start": Object { + "start": { "column": 3, "line": 374, "offset": 9213, }, }, - "range": Array [ + "range": [ 9213, 9238, ], @@ -28511,21 +28511,21 @@ Object { "type": "JSXText", "value": "TabGroupComponent Outputs", }, - Object { + { "end": 9320, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 4, "line": 383, "offset": 9320, }, - "start": Object { + "start": { "column": 2, "line": 383, "offset": 9318, }, }, - "range": Array [ + "range": [ 9318, 9320, ], @@ -28533,21 +28533,21 @@ Object { "type": "JSXText", "value": "名称", }, - Object { + { "end": 9340, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 24, "line": 383, "offset": 9340, }, - "start": Object { + "start": { "column": 22, "line": 383, "offset": 9338, }, }, - "range": Array [ + "range": [ 9338, 9340, ], @@ -28555,21 +28555,21 @@ Object { "type": "JSXText", "value": "类型", }, - Object { + { "end": 9355, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 39, "line": 383, "offset": 9355, }, - "start": Object { + "start": { "column": 37, "line": 383, "offset": 9353, }, }, - "range": Array [ + "range": [ 9353, 9355, ], @@ -28577,21 +28577,21 @@ Object { "type": "JSXText", "value": "描述", }, - Object { + { "end": 9467, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 11, "line": 385, "offset": 9467, }, - "start": Object { + "start": { "column": 2, "line": 385, "offset": 9458, }, }, - "range": Array [ + "range": [ 9458, 9467, ], @@ -28599,21 +28599,21 @@ Object { "type": "JSXText", "value": "tabChange", }, - Object { + { "end": 9486, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 30, "line": 385, "offset": 9486, }, - "start": Object { + "start": { "column": 24, "line": 385, "offset": 9480, }, }, - "range": Array [ + "range": [ 9480, 9486, ], @@ -28621,21 +28621,21 @@ Object { "type": "JSXText", "value": "string", }, - Object { + { "end": 9514, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 58, "line": 385, "offset": 9514, }, - "start": Object { + "start": { "column": 41, "line": 385, "offset": 9497, }, }, - "range": Array [ + "range": [ 9497, 9514, ], @@ -28643,21 +28643,21 @@ Object { "type": "JSXText", "value": "Tab 切换时发射 Tab 的名称", }, - Object { + { "end": 9542, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 21, "line": 386, "offset": 9542, }, - "start": Object { + "start": { "column": 2, "line": 386, "offset": 9523, }, }, - "range": Array [ + "range": [ 9523, 9542, ], @@ -28665,21 +28665,21 @@ Object { "type": "JSXText", "value": "selectedIndexChange", }, - Object { + { "end": 9551, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 30, "line": 386, "offset": 9551, }, - "start": Object { + "start": { "column": 24, "line": 386, "offset": 9545, }, }, - "range": Array [ + "range": [ 9545, 9551, ], @@ -28687,21 +28687,21 @@ Object { "type": "JSXText", "value": "number", }, - Object { + { "end": 9579, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 58, "line": 386, "offset": 9579, }, - "start": Object { + "start": { "column": 41, "line": 386, "offset": 9562, }, }, - "range": Array [ + "range": [ 9562, 9579, ], @@ -28709,21 +28709,21 @@ Object { "type": "JSXText", "value": "Tab 切换时发射 Tab 的索引", }, - Object { + { "end": 9605, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 19, "line": 387, "offset": 9605, }, - "start": Object { + "start": { "column": 2, "line": 387, "offset": 9588, }, }, - "range": Array [ + "range": [ 9588, 9605, ], @@ -28731,21 +28731,21 @@ Object { "type": "JSXText", "value": "selectedTabChange", }, - Object { + { "end": 9624, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 38, "line": 387, "offset": 9624, }, - "start": Object { + "start": { "column": 24, "line": 387, "offset": 9610, }, }, - "range": Array [ + "range": [ 9610, 9624, ], @@ -28753,21 +28753,21 @@ Object { "type": "JSXText", "value": "TabChangeEvent", }, - Object { + { "end": 9651, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 65, "line": 387, "offset": 9651, }, - "start": Object { + "start": { "column": 41, "line": 387, "offset": 9627, }, }, - "range": Array [ + "range": [ 9627, 9651, ], @@ -28775,21 +28775,21 @@ Object { "type": "JSXText", "value": "Tab 切换时发射 TabChangeEvent", }, - Object { + { "end": 9667, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 13, "line": 388, "offset": 9667, }, - "start": Object { + "start": { "column": 2, "line": 388, "offset": 9656, }, }, - "range": Array [ + "range": [ 9656, 9667, ], @@ -28797,21 +28797,21 @@ Object { "type": "JSXText", "value": "focusChange", }, - Object { + { "end": 9692, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 38, "line": 388, "offset": 9692, }, - "start": Object { + "start": { "column": 24, "line": 388, "offset": 9678, }, }, - "range": Array [ + "range": [ 9678, 9692, ], @@ -28819,21 +28819,21 @@ Object { "type": "JSXText", "value": "TabChangeEvent", }, - Object { + { "end": 9699, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 45, "line": 388, "offset": 9699, }, - "start": Object { + "start": { "column": 41, "line": 388, "offset": 9695, }, }, - "range": Array [ + "range": [ 9695, 9699, ], @@ -28841,21 +28841,21 @@ Object { "type": "JSXText", "value": "Tab ", }, - Object { + { "end": 9712, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 58, "line": 388, "offset": 9712, }, - "start": Object { + "start": { "column": 52, "line": 388, "offset": 9706, }, }, - "range": Array [ + "range": [ 9706, 9712, ], @@ -28863,21 +28863,21 @@ Object { "type": "JSXText", "value": " 切换时发射", }, - Object { + { "end": 9745, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 22, "line": 390, "offset": 9745, }, - "start": Object { + "start": { "column": 3, "line": 390, "offset": 9726, }, }, - "range": Array [ + "range": [ 9726, 9745, ], @@ -28885,21 +28885,21 @@ Object { "type": "JSXText", "value": "TabComponent Inputs", }, - Object { + { "end": 9751, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 4, "line": 392, "offset": 9751, }, - "start": Object { + "start": { "column": 2, "line": 392, "offset": 9749, }, }, - "range": Array [ + "range": [ 9749, 9751, ], @@ -28907,21 +28907,21 @@ Object { "type": "JSXText", "value": "名称", }, - Object { + { "end": 9761, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 14, "line": 392, "offset": 9761, }, - "start": Object { + "start": { "column": 12, "line": 392, "offset": 9759, }, }, - "range": Array [ + "range": [ 9759, 9761, ], @@ -28929,21 +28929,21 @@ Object { "type": "JSXText", "value": "类型", }, - Object { + { "end": 9770, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 23, "line": 392, "offset": 9770, }, - "start": Object { + "start": { "column": 20, "line": 392, "offset": 9767, }, }, - "range": Array [ + "range": [ 9767, 9770, ], @@ -28951,21 +28951,21 @@ Object { "type": "JSXText", "value": "默认值", }, - Object { + { "end": 9775, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 28, "line": 392, "offset": 9775, }, - "start": Object { + "start": { "column": 26, "line": 392, "offset": 9773, }, }, - "range": Array [ + "range": [ 9773, 9775, ], @@ -28973,21 +28973,21 @@ Object { "type": "JSXText", "value": "说明", }, - Object { + { "end": 9848, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 6, "line": 394, "offset": 9848, }, - "start": Object { + "start": { "column": 2, "line": 394, "offset": 9844, }, }, - "range": Array [ + "range": [ 9844, 9848, ], @@ -28995,21 +28995,21 @@ Object { "type": "JSXText", "value": "name", }, - Object { + { "end": 9862, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 20, "line": 394, "offset": 9862, }, - "start": Object { + "start": { "column": 14, "line": 394, "offset": 9856, }, }, - "range": Array [ + "range": [ 9856, 9862, ], @@ -29017,21 +29017,21 @@ Object { "type": "JSXText", "value": "string", }, - Object { + { "end": 9867, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 25, "line": 394, "offset": 9867, }, - "start": Object { + "start": { "column": 24, "line": 394, "offset": 9866, }, }, - "range": Array [ + "range": [ 9866, 9867, ], @@ -29039,21 +29039,21 @@ Object { "type": "JSXText", "value": "-", }, - Object { + { "end": 9882, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 40, "line": 394, "offset": 9882, }, - "start": Object { + "start": { "column": 33, "line": 394, "offset": 9875, }, }, - "range": Array [ + "range": [ 9875, 9882, ], @@ -29061,21 +29061,21 @@ Object { "type": "JSXText", "value": "tab 的名称", }, - Object { + { "end": 9898, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 7, "line": 395, "offset": 9898, }, - "start": Object { + "start": { "column": 2, "line": 395, "offset": 9893, }, }, - "range": Array [ + "range": [ 9893, 9898, ], @@ -29083,21 +29083,21 @@ Object { "type": "JSXText", "value": "label", }, - Object { + { "end": 9911, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 20, "line": 395, "offset": 9911, }, - "start": Object { + "start": { "column": 14, "line": 395, "offset": 9905, }, }, - "range": Array [ + "range": [ 9905, 9911, ], @@ -29105,21 +29105,21 @@ Object { "type": "JSXText", "value": "string", }, - Object { + { "end": 9916, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 25, "line": 395, "offset": 9916, }, - "start": Object { + "start": { "column": 24, "line": 395, "offset": 9915, }, }, - "range": Array [ + "range": [ 9915, 9916, ], @@ -29127,21 +29127,21 @@ Object { "type": "JSXText", "value": "-", }, - Object { + { "end": 9932, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 41, "line": 395, "offset": 9932, }, - "start": Object { + "start": { "column": 33, "line": 395, "offset": 9924, }, }, - "range": Array [ + "range": [ 9924, 9932, ], @@ -29149,21 +29149,21 @@ Object { "type": "JSXText", "value": "文字 label", }, - Object { + { "end": 9952, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 11, "line": 396, "offset": 9952, }, - "start": Object { + "start": { "column": 2, "line": 396, "offset": 9943, }, }, - "range": Array [ + "range": [ 9943, 9952, ], @@ -29171,21 +29171,21 @@ Object { "type": "JSXText", "value": "closeable", }, - Object { + { "end": 9962, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 21, "line": 396, "offset": 9962, }, - "start": Object { + "start": { "column": 14, "line": 396, "offset": 9955, }, }, - "range": Array [ + "range": [ 9955, 9962, ], @@ -29193,21 +29193,21 @@ Object { "type": "JSXText", "value": "boolean", }, - Object { + { "end": 9970, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 29, "line": 396, "offset": 9970, }, - "start": Object { + "start": { "column": 24, "line": 396, "offset": 9965, }, }, - "range": Array [ + "range": [ 9965, 9970, ], @@ -29215,21 +29215,21 @@ Object { "type": "JSXText", "value": "false", }, - Object { + { "end": 9982, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 41, "line": 396, "offset": 9982, }, - "start": Object { + "start": { "column": 33, "line": 396, "offset": 9974, }, }, - "range": Array [ + "range": [ 9974, 9982, ], @@ -29237,21 +29237,21 @@ Object { "type": "JSXText", "value": "是否显示关闭按键", }, - Object { + { "end": 9995, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 10, "line": 397, "offset": 9995, }, - "start": Object { + "start": { "column": 2, "line": 397, "offset": 9987, }, }, - "range": Array [ + "range": [ 9987, 9995, ], @@ -29259,21 +29259,21 @@ Object { "type": "JSXText", "value": "disabled", }, - Object { + { "end": 10006, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 21, "line": 397, "offset": 10006, }, - "start": Object { + "start": { "column": 14, "line": 397, "offset": 9999, }, }, - "range": Array [ + "range": [ 9999, 10006, ], @@ -29281,21 +29281,21 @@ Object { "type": "JSXText", "value": "boolean", }, - Object { + { "end": 10014, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 29, "line": 397, "offset": 10014, }, - "start": Object { + "start": { "column": 24, "line": 397, "offset": 10009, }, }, - "range": Array [ + "range": [ 10009, 10014, ], @@ -29303,21 +29303,21 @@ Object { "type": "JSXText", "value": "false", }, - Object { + { "end": 10027, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 42, "line": 397, "offset": 10027, }, - "start": Object { + "start": { "column": 33, "line": 397, "offset": 10018, }, }, - "range": Array [ + "range": [ 10018, 10027, ], @@ -29325,21 +29325,21 @@ Object { "type": "JSXText", "value": "是否禁用此 tab", }, - Object { + { "end": 10056, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 23, "line": 399, "offset": 10056, }, - "start": Object { + "start": { "column": 3, "line": 399, "offset": 10036, }, }, - "range": Array [ + "range": [ 10036, 10056, ], @@ -29347,21 +29347,21 @@ Object { "type": "JSXText", "value": "TabComponent Outputs", }, - Object { + { "end": 10062, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 4, "line": 401, "offset": 10062, }, - "start": Object { + "start": { "column": 2, "line": 401, "offset": 10060, }, }, - "range": Array [ + "range": [ 10060, 10062, ], @@ -29369,21 +29369,21 @@ Object { "type": "JSXText", "value": "名称", }, - Object { + { "end": 10068, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 10, "line": 401, "offset": 10068, }, - "start": Object { + "start": { "column": 8, "line": 401, "offset": 10066, }, }, - "range": Array [ + "range": [ 10066, 10068, ], @@ -29391,21 +29391,21 @@ Object { "type": "JSXText", "value": "类型", }, - Object { + { "end": 10073, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 15, "line": 401, "offset": 10073, }, - "start": Object { + "start": { "column": 13, "line": 401, "offset": 10071, }, }, - "range": Array [ + "range": [ 10071, 10073, ], @@ -29413,21 +29413,21 @@ Object { "type": "JSXText", "value": "描述", }, - Object { + { "end": 10139, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 7, "line": 403, "offset": 10139, }, - "start": Object { + "start": { "column": 2, "line": 403, "offset": 10134, }, }, - "range": Array [ + "range": [ 10134, 10139, ], @@ -29435,21 +29435,21 @@ Object { "type": "JSXText", "value": "close", }, - Object { + { "end": 10146, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 14, "line": 403, "offset": 10146, }, - "start": Object { + "start": { "column": 10, "line": 403, "offset": 10142, }, }, - "range": Array [ + "range": [ 10142, 10146, ], @@ -29457,21 +29457,21 @@ Object { "type": "JSXText", "value": "void", }, - Object { + { "end": 10159, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 27, "line": 403, "offset": 10159, }, - "start": Object { + "start": { "column": 17, "line": 403, "offset": 10149, }, }, - "range": Array [ + "range": [ 10149, 10159, ], @@ -29479,21 +29479,21 @@ Object { "type": "JSXText", "value": "关闭按键被点击时发射", }, - Object { + { "end": 10176, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 13, "line": 405, "offset": 10176, }, - "start": Object { + "start": { "column": 3, "line": 405, "offset": 10166, }, }, - "range": Array [ + "range": [ 10166, 10176, ], @@ -29501,21 +29501,21 @@ Object { "type": "JSXText", "value": "Directives", }, - Object { + { "end": 10182, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 4, "line": 407, "offset": 10182, }, - "start": Object { + "start": { "column": 2, "line": 407, "offset": 10180, }, }, - "range": Array [ + "range": [ 10180, 10182, ], @@ -29523,21 +29523,21 @@ Object { "type": "JSXText", "value": "名称", }, - Object { + { "end": 10202, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 24, "line": 407, "offset": 10202, }, - "start": Object { + "start": { "column": 20, "line": 407, "offset": 10198, }, }, - "range": Array [ + "range": [ 10198, 10202, ], @@ -29545,21 +29545,21 @@ Object { "type": "JSXText", "value": "作用范围", }, - Object { + { "end": 10216, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 38, "line": 407, "offset": 10216, }, - "start": Object { + "start": { "column": 36, "line": 407, "offset": 10214, }, }, - "range": Array [ + "range": [ 10214, 10216, ], @@ -29567,21 +29567,21 @@ Object { "type": "JSXText", "value": "描述", }, - Object { + { "end": 10333, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 19, "line": 409, "offset": 10333, }, - "start": Object { + "start": { "column": 2, "line": 409, "offset": 10316, }, }, - "range": Array [ + "range": [ 10316, 10333, ], @@ -29589,21 +29589,21 @@ Object { "type": "JSXText", "value": "auiTabHeaderAddon", }, - Object { + { "end": 10353, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 39, "line": 409, "offset": 10353, }, - "start": Object { + "start": { "column": 22, "line": 409, "offset": 10336, }, }, - "range": Array [ + "range": [ 10336, 10353, ], @@ -29611,21 +29611,21 @@ Object { "type": "JSXText", "value": "TabGroupComponent", }, - Object { + { "end": 10372, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 58, "line": 409, "offset": 10372, }, - "start": Object { + "start": { "column": 42, "line": 409, "offset": 10356, }, }, - "range": Array [ + "range": [ 10356, 10372, ], @@ -29633,21 +29633,21 @@ Object { "type": "JSXText", "value": "自定义 Group Header", }, - Object { + { "end": 10396, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 13, "line": 410, "offset": 10396, }, - "start": Object { + "start": { "column": 2, "line": 410, "offset": 10385, }, }, - "range": Array [ + "range": [ 10385, 10396, ], @@ -29655,21 +29655,21 @@ Object { "type": "JSXText", "value": "auiTabLabel", }, - Object { + { "end": 10417, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 34, "line": 410, "offset": 10417, }, - "start": Object { + "start": { "column": 22, "line": 410, "offset": 10405, }, }, - "range": Array [ + "range": [ 10405, 10417, ], @@ -29677,21 +29677,21 @@ Object { "type": "JSXText", "value": "TabComponent", }, - Object { + { "end": 10438, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 55, "line": 410, "offset": 10438, }, - "start": Object { + "start": { "column": 42, "line": 410, "offset": 10425, }, }, - "range": Array [ + "range": [ 10425, 10438, ], @@ -29699,21 +29699,21 @@ Object { "type": "JSXText", "value": "自定义 Tab Label", }, - Object { + { "end": 10467, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 15, "line": 411, "offset": 10467, }, - "start": Object { + "start": { "column": 2, "line": 411, "offset": 10454, }, }, - "range": Array [ + "range": [ 10454, 10467, ], @@ -29721,21 +29721,21 @@ Object { "type": "JSXText", "value": "auiTabContent", }, - Object { + { "end": 10486, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 34, "line": 411, "offset": 10486, }, - "start": Object { + "start": { "column": 22, "line": 411, "offset": 10474, }, }, - "range": Array [ + "range": [ 10474, 10486, ], @@ -29743,21 +29743,21 @@ Object { "type": "JSXText", "value": "TabComponent", }, - Object { + { "end": 10512, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 60, "line": 411, "offset": 10512, }, - "start": Object { + "start": { "column": 42, "line": 411, "offset": 10494, }, }, - "range": Array [ + "range": [ 10494, 10512, ], @@ -29771,57 +29771,57 @@ Object { `; exports[`parser should match all AST snapshots: 391.mdx 1`] = ` -Object { - "body": Array [ - Object { +{ + "body": [ + { "end": 41, - "expression": Object { - "children": Array [], + "expression": { + "children": [], "closingElement": null, "end": 41, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 7, "line": 7, "offset": 41, }, - "start": Object { + "start": { "column": 0, "line": 7, "offset": 34, }, }, - "openingElement": Object { - "attributes": Array [], + "openingElement": { + "attributes": [], "end": 41, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 7, "line": 7, "offset": 41, }, - "start": Object { + "start": { "column": 0, "line": 7, "offset": 34, }, }, - "name": Object { + "name": { "end": 38, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 4, "line": 7, "offset": 38, }, - "start": Object { + "start": { "column": 1, "line": 7, "offset": 35, }, }, "name": "Foo", - "range": Array [ + "range": [ 35, 38, ], @@ -29829,7 +29829,7 @@ Object { "start": 35, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 34, 41, ], @@ -29838,7 +29838,7 @@ Object { "start": 34, "type": "JSXOpeningElement", }, - "range": Array [ + "range": [ 34, 41, ], @@ -29846,19 +29846,19 @@ Object { "start": 34, "type": "JSXElement", }, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 8, "line": 7, "offset": 41, }, - "start": Object { + "start": { "column": 1, "line": 7, "offset": 34, }, }, - "range": Array [ + "range": [ 34, 41, ], @@ -29866,42 +29866,42 @@ Object { "type": "ExpressionStatement", }, ], - "comments": Array [], + "comments": [], "end": 62, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 1, "line": 12, "offset": 62, }, - "start": Object { + "start": { "column": 1, "line": 1, "offset": 0, }, }, - "range": Array [ + "range": [ 0, 62, ], "sourceType": undefined, "start": 0, - "tokens": Array [ - Object { + "tokens": [ + { "end": 13, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 13, "line": 1, "offset": 13, }, - "start": Object { + "start": { "column": 2, "line": 1, "offset": 2, }, }, - "range": Array [ + "range": [ 2, 13, ], @@ -29909,21 +29909,21 @@ Object { "type": "JSXText", "value": "Hello world", }, - Object { + { "end": 35, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 1, "line": 7, "offset": 35, }, - "start": Object { + "start": { "column": 0, "line": 7, "offset": 34, }, }, - "range": Array [ + "range": [ 34, 35, ], @@ -29931,21 +29931,21 @@ Object { "type": "Punctuator", "value": "<", }, - Object { + { "end": 38, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 4, "line": 7, "offset": 38, }, - "start": Object { + "start": { "column": 1, "line": 7, "offset": 35, }, }, - "range": Array [ + "range": [ 35, 38, ], @@ -29953,21 +29953,21 @@ Object { "type": "JSXIdentifier", "value": "Foo", }, - Object { + { "end": 40, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 6, "line": 7, "offset": 40, }, - "start": Object { + "start": { "column": 5, "line": 7, "offset": 39, }, }, - "range": Array [ + "range": [ 39, 40, ], @@ -29975,21 +29975,21 @@ Object { "type": "Punctuator", "value": "/", }, - Object { + { "end": 41, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 7, "line": 7, "offset": 41, }, - "start": Object { + "start": { "column": 6, "line": 7, "offset": 40, }, }, - "range": Array [ + "range": [ 40, 41, ], @@ -30002,44 +30002,44 @@ Object { } `; -exports[`parser should match all AST snapshots: acorn.mdx 1`] = `"Unexpected character \`\\\\\` (U+005C) in name, expected a name character such as letters, digits, \`$\`, or \`_\`; whitespace before attributes; or the end of the tag"`; +exports[`parser should match all AST snapshots: acorn.mdx 1`] = `"Unexpected character \`\\\` (U+005C) in name, expected a name character such as letters, digits, \`$\`, or \`_\`; whitespace before attributes; or the end of the tag"`; exports[`parser should match all AST snapshots: adjacent.mdx 1`] = ` -Object { - "body": Array [ - Object { +{ + "body": [ + { "end": 28, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 28, "line": 1, "offset": 28, }, - "start": Object { + "start": { "column": 0, "line": 1, "offset": 0, }, }, - "range": Array [ + "range": [ 0, 28, ], - "source": Object { + "source": { "end": 28, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 28, "line": 1, "offset": 28, }, - "start": Object { + "start": { "column": 19, "line": 1, "offset": 19, }, }, - "range": Array [ + "range": [ 19, 28, ], @@ -30048,44 +30048,44 @@ Object { "type": "Literal", "value": "./basic", }, - "specifiers": Array [ - Object { + "specifiers": [ + { "end": 12, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 12, "line": 1, "offset": 12, }, - "start": Object { + "start": { "column": 7, "line": 1, "offset": 7, }, }, - "local": Object { + "local": { "end": 12, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 12, "line": 1, "offset": 12, }, - "start": Object { + "start": { "column": 7, "line": 1, "offset": 7, }, }, "name": "Basic", - "range": Array [ + "range": [ 7, 12, ], "start": 7, "type": "Identifier", }, - "range": Array [ + "range": [ 7, 12, ], @@ -30096,55 +30096,55 @@ Object { "start": 0, "type": "ImportDeclaration", }, - Object { + { "end": 39, - "expression": Object { - "children": Array [], + "expression": { + "children": [], "closingElement": null, "end": 39, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 9, "line": 3, "offset": 39, }, - "start": Object { + "start": { "column": 0, "line": 3, "offset": 30, }, }, - "openingElement": Object { - "attributes": Array [], + "openingElement": { + "attributes": [], "end": 39, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 9, "line": 3, "offset": 39, }, - "start": Object { + "start": { "column": 0, "line": 3, "offset": 30, }, }, - "name": Object { + "name": { "end": 36, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 6, "line": 3, "offset": 36, }, - "start": Object { + "start": { "column": 1, "line": 3, "offset": 31, }, }, "name": "Basic", - "range": Array [ + "range": [ 31, 36, ], @@ -30152,7 +30152,7 @@ Object { "start": 31, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 30, 39, ], @@ -30161,7 +30161,7 @@ Object { "start": 30, "type": "JSXOpeningElement", }, - "range": Array [ + "range": [ 30, 39, ], @@ -30169,74 +30169,74 @@ Object { "start": 30, "type": "JSXElement", }, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 10, "line": 3, "offset": 39, }, - "start": Object { + "start": { "column": 1, "line": 3, "offset": 30, }, }, - "range": Array [ + "range": [ 30, 39, ], "start": 30, "type": "ExpressionStatement", }, - Object { + { "end": 49, - "expression": Object { - "children": Array [], + "expression": { + "children": [], "closingElement": null, "end": 49, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 19, "line": 3, "offset": 49, }, - "start": Object { + "start": { "column": 10, "line": 3, "offset": 40, }, }, - "openingElement": Object { - "attributes": Array [], + "openingElement": { + "attributes": [], "end": 49, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 19, "line": 3, "offset": 49, }, - "start": Object { + "start": { "column": 10, "line": 3, "offset": 40, }, }, - "name": Object { + "name": { "end": 46, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 16, "line": 3, "offset": 46, }, - "start": Object { + "start": { "column": 11, "line": 3, "offset": 41, }, }, "name": "Basic", - "range": Array [ + "range": [ 41, 46, ], @@ -30244,7 +30244,7 @@ Object { "start": 41, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 40, 49, ], @@ -30253,7 +30253,7 @@ Object { "start": 40, "type": "JSXOpeningElement", }, - "range": Array [ + "range": [ 40, 49, ], @@ -30261,19 +30261,19 @@ Object { "start": 40, "type": "JSXElement", }, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 20, "line": 3, "offset": 49, }, - "start": Object { + "start": { "column": 11, "line": 3, "offset": 40, }, }, - "range": Array [ + "range": [ 40, 49, ], @@ -30281,42 +30281,42 @@ Object { "type": "ExpressionStatement", }, ], - "comments": Array [], + "comments": [], "end": 50, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 1, "line": 4, "offset": 50, }, - "start": Object { + "start": { "column": 1, "line": 1, "offset": 0, }, }, - "range": Array [ + "range": [ 0, 50, ], "sourceType": undefined, "start": 0, - "tokens": Array [ - Object { + "tokens": [ + { "end": 6, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 6, "line": 1, "offset": 6, }, - "start": Object { + "start": { "column": 0, "line": 1, "offset": 0, }, }, - "range": Array [ + "range": [ 0, 6, ], @@ -30324,21 +30324,21 @@ Object { "type": "Keyword", "value": "import", }, - Object { + { "end": 12, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 12, "line": 1, "offset": 12, }, - "start": Object { + "start": { "column": 7, "line": 1, "offset": 7, }, }, - "range": Array [ + "range": [ 7, 12, ], @@ -30346,21 +30346,21 @@ Object { "type": "Identifier", "value": "Basic", }, - Object { + { "end": 18, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 18, "line": 1, "offset": 18, }, - "start": Object { + "start": { "column": 14, "line": 1, "offset": 14, }, }, - "range": Array [ + "range": [ 14, 18, ], @@ -30368,21 +30368,21 @@ Object { "type": "Identifier", "value": "from", }, - Object { + { "end": 28, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 28, "line": 1, "offset": 28, }, - "start": Object { + "start": { "column": 19, "line": 1, "offset": 19, }, }, - "range": Array [ + "range": [ 19, 28, ], @@ -30390,21 +30390,21 @@ Object { "type": "String", "value": "'./basic'", }, - Object { + { "end": 31, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 1, "line": 3, "offset": 31, }, - "start": Object { + "start": { "column": 0, "line": 3, "offset": 30, }, }, - "range": Array [ + "range": [ 30, 31, ], @@ -30412,21 +30412,21 @@ Object { "type": "Punctuator", "value": "<", }, - Object { + { "end": 36, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 6, "line": 3, "offset": 36, }, - "start": Object { + "start": { "column": 1, "line": 3, "offset": 31, }, }, - "range": Array [ + "range": [ 31, 36, ], @@ -30434,21 +30434,21 @@ Object { "type": "JSXIdentifier", "value": "Basic", }, - Object { + { "end": 38, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 8, "line": 3, "offset": 38, }, - "start": Object { + "start": { "column": 7, "line": 3, "offset": 37, }, }, - "range": Array [ + "range": [ 37, 38, ], @@ -30456,21 +30456,21 @@ Object { "type": "Punctuator", "value": "/", }, - Object { + { "end": 39, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 9, "line": 3, "offset": 39, }, - "start": Object { + "start": { "column": 8, "line": 3, "offset": 38, }, }, - "range": Array [ + "range": [ 38, 39, ], @@ -30478,21 +30478,21 @@ Object { "type": "Punctuator", "value": ">", }, - Object { + { "end": 41, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 11, "line": 3, "offset": 41, }, - "start": Object { + "start": { "column": 10, "line": 3, "offset": 40, }, }, - "range": Array [ + "range": [ 40, 41, ], @@ -30500,21 +30500,21 @@ Object { "type": "Punctuator", "value": "<", }, - Object { + { "end": 46, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 16, "line": 3, "offset": 46, }, - "start": Object { + "start": { "column": 11, "line": 3, "offset": 41, }, }, - "range": Array [ + "range": [ 41, 46, ], @@ -30522,21 +30522,21 @@ Object { "type": "JSXIdentifier", "value": "Basic", }, - Object { + { "end": 48, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 18, "line": 3, "offset": 48, }, - "start": Object { + "start": { "column": 17, "line": 3, "offset": 47, }, }, - "range": Array [ + "range": [ 47, 48, ], @@ -30544,21 +30544,21 @@ Object { "type": "Punctuator", "value": "/", }, - Object { + { "end": 49, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 19, "line": 3, "offset": 49, }, - "start": Object { + "start": { "column": 18, "line": 3, "offset": 48, }, }, - "range": Array [ + "range": [ 48, 49, ], @@ -30572,41 +30572,41 @@ Object { `; exports[`parser should match all AST snapshots: basic.mdx 1`] = ` -Object { - "body": Array [ - Object { +{ + "body": [ + { "end": 27, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 27, "line": 1, "offset": 27, }, - "start": Object { + "start": { "column": 0, "line": 1, "offset": 0, }, }, - "range": Array [ + "range": [ 0, 27, ], - "source": Object { + "source": { "end": 27, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 27, "line": 1, "offset": 27, }, - "start": Object { + "start": { "column": 18, "line": 1, "offset": 18, }, }, - "range": Array [ + "range": [ 18, 27, ], @@ -30615,44 +30615,44 @@ Object { "type": "Literal", "value": "./basic", }, - "specifiers": Array [ - Object { + "specifiers": [ + { "end": 12, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 12, "line": 1, "offset": 12, }, - "start": Object { + "start": { "column": 7, "line": 1, "offset": 7, }, }, - "local": Object { + "local": { "end": 12, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 12, "line": 1, "offset": 12, }, - "start": Object { + "start": { "column": 7, "line": 1, "offset": 7, }, }, "name": "Basic", - "range": Array [ + "range": [ 7, 12, ], "start": 7, "type": "Identifier", }, - "range": Array [ + "range": [ 7, 12, ], @@ -30663,67 +30663,67 @@ Object { "start": 0, "type": "ImportDeclaration", }, - Object { - "declaration": Object { - "declarations": Array [ - Object { + { + "declaration": { + "declarations": [ + { "end": 72, - "id": Object { + "id": { "end": 46, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 17, "line": 3, "offset": 46, }, - "start": Object { + "start": { "column": 13, "line": 3, "offset": 42, }, }, "name": "meta", - "range": Array [ + "range": [ 42, 46, ], "start": 42, "type": "Identifier", }, - "init": Object { + "init": { "end": 72, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 1, "line": 5, "offset": 72, }, - "start": Object { + "start": { "column": 18, "line": 3, "offset": 47, }, }, - "properties": Array [ - Object { + "properties": [ + { "computed": false, "end": 69, - "key": Object { + "key": { "end": 56, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 7, "line": 4, "offset": 56, }, - "start": Object { + "start": { "column": 2, "line": 4, "offset": 51, }, }, "name": "title", - "range": Array [ + "range": [ 51, 56, ], @@ -30731,41 +30731,41 @@ Object { "type": "Identifier", }, "kind": "init", - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 20, "line": 4, "offset": 69, }, - "start": Object { + "start": { "column": 2, "line": 4, "offset": 51, }, }, "method": false, - "range": Array [ + "range": [ 51, 69, ], "shorthand": false, "start": 51, "type": "Property", - "value": Object { + "value": { "end": 69, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 20, "line": 4, "offset": 69, }, - "start": Object { + "start": { "column": 9, "line": 4, "offset": 58, }, }, - "range": Array [ + "range": [ 58, 69, ], @@ -30776,26 +30776,26 @@ Object { }, }, ], - "range": Array [ + "range": [ 47, 72, ], "start": 47, "type": "ObjectExpression", }, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 1, "line": 5, "offset": 72, }, - "start": Object { + "start": { "column": 13, "line": 3, "offset": 42, }, }, - "range": Array [ + "range": [ 42, 72, ], @@ -30805,19 +30805,19 @@ Object { ], "end": 72, "kind": "const", - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 1, "line": 5, "offset": 72, }, - "start": Object { + "start": { "column": 7, "line": 3, "offset": 36, }, }, - "range": Array [ + "range": [ 36, 72, ], @@ -30825,61 +30825,61 @@ Object { "type": "VariableDeclaration", }, "end": 72, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 1, "line": 5, "offset": 72, }, - "start": Object { + "start": { "column": 0, "line": 3, "offset": 29, }, }, - "range": Array [ + "range": [ 29, 72, ], "source": null, - "specifiers": Array [], + "specifiers": [], "start": 29, "type": "ExportNamedDeclaration", }, - Object { + { "end": 175, - "expression": Object { - "children": Array [], - "closingElement": Object { + "expression": { + "children": [], + "closingElement": { "end": 175, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 88, "line": 9, "offset": 175, }, - "start": Object { + "start": { "column": 84, "line": 9, "offset": 171, }, }, - "name": Object { + "name": { "end": 174, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 87, "line": 9, "offset": 174, }, - "start": Object { + "start": { "column": 86, "line": 9, "offset": 173, }, }, "name": "b", - "range": Array [ + "range": [ 173, 174, ], @@ -30887,7 +30887,7 @@ Object { "start": 173, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 171, 175, ], @@ -30896,49 +30896,49 @@ Object { "type": "JSXClosingElement", }, "end": 175, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 88, "line": 9, "offset": 175, }, - "start": Object { + "start": { "column": 76, "line": 9, "offset": 163, }, }, - "openingElement": Object { - "attributes": Array [], + "openingElement": { + "attributes": [], "end": 166, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 79, "line": 9, "offset": 166, }, - "start": Object { + "start": { "column": 76, "line": 9, "offset": 163, }, }, - "name": Object { + "name": { "end": 165, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 78, "line": 9, "offset": 165, }, - "start": Object { + "start": { "column": 77, "line": 9, "offset": 164, }, }, "name": "b", - "range": Array [ + "range": [ 164, 165, ], @@ -30946,7 +30946,7 @@ Object { "start": 164, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 163, 166, ], @@ -30955,7 +30955,7 @@ Object { "start": 163, "type": "JSXOpeningElement", }, - "range": Array [ + "range": [ 163, 175, ], @@ -30963,59 +30963,59 @@ Object { "start": 163, "type": "JSXElement", }, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 89, "line": 9, "offset": 175, }, - "start": Object { + "start": { "column": 77, "line": 9, "offset": 163, }, }, - "range": Array [ + "range": [ 163, 175, ], "start": 163, "type": "ExpressionStatement", }, - Object { + { "end": 309, - "expression": Object { - "children": Array [], - "closingElement": Object { + "expression": { + "children": [], + "closingElement": { "end": 309, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 40, "line": 19, "offset": 309, }, - "start": Object { + "start": { "column": 32, "line": 19, "offset": 301, }, }, - "name": Object { + "name": { "end": 308, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 39, "line": 19, "offset": 308, }, - "start": Object { + "start": { "column": 34, "line": 19, "offset": 303, }, }, "name": "Basic", - "range": Array [ + "range": [ 303, 308, ], @@ -31023,7 +31023,7 @@ Object { "start": 303, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 301, 309, ], @@ -31032,49 +31032,49 @@ Object { "type": "JSXClosingElement", }, "end": 309, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 40, "line": 19, "offset": 309, }, - "start": Object { + "start": { "column": 0, "line": 19, "offset": 269, }, }, - "openingElement": Object { - "attributes": Array [], + "openingElement": { + "attributes": [], "end": 276, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 7, "line": 19, "offset": 276, }, - "start": Object { + "start": { "column": 0, "line": 19, "offset": 269, }, }, - "name": Object { + "name": { "end": 275, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 6, "line": 19, "offset": 275, }, - "start": Object { + "start": { "column": 1, "line": 19, "offset": 270, }, }, "name": "Basic", - "range": Array [ + "range": [ 270, 275, ], @@ -31082,7 +31082,7 @@ Object { "start": 270, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 269, 276, ], @@ -31091,7 +31091,7 @@ Object { "start": 269, "type": "JSXOpeningElement", }, - "range": Array [ + "range": [ 269, 309, ], @@ -31099,19 +31099,19 @@ Object { "start": 269, "type": "JSXElement", }, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 41, "line": 19, "offset": 309, }, - "start": Object { + "start": { "column": 1, "line": 19, "offset": 269, }, }, - "range": Array [ + "range": [ 269, 309, ], @@ -31119,22 +31119,22 @@ Object { "type": "ExpressionStatement", }, ], - "comments": Array [ - Object { + "comments": [ + { "end": 202, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 24, "line": 11, "offset": 202, }, - "start": Object { + "start": { "column": 1, "line": 11, "offset": 179, }, }, - "range": Array [ + "range": [ 179, 202, ], @@ -31142,21 +31142,21 @@ Object { "type": "Block", "value": " This is a comment ", }, - Object { + { "end": 300, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 31, "line": 19, "offset": 300, }, - "start": Object { + "start": { "column": 8, "line": 19, "offset": 277, }, }, - "range": Array [ + "range": [ 277, 300, ], @@ -31164,21 +31164,21 @@ Object { "type": "Block", "value": " This is a comment ", }, - Object { + { "end": 300, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 31, "line": 19, "offset": 300, }, - "start": Object { + "start": { "column": 8, "line": 19, "offset": 277, }, }, - "range": Array [ + "range": [ 277, 300, ], @@ -31188,40 +31188,40 @@ Object { }, ], "end": 405, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 1, "line": 24, "offset": 405, }, - "start": Object { + "start": { "column": 1, "line": 1, "offset": 0, }, }, - "range": Array [ + "range": [ 0, 405, ], "sourceType": undefined, "start": 0, - "tokens": Array [ - Object { + "tokens": [ + { "end": 6, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 6, "line": 1, "offset": 6, }, - "start": Object { + "start": { "column": 0, "line": 1, "offset": 0, }, }, - "range": Array [ + "range": [ 0, 6, ], @@ -31229,21 +31229,21 @@ Object { "type": "Keyword", "value": "import", }, - Object { + { "end": 12, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 12, "line": 1, "offset": 12, }, - "start": Object { + "start": { "column": 7, "line": 1, "offset": 7, }, }, - "range": Array [ + "range": [ 7, 12, ], @@ -31251,21 +31251,21 @@ Object { "type": "Identifier", "value": "Basic", }, - Object { + { "end": 17, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 17, "line": 1, "offset": 17, }, - "start": Object { + "start": { "column": 13, "line": 1, "offset": 13, }, }, - "range": Array [ + "range": [ 13, 17, ], @@ -31273,21 +31273,21 @@ Object { "type": "Identifier", "value": "from", }, - Object { + { "end": 27, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 27, "line": 1, "offset": 27, }, - "start": Object { + "start": { "column": 18, "line": 1, "offset": 18, }, }, - "range": Array [ + "range": [ 18, 27, ], @@ -31295,21 +31295,21 @@ Object { "type": "String", "value": "'./basic'", }, - Object { + { "end": 29, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 0, "line": 3, "offset": 29, }, - "start": Object { + "start": { "column": 0, "line": 3, "offset": 29, }, }, - "range": Array [ + "range": [ 29, 29, ], @@ -31317,21 +31317,21 @@ Object { "type": "Keyword", "value": "var", }, - Object { + { "end": 29, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 0, "line": 3, "offset": 29, }, - "start": Object { + "start": { "column": 0, "line": 3, "offset": 29, }, }, - "range": Array [ + "range": [ 29, 29, ], @@ -31339,21 +31339,21 @@ Object { "type": "Identifier", "value": "Basic", }, - Object { + { "end": 35, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 6, "line": 3, "offset": 35, }, - "start": Object { + "start": { "column": 0, "line": 3, "offset": 29, }, }, - "range": Array [ + "range": [ 29, 35, ], @@ -31361,21 +31361,21 @@ Object { "type": "Keyword", "value": "export", }, - Object { + { "end": 41, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 12, "line": 3, "offset": 41, }, - "start": Object { + "start": { "column": 7, "line": 3, "offset": 36, }, }, - "range": Array [ + "range": [ 36, 41, ], @@ -31383,21 +31383,21 @@ Object { "type": "Keyword", "value": "const", }, - Object { + { "end": 46, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 17, "line": 3, "offset": 46, }, - "start": Object { + "start": { "column": 13, "line": 3, "offset": 42, }, }, - "range": Array [ + "range": [ 42, 46, ], @@ -31405,21 +31405,21 @@ Object { "type": "Identifier", "value": "meta", }, - Object { + { "end": 47, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 18, "line": 3, "offset": 47, }, - "start": Object { + "start": { "column": 17, "line": 3, "offset": 46, }, }, - "range": Array [ + "range": [ 46, 47, ], @@ -31427,21 +31427,21 @@ Object { "type": "Punctuator", "value": "=", }, - Object { + { "end": 48, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 19, "line": 3, "offset": 48, }, - "start": Object { + "start": { "column": 18, "line": 3, "offset": 47, }, }, - "range": Array [ + "range": [ 47, 48, ], @@ -31449,21 +31449,21 @@ Object { "type": "Punctuator", "value": "{", }, - Object { + { "end": 56, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 7, "line": 4, "offset": 56, }, - "start": Object { + "start": { "column": 2, "line": 4, "offset": 51, }, }, - "range": Array [ + "range": [ 51, 56, ], @@ -31471,21 +31471,21 @@ Object { "type": "Identifier", "value": "title", }, - Object { + { "end": 57, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 8, "line": 4, "offset": 57, }, - "start": Object { + "start": { "column": 7, "line": 4, "offset": 56, }, }, - "range": Array [ + "range": [ 56, 57, ], @@ -31493,21 +31493,21 @@ Object { "type": "Punctuator", "value": ":", }, - Object { + { "end": 69, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 20, "line": 4, "offset": 69, }, - "start": Object { + "start": { "column": 9, "line": 4, "offset": 58, }, }, - "range": Array [ + "range": [ 58, 69, ], @@ -31515,21 +31515,21 @@ Object { "type": "String", "value": "'Blog Post'", }, - Object { + { "end": 70, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 21, "line": 4, "offset": 70, }, - "start": Object { + "start": { "column": 20, "line": 4, "offset": 69, }, }, - "range": Array [ + "range": [ 69, 70, ], @@ -31537,21 +31537,21 @@ Object { "type": "Punctuator", "value": ",", }, - Object { + { "end": 72, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 1, "line": 5, "offset": 72, }, - "start": Object { + "start": { "column": 0, "line": 5, "offset": 71, }, }, - "range": Array [ + "range": [ 71, 72, ], @@ -31559,21 +31559,21 @@ Object { "type": "Punctuator", "value": "}", }, - Object { + { "end": 72, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 1, "line": 5, "offset": 72, }, - "start": Object { + "start": { "column": 0, "line": 5, "offset": 71, }, }, - "range": Array [ + "range": [ 71, 72, ], @@ -31581,21 +31581,21 @@ Object { "type": "Punctuator", "value": "}", }, - Object { + { "end": 85, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 11, "line": 7, "offset": 85, }, - "start": Object { + "start": { "column": 2, "line": 7, "offset": 76, }, }, - "range": Array [ + "range": [ 76, 85, ], @@ -31603,21 +31603,21 @@ Object { "type": "JSXText", "value": "Blog Post", }, - Object { + { "end": 138, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 51, "line": 9, "offset": 138, }, - "start": Object { + "start": { "column": 0, "line": 9, "offset": 87, }, }, - "range": Array [ + "range": [ 87, 138, ], @@ -31625,21 +31625,21 @@ Object { "type": "JSXText", "value": "Lorem ipsum dolor sit amet, consectetur adipiscing ", }, - Object { + { "end": 144, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 57, "line": 9, "offset": 144, }, - "start": Object { + "start": { "column": 53, "line": 9, "offset": 140, }, }, - "range": Array [ + "range": [ 140, 144, ], @@ -31647,21 +31647,21 @@ Object { "type": "JSXText", "value": "elit", }, - Object { + { "end": 163, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 76, "line": 9, "offset": 163, }, - "start": Object { + "start": { "column": 59, "line": 9, "offset": 146, }, }, - "range": Array [ + "range": [ 146, 163, ], @@ -31669,21 +31669,21 @@ Object { "type": "JSXText", "value": ". Ut ac lobortis ", }, - Object { + { "end": 164, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 77, "line": 9, "offset": 164, }, - "start": Object { + "start": { "column": 76, "line": 9, "offset": 163, }, }, - "range": Array [ + "range": [ 163, 164, ], @@ -31691,21 +31691,21 @@ Object { "type": "Punctuator", "value": "<", }, - Object { + { "end": 165, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 78, "line": 9, "offset": 165, }, - "start": Object { + "start": { "column": 77, "line": 9, "offset": 164, }, }, - "range": Array [ + "range": [ 164, 165, ], @@ -31713,21 +31713,21 @@ Object { "type": "JSXIdentifier", "value": "b", }, - Object { + { "end": 171, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 84, "line": 9, "offset": 171, }, - "start": Object { + "start": { "column": 79, "line": 9, "offset": 166, }, }, - "range": Array [ + "range": [ 166, 171, ], @@ -31735,21 +31735,21 @@ Object { "type": "JSXText", "value": "velit", }, - Object { + { "end": 172, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 85, "line": 9, "offset": 172, }, - "start": Object { + "start": { "column": 84, "line": 9, "offset": 171, }, }, - "range": Array [ + "range": [ 171, 172, ], @@ -31757,21 +31757,21 @@ Object { "type": "Punctuator", "value": "<", }, - Object { + { "end": 173, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 86, "line": 9, "offset": 173, }, - "start": Object { + "start": { "column": 85, "line": 9, "offset": 172, }, }, - "range": Array [ + "range": [ 172, 173, ], @@ -31779,21 +31779,21 @@ Object { "type": "Punctuator", "value": "/", }, - Object { + { "end": 174, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 87, "line": 9, "offset": 174, }, - "start": Object { + "start": { "column": 86, "line": 9, "offset": 173, }, }, - "range": Array [ + "range": [ 173, 174, ], @@ -31801,21 +31801,21 @@ Object { "type": "JSXIdentifier", "value": "b", }, - Object { + { "end": 175, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 88, "line": 9, "offset": 175, }, - "start": Object { + "start": { "column": 87, "line": 9, "offset": 174, }, }, - "range": Array [ + "range": [ 174, 175, ], @@ -31823,21 +31823,21 @@ Object { "type": "Punctuator", "value": ">", }, - Object { + { "end": 176, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 89, "line": 9, "offset": 176, }, - "start": Object { + "start": { "column": 88, "line": 9, "offset": 175, }, }, - "range": Array [ + "range": [ 175, 176, ], @@ -31845,21 +31845,21 @@ Object { "type": "JSXText", "value": ".", }, - Object { + { "end": 179, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 1, "line": 11, "offset": 179, }, - "start": Object { + "start": { "column": 0, "line": 11, "offset": 178, }, }, - "range": Array [ + "range": [ 178, 179, ], @@ -31867,21 +31867,21 @@ Object { "type": "Punctuator", "value": "{", }, - Object { + { "end": 203, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 25, "line": 11, "offset": 203, }, - "start": Object { + "start": { "column": 24, "line": 11, "offset": 202, }, }, - "range": Array [ + "range": [ 202, 203, ], @@ -31889,21 +31889,21 @@ Object { "type": "Punctuator", "value": "}", }, - Object { + { "end": 270, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 1, "line": 19, "offset": 270, }, - "start": Object { + "start": { "column": 0, "line": 19, "offset": 269, }, }, - "range": Array [ + "range": [ 269, 270, ], @@ -31911,21 +31911,21 @@ Object { "type": "Punctuator", "value": "<", }, - Object { + { "end": 275, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 6, "line": 19, "offset": 275, }, - "start": Object { + "start": { "column": 1, "line": 19, "offset": 270, }, }, - "range": Array [ + "range": [ 270, 275, ], @@ -31933,21 +31933,21 @@ Object { "type": "JSXIdentifier", "value": "Basic", }, - Object { + { "end": 302, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 33, "line": 19, "offset": 302, }, - "start": Object { + "start": { "column": 32, "line": 19, "offset": 301, }, }, - "range": Array [ + "range": [ 301, 302, ], @@ -31955,21 +31955,21 @@ Object { "type": "Punctuator", "value": "<", }, - Object { + { "end": 303, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 34, "line": 19, "offset": 303, }, - "start": Object { + "start": { "column": 33, "line": 19, "offset": 302, }, }, - "range": Array [ + "range": [ 302, 303, ], @@ -31977,21 +31977,21 @@ Object { "type": "Punctuator", "value": "/", }, - Object { + { "end": 308, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 39, "line": 19, "offset": 308, }, - "start": Object { + "start": { "column": 34, "line": 19, "offset": 303, }, }, - "range": Array [ + "range": [ 303, 308, ], @@ -31999,21 +31999,21 @@ Object { "type": "JSXIdentifier", "value": "Basic", }, - Object { + { "end": 309, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 40, "line": 19, "offset": 309, }, - "start": Object { + "start": { "column": 39, "line": 19, "offset": 308, }, }, - "range": Array [ + "range": [ 308, 309, ], @@ -32021,21 +32021,21 @@ Object { "type": "Punctuator", "value": ">", }, - Object { + { "end": 322, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 11, "line": 21, "offset": 322, }, - "start": Object { + "start": { "column": 3, "line": 21, "offset": 314, }, }, - "range": Array [ + "range": [ 314, 322, ], @@ -32043,21 +32043,21 @@ Object { "type": "JSXText", "value": "Subtitle", }, - Object { + { "end": 346, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 22, "line": 23, "offset": 346, }, - "start": Object { + "start": { "column": 0, "line": 23, "offset": 324, }, }, - "range": Array [ + "range": [ 324, 346, ], @@ -32065,21 +32065,21 @@ Object { "type": "JSXText", "value": "Lorem ipsum dolor sit ", }, - Object { + { "end": 351, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 27, "line": 23, "offset": 351, }, - "start": Object { + "start": { "column": 23, "line": 23, "offset": 347, }, }, - "range": Array [ + "range": [ 347, 351, ], @@ -32087,21 +32087,21 @@ Object { "type": "JSXText", "value": "amet", }, - Object { + { "end": 404, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 80, "line": 23, "offset": 404, }, - "start": Object { + "start": { "column": 28, "line": 23, "offset": 352, }, }, - "range": Array [ + "range": [ 352, 404, ], @@ -32117,41 +32117,41 @@ Object { exports[`parser should match all AST snapshots: basic.tsx 1`] = `"Unsupported file extension, make sure setting the \`extensions\` or \`markdownExtensions\` option correctly."`; exports[`parser should match all AST snapshots: blank-lines.mdx 1`] = ` -Object { - "body": Array [ - Object { +{ + "body": [ + { "end": 35, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 35, "line": 1, "offset": 35, }, - "start": Object { + "start": { "column": 0, "line": 1, "offset": 0, }, }, - "range": Array [ + "range": [ 0, 35, ], - "source": Object { + "source": { "end": 35, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 35, "line": 1, "offset": 35, }, - "start": Object { + "start": { "column": 18, "line": 1, "offset": 18, }, }, - "range": Array [ + "range": [ 18, 35, ], @@ -32160,66 +32160,66 @@ Object { "type": "Literal", "value": "@rebass/emotion", }, - "specifiers": Array [ - Object { + "specifiers": [ + { "end": 11, - "imported": Object { + "imported": { "end": 11, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 11, "line": 1, "offset": 11, }, - "start": Object { + "start": { "column": 8, "line": 1, "offset": 8, }, }, "name": "Box", - "range": Array [ + "range": [ 8, 11, ], "start": 8, "type": "Identifier", }, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 11, "line": 1, "offset": 11, }, - "start": Object { + "start": { "column": 8, "line": 1, "offset": 8, }, }, - "local": Object { + "local": { "end": 11, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 11, "line": 1, "offset": 11, }, - "start": Object { + "start": { "column": 8, "line": 1, "offset": 8, }, }, "name": "Box", - "range": Array [ + "range": [ 8, 11, ], "start": 8, "type": "Identifier", }, - "range": Array [ + "range": [ 8, 11, ], @@ -32230,40 +32230,40 @@ Object { "start": 0, "type": "ImportDeclaration", }, - Object { + { "end": 546, - "expression": Object { - "children": Array [], - "closingElement": Object { + "expression": { + "children": [], + "closingElement": { "end": 546, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 6, "line": 25, "offset": 546, }, - "start": Object { + "start": { "column": 0, "line": 25, "offset": 540, }, }, - "name": Object { + "name": { "end": 545, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 5, "line": 25, "offset": 545, }, - "start": Object { + "start": { "column": 2, "line": 25, "offset": 542, }, }, "name": "Box", - "range": Array [ + "range": [ 542, 545, ], @@ -32271,7 +32271,7 @@ Object { "start": 542, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 540, 546, ], @@ -32280,50 +32280,50 @@ Object { "type": "JSXClosingElement", }, "end": 546, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 6, "line": 25, "offset": 546, }, - "start": Object { + "start": { "column": 0, "line": 8, "offset": 156, }, }, - "openingElement": Object { - "attributes": Array [ - Object { + "openingElement": { + "attributes": [ + { "end": 164, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 3, "line": 9, "offset": 164, }, - "start": Object { + "start": { "column": 2, "line": 9, "offset": 163, }, }, - "name": Object { + "name": { "end": 168, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 7, "line": 9, "offset": 168, }, - "start": Object { + "start": { "column": 2, "line": 9, "offset": 163, }, }, "name": "p", - "range": Array [ + "range": [ 163, 168, ], @@ -32331,30 +32331,30 @@ Object { "start": 163, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 163, 164, ], "raw": "p", "start": 163, "type": "JSXAttribute", - "value": Object { + "value": { "end": 168, - "expression": Object { + "expression": { "end": 167, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 6, "line": 9, "offset": 167, }, - "start": Object { + "start": { "column": 5, "line": 9, "offset": 166, }, }, - "range": Array [ + "range": [ 166, 167, ], @@ -32363,19 +32363,19 @@ Object { "type": "Literal", "value": 3, }, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 7, "line": 9, "offset": 168, }, - "start": Object { + "start": { "column": 4, "line": 9, "offset": 165, }, }, - "range": Array [ + "range": [ 165, 168, ], @@ -32384,36 +32384,36 @@ Object { "type": "JSXExpressionContainer", }, }, - Object { + { "end": 173, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 4, "line": 10, "offset": 173, }, - "start": Object { + "start": { "column": 2, "line": 10, "offset": 171, }, }, - "name": Object { + "name": { "end": 185, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 16, "line": 10, "offset": 185, }, - "start": Object { + "start": { "column": 2, "line": 10, "offset": 171, }, }, "name": "bg", - "range": Array [ + "range": [ 171, 185, ], @@ -32421,28 +32421,28 @@ Object { "start": 171, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 171, 173, ], "raw": "bg", "start": 171, "type": "JSXAttribute", - "value": Object { + "value": { "end": 185, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 16, "line": 10, "offset": 185, }, - "start": Object { + "start": { "column": 5, "line": 10, "offset": 174, }, }, - "range": Array [ + "range": [ 174, 185, ], @@ -32452,36 +32452,36 @@ Object { "value": "lightgray", }, }, - Object { + { "end": 193, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 7, "line": 11, "offset": 193, }, - "start": Object { + "start": { "column": 2, "line": 11, "offset": 188, }, }, - "name": Object { + "name": { "end": 250, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 4, "line": 14, "offset": 250, }, - "start": Object { + "start": { "column": 2, "line": 11, "offset": 188, }, }, "name": "style", - "range": Array [ + "range": [ 188, 250, ], @@ -32492,49 +32492,49 @@ Object { "start": 188, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 188, 193, ], "raw": "style", "start": 188, "type": "JSXAttribute", - "value": Object { + "value": { "end": 250, - "expression": Object { + "expression": { "end": 249, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 3, "line": 14, "offset": 249, }, - "start": Object { + "start": { "column": 9, "line": 11, "offset": 195, }, }, - "properties": Array [ - Object { + "properties": [ + { "computed": false, "end": 220, - "key": Object { + "key": { "end": 210, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 13, "line": 12, "offset": 210, }, - "start": Object { + "start": { "column": 4, "line": 12, "offset": 201, }, }, "name": "textAlign", - "range": Array [ + "range": [ 201, 210, ], @@ -32542,41 +32542,41 @@ Object { "type": "Identifier", }, "kind": "init", - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 23, "line": 12, "offset": 220, }, - "start": Object { + "start": { "column": 4, "line": 12, "offset": 201, }, }, "method": false, - "range": Array [ + "range": [ 201, 220, ], "shorthand": false, "start": 201, "type": "Property", - "value": Object { + "value": { "end": 220, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 23, "line": 12, "offset": 220, }, - "start": Object { + "start": { "column": 15, "line": 12, "offset": 212, }, }, - "range": Array [ + "range": [ 212, 220, ], @@ -32586,25 +32586,25 @@ Object { "value": "center", }, }, - Object { + { "computed": false, "end": 244, - "key": Object { + "key": { "end": 236, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 14, "line": 13, "offset": 236, }, - "start": Object { + "start": { "column": 4, "line": 13, "offset": 226, }, }, "name": "fontWeight", - "range": Array [ + "range": [ 226, 236, ], @@ -32612,41 +32612,41 @@ Object { "type": "Identifier", }, "kind": "init", - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 22, "line": 13, "offset": 244, }, - "start": Object { + "start": { "column": 4, "line": 13, "offset": 226, }, }, "method": false, - "range": Array [ + "range": [ 226, 244, ], "shorthand": false, "start": 226, "type": "Property", - "value": Object { + "value": { "end": 244, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 22, "line": 13, "offset": 244, }, - "start": Object { + "start": { "column": 16, "line": 13, "offset": 238, }, }, - "range": Array [ + "range": [ 238, 244, ], @@ -32657,26 +32657,26 @@ Object { }, }, ], - "range": Array [ + "range": [ 195, 249, ], "start": 195, "type": "ObjectExpression", }, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 4, "line": 14, "offset": 250, }, - "start": Object { + "start": { "column": 8, "line": 11, "offset": 194, }, }, - "range": Array [ + "range": [ 194, 250, ], @@ -32690,34 +32690,34 @@ Object { }, ], "end": 252, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 1, "line": 15, "offset": 252, }, - "start": Object { + "start": { "column": 0, "line": 8, "offset": 156, }, }, - "name": Object { + "name": { "end": 160, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 4, "line": 8, "offset": 160, }, - "start": Object { + "start": { "column": 1, "line": 8, "offset": 157, }, }, "name": "Box", - "range": Array [ + "range": [ 157, 160, ], @@ -32725,7 +32725,7 @@ Object { "start": 157, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 156, 252, ], @@ -32741,7 +32741,7 @@ Object { "start": 156, "type": "JSXOpeningElement", }, - "range": Array [ + "range": [ 156, 546, ], @@ -32754,120 +32754,120 @@ Object { }} > -[Next.js](/getting-started/next) \\\\| -[Gatsby](/getting-started/gatsby) \\\\| -[Create React App](/getting-started/create-react-app) \\\\| -[React Static](/getting-started/react-static) \\\\| -[Webpack](/getting-started/webpack) \\\\| -[Parcel](/getting-started/parcel) \\\\| +[Next.js](/getting-started/next) \\| +[Gatsby](/getting-started/gatsby) \\| +[Create React App](/getting-started/create-react-app) \\| +[React Static](/getting-started/react-static) \\| +[Webpack](/getting-started/webpack) \\| +[Parcel](/getting-started/parcel) \\| [Zero](/getting-started/zero) ", "start": 156, "type": "JSXElement", }, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 7, "line": 25, "offset": 546, }, - "start": Object { + "start": { "column": 1, "line": 8, "offset": 156, }, }, - "range": Array [ + "range": [ 156, 546, ], "start": 156, "type": "ExpressionStatement", }, - Object { + { "end": 633, - "expression": Object { - "children": Array [], + "expression": { + "children": [], "closingElement": null, "end": 633, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 39, "line": 31, "offset": 633, }, - "start": Object { + "start": { "column": 0, "line": 31, "offset": 594, }, }, - "openingElement": Object { - "attributes": Array [ - Object { + "openingElement": { + "attributes": [ + { "end": 608, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 14, "line": 31, "offset": 608, }, - "start": Object { + "start": { "column": 7, "line": 31, "offset": 601, }, }, - "name": Object { + "name": { "end": 630, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 36, "line": 31, "offset": 630, }, - "start": Object { + "start": { "column": 7, "line": 31, "offset": 601, }, }, "name": "tweetId", - "range": Array [ + "range": [ 601, 630, ], - "raw": "tweetId=\\"1116723357410447360\\"", + "raw": "tweetId="1116723357410447360"", "start": 601, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 601, 608, ], "raw": "tweetId", "start": 601, "type": "JSXAttribute", - "value": Object { + "value": { "end": 630, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 36, "line": 31, "offset": 630, }, - "start": Object { + "start": { "column": 15, "line": 31, "offset": 609, }, }, - "range": Array [ + "range": [ 609, 630, ], - "raw": "\\"1116723357410447360\\"", + "raw": ""1116723357410447360"", "start": 609, "type": "Literal", "value": "1116723357410447360", @@ -32875,34 +32875,34 @@ Object { }, ], "end": 633, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 39, "line": 31, "offset": 633, }, - "start": Object { + "start": { "column": 0, "line": 31, "offset": 594, }, }, - "name": Object { + "name": { "end": 600, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 6, "line": 31, "offset": 600, }, - "start": Object { + "start": { "column": 1, "line": 31, "offset": 595, }, }, "name": "Tweet", - "range": Array [ + "range": [ 595, 600, ], @@ -32910,76 +32910,76 @@ Object { "start": 595, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 594, 633, ], - "raw": "", + "raw": "", "selfClosing": true, "start": 594, "type": "JSXOpeningElement", }, - "range": Array [ + "range": [ 594, 633, ], - "raw": "", + "raw": "", "start": 594, "type": "JSXElement", }, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 40, "line": 31, "offset": 633, }, - "start": Object { + "start": { "column": 1, "line": 31, "offset": 594, }, }, - "range": Array [ + "range": [ 594, 633, ], "start": 594, "type": "ExpressionStatement", }, - Object { + { "end": 703, - "expression": Object { - "children": Array [], - "closingElement": Object { + "expression": { + "children": [], + "closingElement": { "end": 703, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 15, "line": 37, "offset": 703, }, - "start": Object { + "start": { "column": 0, "line": 37, "offset": 688, }, }, - "name": Object { + "name": { "end": 702, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 14, "line": 37, "offset": 702, }, - "start": Object { + "start": { "column": 2, "line": 37, "offset": 690, }, }, "name": "TextGradient", - "range": Array [ + "range": [ 690, 702, ], @@ -32987,7 +32987,7 @@ Object { "start": 690, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 688, 703, ], @@ -32996,49 +32996,49 @@ Object { "type": "JSXClosingElement", }, "end": 703, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 15, "line": 37, "offset": 703, }, - "start": Object { + "start": { "column": 0, "line": 33, "offset": 635, }, }, - "openingElement": Object { - "attributes": Array [], + "openingElement": { + "attributes": [], "end": 649, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 14, "line": 33, "offset": 649, }, - "start": Object { + "start": { "column": 0, "line": 33, "offset": 635, }, }, - "name": Object { + "name": { "end": 648, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 13, "line": 33, "offset": 648, }, - "start": Object { + "start": { "column": 1, "line": 33, "offset": 636, }, }, "name": "TextGradient", - "range": Array [ + "range": [ 636, 648, ], @@ -33046,7 +33046,7 @@ Object { "start": 636, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 635, 649, ], @@ -33055,7 +33055,7 @@ Object { "start": 635, "type": "JSXOpeningElement", }, - "range": Array [ + "range": [ 635, 703, ], @@ -33067,108 +33067,108 @@ Object { "start": 635, "type": "JSXElement", }, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 16, "line": 37, "offset": 703, }, - "start": Object { + "start": { "column": 1, "line": 33, "offset": 635, }, }, - "range": Array [ + "range": [ 635, 703, ], "start": 635, "type": "ExpressionStatement", }, - Object { + { "end": 767, - "expression": Object { - "children": Array [], + "expression": { + "children": [], "closingElement": null, "end": 767, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 33, "line": 41, "offset": 767, }, - "start": Object { + "start": { "column": 0, "line": 41, "offset": 734, }, }, - "openingElement": Object { - "attributes": Array [ - Object { + "openingElement": { + "attributes": [ + { "end": 750, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 16, "line": 41, "offset": 750, }, - "start": Object { + "start": { "column": 9, "line": 41, "offset": 743, }, }, - "name": Object { + "name": { "end": 764, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 30, "line": 41, "offset": 764, }, - "start": Object { + "start": { "column": 9, "line": 41, "offset": 743, }, }, "name": "videoId", - "range": Array [ + "range": [ 743, 764, ], - "raw": "videoId=\\"4fHw4GeW3EU\\"", + "raw": "videoId="4fHw4GeW3EU"", "start": 743, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 743, 750, ], "raw": "videoId", "start": 743, "type": "JSXAttribute", - "value": Object { + "value": { "end": 764, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 30, "line": 41, "offset": 764, }, - "start": Object { + "start": { "column": 17, "line": 41, "offset": 751, }, }, - "range": Array [ + "range": [ 751, 764, ], - "raw": "\\"4fHw4GeW3EU\\"", + "raw": ""4fHw4GeW3EU"", "start": 751, "type": "Literal", "value": "4fHw4GeW3EU", @@ -33176,34 +33176,34 @@ Object { }, ], "end": 767, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 33, "line": 41, "offset": 767, }, - "start": Object { + "start": { "column": 0, "line": 41, "offset": 734, }, }, - "name": Object { + "name": { "end": 742, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 8, "line": 41, "offset": 742, }, - "start": Object { + "start": { "column": 1, "line": 41, "offset": 735, }, }, "name": "YouTube", - "range": Array [ + "range": [ 735, 742, ], @@ -33211,36 +33211,36 @@ Object { "start": 735, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 734, 767, ], - "raw": "", + "raw": "", "selfClosing": true, "start": 734, "type": "JSXOpeningElement", }, - "range": Array [ + "range": [ 734, 767, ], - "raw": "", + "raw": "", "start": 734, "type": "JSXElement", }, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 34, "line": 41, "offset": 767, }, - "start": Object { + "start": { "column": 1, "line": 41, "offset": 734, }, }, - "range": Array [ + "range": [ 734, 767, ], @@ -33248,42 +33248,42 @@ Object { "type": "ExpressionStatement", }, ], - "comments": Array [], + "comments": [], "end": 768, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 1, "line": 42, "offset": 768, }, - "start": Object { + "start": { "column": 1, "line": 1, "offset": 0, }, }, - "range": Array [ + "range": [ 0, 768, ], "sourceType": undefined, "start": 0, - "tokens": Array [ - Object { + "tokens": [ + { "end": 6, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 6, "line": 1, "offset": 6, }, - "start": Object { + "start": { "column": 0, "line": 1, "offset": 0, }, }, - "range": Array [ + "range": [ 0, 6, ], @@ -33291,21 +33291,21 @@ Object { "type": "Keyword", "value": "import", }, - Object { + { "end": 8, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 8, "line": 1, "offset": 8, }, - "start": Object { + "start": { "column": 7, "line": 1, "offset": 7, }, }, - "range": Array [ + "range": [ 7, 8, ], @@ -33313,21 +33313,21 @@ Object { "type": "Punctuator", "value": "{", }, - Object { + { "end": 11, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 11, "line": 1, "offset": 11, }, - "start": Object { + "start": { "column": 8, "line": 1, "offset": 8, }, }, - "range": Array [ + "range": [ 8, 11, ], @@ -33335,21 +33335,21 @@ Object { "type": "Identifier", "value": "Box", }, - Object { + { "end": 12, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 12, "line": 1, "offset": 12, }, - "start": Object { + "start": { "column": 11, "line": 1, "offset": 11, }, }, - "range": Array [ + "range": [ 11, 12, ], @@ -33357,21 +33357,21 @@ Object { "type": "Punctuator", "value": "}", }, - Object { + { "end": 17, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 17, "line": 1, "offset": 17, }, - "start": Object { + "start": { "column": 13, "line": 1, "offset": 13, }, }, - "range": Array [ + "range": [ 13, 17, ], @@ -33379,21 +33379,21 @@ Object { "type": "Identifier", "value": "from", }, - Object { + { "end": 35, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 35, "line": 1, "offset": 35, }, - "start": Object { + "start": { "column": 18, "line": 1, "offset": 18, }, }, - "range": Array [ + "range": [ 18, 35, ], @@ -33401,21 +33401,21 @@ Object { "type": "String", "value": "'@rebass/emotion'", }, - Object { + { "end": 54, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 17, "line": 3, "offset": 54, }, - "start": Object { + "start": { "column": 2, "line": 3, "offset": 39, }, }, - "range": Array [ + "range": [ 39, 54, ], @@ -33423,21 +33423,21 @@ Object { "type": "JSXText", "value": "Getting Started", }, - Object { + { "end": 154, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 24, "line": 6, "offset": 154, }, - "start": Object { + "start": { "column": 0, "line": 5, "offset": 56, }, }, - "range": Array [ + "range": [ 56, 154, ], @@ -33446,21 +33446,21 @@ Object { "value": "If you have an existing project you want to integrate MDX with, check out the installation guides.", }, - Object { + { "end": 157, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 1, "line": 8, "offset": 157, }, - "start": Object { + "start": { "column": 0, "line": 8, "offset": 156, }, }, - "range": Array [ + "range": [ 156, 157, ], @@ -33468,21 +33468,21 @@ the installation guides.", "type": "Punctuator", "value": "<", }, - Object { + { "end": 160, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 4, "line": 8, "offset": 160, }, - "start": Object { + "start": { "column": 1, "line": 8, "offset": 157, }, }, - "range": Array [ + "range": [ 157, 160, ], @@ -33490,21 +33490,21 @@ the installation guides.", "type": "JSXIdentifier", "value": "Box", }, - Object { + { "end": 164, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 3, "line": 9, "offset": 164, }, - "start": Object { + "start": { "column": 2, "line": 9, "offset": 163, }, }, - "range": Array [ + "range": [ 163, 164, ], @@ -33512,21 +33512,21 @@ the installation guides.", "type": "JSXIdentifier", "value": "p", }, - Object { + { "end": 165, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 4, "line": 9, "offset": 165, }, - "start": Object { + "start": { "column": 3, "line": 9, "offset": 164, }, }, - "range": Array [ + "range": [ 164, 165, ], @@ -33534,21 +33534,21 @@ the installation guides.", "type": "Punctuator", "value": "=", }, - Object { + { "end": 166, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 5, "line": 9, "offset": 166, }, - "start": Object { + "start": { "column": 4, "line": 9, "offset": 165, }, }, - "range": Array [ + "range": [ 165, 166, ], @@ -33556,21 +33556,21 @@ the installation guides.", "type": "Punctuator", "value": "{", }, - Object { + { "end": 167, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 6, "line": 9, "offset": 167, }, - "start": Object { + "start": { "column": 5, "line": 9, "offset": 166, }, }, - "range": Array [ + "range": [ 166, 167, ], @@ -33578,21 +33578,21 @@ the installation guides.", "type": "Numeric", "value": "3", }, - Object { + { "end": 168, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 7, "line": 9, "offset": 168, }, - "start": Object { + "start": { "column": 6, "line": 9, "offset": 167, }, }, - "range": Array [ + "range": [ 167, 168, ], @@ -33600,21 +33600,21 @@ the installation guides.", "type": "Punctuator", "value": "}", }, - Object { + { "end": 173, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 4, "line": 10, "offset": 173, }, - "start": Object { + "start": { "column": 2, "line": 10, "offset": 171, }, }, - "range": Array [ + "range": [ 171, 173, ], @@ -33622,21 +33622,21 @@ the installation guides.", "type": "JSXIdentifier", "value": "bg", }, - Object { + { "end": 174, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 5, "line": 10, "offset": 174, }, - "start": Object { + "start": { "column": 4, "line": 10, "offset": 173, }, }, - "range": Array [ + "range": [ 173, 174, ], @@ -33644,21 +33644,21 @@ the installation guides.", "type": "Punctuator", "value": "=", }, - Object { + { "end": 185, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 16, "line": 10, "offset": 185, }, - "start": Object { + "start": { "column": 5, "line": 10, "offset": 174, }, }, - "range": Array [ + "range": [ 174, 185, ], @@ -33666,21 +33666,21 @@ the installation guides.", "type": "String", "value": "'lightgray'", }, - Object { + { "end": 193, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 7, "line": 11, "offset": 193, }, - "start": Object { + "start": { "column": 2, "line": 11, "offset": 188, }, }, - "range": Array [ + "range": [ 188, 193, ], @@ -33688,21 +33688,21 @@ the installation guides.", "type": "JSXIdentifier", "value": "style", }, - Object { + { "end": 194, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 8, "line": 11, "offset": 194, }, - "start": Object { + "start": { "column": 7, "line": 11, "offset": 193, }, }, - "range": Array [ + "range": [ 193, 194, ], @@ -33710,21 +33710,21 @@ the installation guides.", "type": "Punctuator", "value": "=", }, - Object { + { "end": 195, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 9, "line": 11, "offset": 195, }, - "start": Object { + "start": { "column": 8, "line": 11, "offset": 194, }, }, - "range": Array [ + "range": [ 194, 195, ], @@ -33732,21 +33732,21 @@ the installation guides.", "type": "Punctuator", "value": "{", }, - Object { + { "end": 196, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 10, "line": 11, "offset": 196, }, - "start": Object { + "start": { "column": 9, "line": 11, "offset": 195, }, }, - "range": Array [ + "range": [ 195, 196, ], @@ -33754,21 +33754,21 @@ the installation guides.", "type": "Punctuator", "value": "{", }, - Object { + { "end": 210, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 13, "line": 12, "offset": 210, }, - "start": Object { + "start": { "column": 4, "line": 12, "offset": 201, }, }, - "range": Array [ + "range": [ 201, 210, ], @@ -33776,21 +33776,21 @@ the installation guides.", "type": "Identifier", "value": "textAlign", }, - Object { + { "end": 211, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 14, "line": 12, "offset": 211, }, - "start": Object { + "start": { "column": 13, "line": 12, "offset": 210, }, }, - "range": Array [ + "range": [ 210, 211, ], @@ -33798,21 +33798,21 @@ the installation guides.", "type": "Punctuator", "value": ":", }, - Object { + { "end": 220, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 23, "line": 12, "offset": 220, }, - "start": Object { + "start": { "column": 15, "line": 12, "offset": 212, }, }, - "range": Array [ + "range": [ 212, 220, ], @@ -33820,21 +33820,21 @@ the installation guides.", "type": "String", "value": "'center'", }, - Object { + { "end": 221, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 24, "line": 12, "offset": 221, }, - "start": Object { + "start": { "column": 23, "line": 12, "offset": 220, }, }, - "range": Array [ + "range": [ 220, 221, ], @@ -33842,21 +33842,21 @@ the installation guides.", "type": "Punctuator", "value": ",", }, - Object { + { "end": 236, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 14, "line": 13, "offset": 236, }, - "start": Object { + "start": { "column": 4, "line": 13, "offset": 226, }, }, - "range": Array [ + "range": [ 226, 236, ], @@ -33864,21 +33864,21 @@ the installation guides.", "type": "Identifier", "value": "fontWeight", }, - Object { + { "end": 237, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 15, "line": 13, "offset": 237, }, - "start": Object { + "start": { "column": 14, "line": 13, "offset": 236, }, }, - "range": Array [ + "range": [ 236, 237, ], @@ -33886,21 +33886,21 @@ the installation guides.", "type": "Punctuator", "value": ":", }, - Object { + { "end": 244, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 22, "line": 13, "offset": 244, }, - "start": Object { + "start": { "column": 16, "line": 13, "offset": 238, }, }, - "range": Array [ + "range": [ 238, 244, ], @@ -33908,21 +33908,21 @@ the installation guides.", "type": "String", "value": "'bold'", }, - Object { + { "end": 245, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 23, "line": 13, "offset": 245, }, - "start": Object { + "start": { "column": 22, "line": 13, "offset": 244, }, }, - "range": Array [ + "range": [ 244, 245, ], @@ -33930,21 +33930,21 @@ the installation guides.", "type": "Punctuator", "value": ",", }, - Object { + { "end": 249, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 3, "line": 14, "offset": 249, }, - "start": Object { + "start": { "column": 2, "line": 14, "offset": 248, }, }, - "range": Array [ + "range": [ 248, 249, ], @@ -33952,21 +33952,21 @@ the installation guides.", "type": "Punctuator", "value": "}", }, - Object { + { "end": 250, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 4, "line": 14, "offset": 250, }, - "start": Object { + "start": { "column": 3, "line": 14, "offset": 249, }, }, - "range": Array [ + "range": [ 249, 250, ], @@ -33974,21 +33974,21 @@ the installation guides.", "type": "Punctuator", "value": "}", }, - Object { + { "end": 262, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 8, "line": 17, "offset": 262, }, - "start": Object { + "start": { "column": 1, "line": 17, "offset": 255, }, }, - "range": Array [ + "range": [ 255, 262, ], @@ -33996,21 +33996,21 @@ the installation guides.", "type": "JSXText", "value": "Next.js", }, - Object { + { "end": 290, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 0, "line": 18, "offset": 290, }, - "start": Object { + "start": { "column": 32, "line": 17, "offset": 286, }, }, - "range": Array [ + "range": [ 286, 290, ], @@ -34019,21 +34019,21 @@ the installation guides.", "value": " | ", }, - Object { + { "end": 297, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 7, "line": 18, "offset": 297, }, - "start": Object { + "start": { "column": 1, "line": 18, "offset": 291, }, }, - "range": Array [ + "range": [ 291, 297, ], @@ -34041,21 +34041,21 @@ the installation guides.", "type": "JSXText", "value": "Gatsby", }, - Object { + { "end": 327, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 0, "line": 19, "offset": 327, }, - "start": Object { + "start": { "column": 33, "line": 18, "offset": 323, }, }, - "range": Array [ + "range": [ 323, 327, ], @@ -34064,21 +34064,21 @@ the installation guides.", "value": " | ", }, - Object { + { "end": 344, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 17, "line": 19, "offset": 344, }, - "start": Object { + "start": { "column": 1, "line": 19, "offset": 328, }, }, - "range": Array [ + "range": [ 328, 344, ], @@ -34086,21 +34086,21 @@ the installation guides.", "type": "JSXText", "value": "Create React App", }, - Object { + { "end": 384, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 0, "line": 20, "offset": 384, }, - "start": Object { + "start": { "column": 53, "line": 19, "offset": 380, }, }, - "range": Array [ + "range": [ 380, 384, ], @@ -34109,21 +34109,21 @@ the installation guides.", "value": " | ", }, - Object { + { "end": 397, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 13, "line": 20, "offset": 397, }, - "start": Object { + "start": { "column": 1, "line": 20, "offset": 385, }, }, - "range": Array [ + "range": [ 385, 397, ], @@ -34131,21 +34131,21 @@ the installation guides.", "type": "JSXText", "value": "React Static", }, - Object { + { "end": 433, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 0, "line": 21, "offset": 433, }, - "start": Object { + "start": { "column": 45, "line": 20, "offset": 429, }, }, - "range": Array [ + "range": [ 429, 433, ], @@ -34154,21 +34154,21 @@ the installation guides.", "value": " | ", }, - Object { + { "end": 441, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 8, "line": 21, "offset": 441, }, - "start": Object { + "start": { "column": 1, "line": 21, "offset": 434, }, }, - "range": Array [ + "range": [ 434, 441, ], @@ -34176,21 +34176,21 @@ the installation guides.", "type": "JSXText", "value": "Webpack", }, - Object { + { "end": 472, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 0, "line": 22, "offset": 472, }, - "start": Object { + "start": { "column": 35, "line": 21, "offset": 468, }, }, - "range": Array [ + "range": [ 468, 472, ], @@ -34199,21 +34199,21 @@ the installation guides.", "value": " | ", }, - Object { + { "end": 479, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 7, "line": 22, "offset": 479, }, - "start": Object { + "start": { "column": 1, "line": 22, "offset": 473, }, }, - "range": Array [ + "range": [ 473, 479, ], @@ -34221,21 +34221,21 @@ the installation guides.", "type": "JSXText", "value": "Parcel", }, - Object { + { "end": 509, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 0, "line": 23, "offset": 509, }, - "start": Object { + "start": { "column": 33, "line": 22, "offset": 505, }, }, - "range": Array [ + "range": [ 505, 509, ], @@ -34244,21 +34244,21 @@ the installation guides.", "value": " | ", }, - Object { + { "end": 514, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 5, "line": 23, "offset": 514, }, - "start": Object { + "start": { "column": 1, "line": 23, "offset": 510, }, }, - "range": Array [ + "range": [ 510, 514, ], @@ -34266,21 +34266,21 @@ the installation guides.", "type": "JSXText", "value": "Zero", }, - Object { + { "end": 541, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 1, "line": 25, "offset": 541, }, - "start": Object { + "start": { "column": 0, "line": 25, "offset": 540, }, }, - "range": Array [ + "range": [ 540, 541, ], @@ -34288,21 +34288,21 @@ the installation guides.", "type": "Punctuator", "value": "<", }, - Object { + { "end": 542, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 2, "line": 25, "offset": 542, }, - "start": Object { + "start": { "column": 1, "line": 25, "offset": 541, }, }, - "range": Array [ + "range": [ 541, 542, ], @@ -34310,21 +34310,21 @@ the installation guides.", "type": "Punctuator", "value": "/", }, - Object { + { "end": 545, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 5, "line": 25, "offset": 545, }, - "start": Object { + "start": { "column": 2, "line": 25, "offset": 542, }, }, - "range": Array [ + "range": [ 542, 545, ], @@ -34332,21 +34332,21 @@ the installation guides.", "type": "JSXIdentifier", "value": "Box", }, - Object { + { "end": 546, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 6, "line": 25, "offset": 546, }, - "start": Object { + "start": { "column": 5, "line": 25, "offset": 545, }, }, - "range": Array [ + "range": [ 545, 546, ], @@ -34354,21 +34354,21 @@ the installation guides.", "type": "Punctuator", "value": ">", }, - Object { + { "end": 563, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 15, "line": 27, "offset": 563, }, - "start": Object { + "start": { "column": 2, "line": 27, "offset": 550, }, }, - "range": Array [ + "range": [ 550, 563, ], @@ -34376,21 +34376,21 @@ the installation guides.", "type": "JSXText", "value": "Hello, world!", }, - Object { + { "end": 592, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 27, "line": 29, "offset": 592, }, - "start": Object { + "start": { "column": 0, "line": 29, "offset": 565, }, }, - "range": Array [ + "range": [ 565, 592, ], @@ -34398,21 +34398,21 @@ the installation guides.", "type": "JSXText", "value": "Here's a Twitter shortcode:", }, - Object { + { "end": 595, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 1, "line": 31, "offset": 595, }, - "start": Object { + "start": { "column": 0, "line": 31, "offset": 594, }, }, - "range": Array [ + "range": [ 594, 595, ], @@ -34420,21 +34420,21 @@ the installation guides.", "type": "Punctuator", "value": "<", }, - Object { + { "end": 600, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 6, "line": 31, "offset": 600, }, - "start": Object { + "start": { "column": 1, "line": 31, "offset": 595, }, }, - "range": Array [ + "range": [ 595, 600, ], @@ -34442,21 +34442,21 @@ the installation guides.", "type": "JSXIdentifier", "value": "Tweet", }, - Object { + { "end": 608, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 14, "line": 31, "offset": 608, }, - "start": Object { + "start": { "column": 7, "line": 31, "offset": 601, }, }, - "range": Array [ + "range": [ 601, 608, ], @@ -34464,21 +34464,21 @@ the installation guides.", "type": "JSXIdentifier", "value": "tweetId", }, - Object { + { "end": 609, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 15, "line": 31, "offset": 609, }, - "start": Object { + "start": { "column": 14, "line": 31, "offset": 608, }, }, - "range": Array [ + "range": [ 608, 609, ], @@ -34486,43 +34486,43 @@ the installation guides.", "type": "Punctuator", "value": "=", }, - Object { + { "end": 630, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 36, "line": 31, "offset": 630, }, - "start": Object { + "start": { "column": 15, "line": 31, "offset": 609, }, }, - "range": Array [ + "range": [ 609, 630, ], "start": 609, "type": "String", - "value": "\\"1116723357410447360\\"", + "value": ""1116723357410447360"", }, - Object { + { "end": 632, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 38, "line": 31, "offset": 632, }, - "start": Object { + "start": { "column": 37, "line": 31, "offset": 631, }, }, - "range": Array [ + "range": [ 631, 632, ], @@ -34530,21 +34530,21 @@ the installation guides.", "type": "Punctuator", "value": "/", }, - Object { + { "end": 633, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 39, "line": 31, "offset": 633, }, - "start": Object { + "start": { "column": 38, "line": 31, "offset": 632, }, }, - "range": Array [ + "range": [ 632, 633, ], @@ -34552,21 +34552,21 @@ the installation guides.", "type": "Punctuator", "value": ">", }, - Object { + { "end": 636, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 1, "line": 33, "offset": 636, }, - "start": Object { + "start": { "column": 0, "line": 33, "offset": 635, }, }, - "range": Array [ + "range": [ 635, 636, ], @@ -34574,21 +34574,21 @@ the installation guides.", "type": "Punctuator", "value": "<", }, - Object { + { "end": 648, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 13, "line": 33, "offset": 648, }, - "start": Object { + "start": { "column": 1, "line": 33, "offset": 636, }, }, - "range": Array [ + "range": [ 636, 648, ], @@ -34596,21 +34596,21 @@ the installation guides.", "type": "JSXIdentifier", "value": "TextGradient", }, - Object { + { "end": 686, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 35, "line": 35, "offset": 686, }, - "start": Object { + "start": { "column": 2, "line": 35, "offset": 653, }, }, - "range": Array [ + "range": [ 653, 686, ], @@ -34618,21 +34618,21 @@ the installation guides.", "type": "JSXText", "value": "Here's a text gradient shortcode!", }, - Object { + { "end": 689, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 1, "line": 37, "offset": 689, }, - "start": Object { + "start": { "column": 0, "line": 37, "offset": 688, }, }, - "range": Array [ + "range": [ 688, 689, ], @@ -34640,21 +34640,21 @@ the installation guides.", "type": "Punctuator", "value": "<", }, - Object { + { "end": 690, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 2, "line": 37, "offset": 690, }, - "start": Object { + "start": { "column": 1, "line": 37, "offset": 689, }, }, - "range": Array [ + "range": [ 689, 690, ], @@ -34662,21 +34662,21 @@ the installation guides.", "type": "Punctuator", "value": "/", }, - Object { + { "end": 702, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 14, "line": 37, "offset": 702, }, - "start": Object { + "start": { "column": 2, "line": 37, "offset": 690, }, }, - "range": Array [ + "range": [ 690, 702, ], @@ -34684,21 +34684,21 @@ the installation guides.", "type": "JSXIdentifier", "value": "TextGradient", }, - Object { + { "end": 703, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 15, "line": 37, "offset": 703, }, - "start": Object { + "start": { "column": 14, "line": 37, "offset": 702, }, }, - "range": Array [ + "range": [ 702, 703, ], @@ -34706,21 +34706,21 @@ the installation guides.", "type": "Punctuator", "value": ">", }, - Object { + { "end": 732, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 27, "line": 39, "offset": 732, }, - "start": Object { + "start": { "column": 0, "line": 39, "offset": 705, }, }, - "range": Array [ + "range": [ 705, 732, ], @@ -34728,21 +34728,21 @@ the installation guides.", "type": "JSXText", "value": "Here's a YouTube shortcode:", }, - Object { + { "end": 735, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 1, "line": 41, "offset": 735, }, - "start": Object { + "start": { "column": 0, "line": 41, "offset": 734, }, }, - "range": Array [ + "range": [ 734, 735, ], @@ -34750,21 +34750,21 @@ the installation guides.", "type": "Punctuator", "value": "<", }, - Object { + { "end": 742, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 8, "line": 41, "offset": 742, }, - "start": Object { + "start": { "column": 1, "line": 41, "offset": 735, }, }, - "range": Array [ + "range": [ 735, 742, ], @@ -34772,21 +34772,21 @@ the installation guides.", "type": "JSXIdentifier", "value": "YouTube", }, - Object { + { "end": 750, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 16, "line": 41, "offset": 750, }, - "start": Object { + "start": { "column": 9, "line": 41, "offset": 743, }, }, - "range": Array [ + "range": [ 743, 750, ], @@ -34794,21 +34794,21 @@ the installation guides.", "type": "JSXIdentifier", "value": "videoId", }, - Object { + { "end": 751, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 17, "line": 41, "offset": 751, }, - "start": Object { + "start": { "column": 16, "line": 41, "offset": 750, }, }, - "range": Array [ + "range": [ 750, 751, ], @@ -34816,43 +34816,43 @@ the installation guides.", "type": "Punctuator", "value": "=", }, - Object { + { "end": 764, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 30, "line": 41, "offset": 764, }, - "start": Object { + "start": { "column": 17, "line": 41, "offset": 751, }, }, - "range": Array [ + "range": [ 751, 764, ], "start": 751, "type": "String", - "value": "\\"4fHw4GeW3EU\\"", + "value": ""4fHw4GeW3EU"", }, - Object { + { "end": 766, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 32, "line": 41, "offset": 766, }, - "start": Object { + "start": { "column": 31, "line": 41, "offset": 765, }, }, - "range": Array [ + "range": [ 765, 766, ], @@ -34860,21 +34860,21 @@ the installation guides.", "type": "Punctuator", "value": "/", }, - Object { + { "end": 767, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 33, "line": 41, "offset": 767, }, - "start": Object { + "start": { "column": 32, "line": 41, "offset": 766, }, }, - "range": Array [ + "range": [ 766, 767, ], @@ -34888,44 +34888,44 @@ the installation guides.", `; exports[`parser should match all AST snapshots: code-blocks.md 1`] = ` -Object { - "body": Array [], - "comments": Array [], +{ + "body": [], + "comments": [], "end": 511, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 1, "line": 52, "offset": 511, }, - "start": Object { + "start": { "column": 1, "line": 1, "offset": 0, }, }, - "range": Array [ + "range": [ 0, 511, ], "sourceType": undefined, "start": 0, - "tokens": Array [ - Object { + "tokens": [ + { "end": 5, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 5, "line": 1, "offset": 5, }, - "start": Object { + "start": { "column": 2, "line": 1, "offset": 2, }, }, - "range": Array [ + "range": [ 2, 5, ], @@ -34933,21 +34933,21 @@ Object { "type": "JSXText", "value": "abc", }, - Object { + { "end": 12, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 5, "line": 3, "offset": 12, }, - "start": Object { + "start": { "column": 2, "line": 3, "offset": 9, }, }, - "range": Array [ + "range": [ 9, 12, ], @@ -34965,42 +34965,42 @@ exports[`parser should match all AST snapshots: comments.mdx 1`] = `"Unexpected exports[`parser should match all AST snapshots: details.mdx 1`] = `"Expected a closing tag for \`\` (1:1-1:10) before the end of \`paragraph\`"`; exports[`parser should match all AST snapshots: jsx-in-list.mdx 1`] = ` -Object { - "body": Array [ - Object { +{ + "body": [ + { "end": 90, - "expression": Object { - "children": Array [], - "closingElement": Object { + "expression": { + "children": [], + "closingElement": { "end": 90, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 10, "line": 3, "offset": 90, }, - "start": Object { + "start": { "column": 4, "line": 3, "offset": 84, }, }, - "name": Object { + "name": { "end": 89, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 9, "line": 3, "offset": 89, }, - "start": Object { + "start": { "column": 6, "line": 3, "offset": 86, }, }, "name": "div", - "range": Array [ + "range": [ 86, 89, ], @@ -35008,7 +35008,7 @@ Object { "start": 86, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 84, 90, ], @@ -35017,151 +35017,151 @@ Object { "type": "JSXClosingElement", }, "end": 90, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 10, "line": 3, "offset": 90, }, - "start": Object { + "start": { "column": 4, "line": 1, "offset": 4, }, }, - "openingElement": Object { - "attributes": Array [ - Object { + "openingElement": { + "attributes": [ + { "end": 13, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 13, "line": 1, "offset": 13, }, - "start": Object { + "start": { "column": 9, "line": 1, "offset": 9, }, }, - "name": Object { + "name": { "end": 44, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 44, "line": 1, "offset": 44, }, - "start": Object { + "start": { "column": 9, "line": 1, "offset": 9, }, }, "name": "kind", - "range": Array [ + "range": [ 9, 44, ], - "raw": "kind=\\"docs-packages-vuetify-preset\\"", + "raw": "kind="docs-packages-vuetify-preset"", "start": 9, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 9, 13, ], "raw": "kind", "start": 9, "type": "JSXAttribute", - "value": Object { + "value": { "end": 44, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 44, "line": 1, "offset": 44, }, - "start": Object { + "start": { "column": 14, "line": 1, "offset": 14, }, }, - "range": Array [ + "range": [ 14, 44, ], - "raw": "\\"docs-packages-vuetify-preset\\"", + "raw": ""docs-packages-vuetify-preset"", "start": 14, "type": "Literal", "value": "docs-packages-vuetify-preset", }, }, - Object { + { "end": 50, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 50, "line": 1, "offset": 50, }, - "start": Object { + "start": { "column": 45, "line": 1, "offset": 45, }, }, - "name": Object { + "name": { "end": 57, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 57, "line": 1, "offset": 57, }, - "start": Object { + "start": { "column": 45, "line": 1, "offset": 45, }, }, "name": "story", - "range": Array [ + "range": [ 45, 57, ], - "raw": "story=\\"page\\"", + "raw": "story="page"", "start": 45, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 45, 50, ], "raw": "story", "start": 45, "type": "JSXAttribute", - "value": Object { + "value": { "end": 57, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 57, "line": 1, "offset": 57, }, - "start": Object { + "start": { "column": 51, "line": 1, "offset": 51, }, }, - "range": Array [ + "range": [ 51, 57, ], - "raw": "\\"page\\"", + "raw": ""page"", "start": 51, "type": "Literal", "value": "page", @@ -35169,34 +35169,34 @@ Object { }, ], "end": 58, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 58, "line": 1, "offset": 58, }, - "start": Object { + "start": { "column": 4, "line": 1, "offset": 4, }, }, - "name": Object { + "name": { "end": 8, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 8, "line": 1, "offset": 8, }, - "start": Object { + "start": { "column": 5, "line": 1, "offset": 5, }, }, "name": "div", - "range": Array [ + "range": [ 5, 8, ], @@ -35204,78 +35204,78 @@ Object { "start": 5, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 4, 58, ], - "raw": "
", + "raw": "
", "selfClosing": false, "start": 4, "type": "JSXOpeningElement", }, - "range": Array [ + "range": [ 4, 90, ], - "raw": "
+ "raw": "
Vuetify preset
", "start": 4, "type": "JSXElement", }, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 11, "line": 3, "offset": 90, }, - "start": Object { + "start": { "column": 5, "line": 1, "offset": 4, }, }, - "range": Array [ + "range": [ 4, 90, ], "start": 4, "type": "ExpressionStatement", }, - Object { + { "end": 225, - "expression": Object { - "children": Array [], - "closingElement": Object { + "expression": { + "children": [], + "closingElement": { "end": 225, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 10, "line": 7, "offset": 225, }, - "start": Object { + "start": { "column": 4, "line": 7, "offset": 219, }, }, - "name": Object { + "name": { "end": 224, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 9, "line": 7, "offset": 224, }, - "start": Object { + "start": { "column": 6, "line": 7, "offset": 221, }, }, "name": "div", - "range": Array [ + "range": [ 221, 224, ], @@ -35283,7 +35283,7 @@ Object { "start": 221, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 219, 225, ], @@ -35292,151 +35292,151 @@ Object { "type": "JSXClosingElement", }, "end": 225, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 10, "line": 7, "offset": 225, }, - "start": Object { + "start": { "column": 4, "line": 5, "offset": 139, }, }, - "openingElement": Object { - "attributes": Array [ - Object { + "openingElement": { + "attributes": [ + { "end": 148, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 13, "line": 5, "offset": 148, }, - "start": Object { + "start": { "column": 9, "line": 5, "offset": 144, }, }, - "name": Object { + "name": { "end": 179, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 44, "line": 5, "offset": 179, }, - "start": Object { + "start": { "column": 9, "line": 5, "offset": 144, }, }, "name": "kind", - "range": Array [ + "range": [ 144, 179, ], - "raw": "kind=\\"docs-packages-vuetify-preset\\"", + "raw": "kind="docs-packages-vuetify-preset"", "start": 144, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 144, 148, ], "raw": "kind", "start": 144, "type": "JSXAttribute", - "value": Object { + "value": { "end": 179, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 44, "line": 5, "offset": 179, }, - "start": Object { + "start": { "column": 14, "line": 5, "offset": 149, }, }, - "range": Array [ + "range": [ 149, 179, ], - "raw": "\\"docs-packages-vuetify-preset\\"", + "raw": ""docs-packages-vuetify-preset"", "start": 149, "type": "Literal", "value": "docs-packages-vuetify-preset", }, }, - Object { + { "end": 185, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 50, "line": 5, "offset": 185, }, - "start": Object { + "start": { "column": 45, "line": 5, "offset": 180, }, }, - "name": Object { + "name": { "end": 192, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 57, "line": 5, "offset": 192, }, - "start": Object { + "start": { "column": 45, "line": 5, "offset": 180, }, }, "name": "story", - "range": Array [ + "range": [ 180, 192, ], - "raw": "story=\\"page\\"", + "raw": "story="page"", "start": 180, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 180, 185, ], "raw": "story", "start": 180, "type": "JSXAttribute", - "value": Object { + "value": { "end": 192, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 57, "line": 5, "offset": 192, }, - "start": Object { + "start": { "column": 51, "line": 5, "offset": 186, }, }, - "range": Array [ + "range": [ 186, 192, ], - "raw": "\\"page\\"", + "raw": ""page"", "start": 186, "type": "Literal", "value": "page", @@ -35444,34 +35444,34 @@ Object { }, ], "end": 193, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 58, "line": 5, "offset": 193, }, - "start": Object { + "start": { "column": 4, "line": 5, "offset": 139, }, }, - "name": Object { + "name": { "end": 143, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 8, "line": 5, "offset": 143, }, - "start": Object { + "start": { "column": 5, "line": 5, "offset": 140, }, }, "name": "div", - "range": Array [ + "range": [ 140, 143, ], @@ -35479,78 +35479,78 @@ Object { "start": 140, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 139, 193, ], - "raw": "
", + "raw": "
", "selfClosing": false, "start": 139, "type": "JSXOpeningElement", }, - "range": Array [ + "range": [ 139, 225, ], - "raw": "
+ "raw": "
Vuetify preset
", "start": 139, "type": "JSXElement", }, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 11, "line": 7, "offset": 225, }, - "start": Object { + "start": { "column": 5, "line": 5, "offset": 139, }, }, - "range": Array [ + "range": [ 139, 225, ], "start": 139, "type": "ExpressionStatement", }, - Object { + { "end": 360, - "expression": Object { - "children": Array [], - "closingElement": Object { + "expression": { + "children": [], + "closingElement": { "end": 360, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 10, "line": 11, "offset": 360, }, - "start": Object { + "start": { "column": 4, "line": 11, "offset": 354, }, }, - "name": Object { + "name": { "end": 359, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 9, "line": 11, "offset": 359, }, - "start": Object { + "start": { "column": 6, "line": 11, "offset": 356, }, }, "name": "div", - "range": Array [ + "range": [ 356, 359, ], @@ -35558,7 +35558,7 @@ Object { "start": 356, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 354, 360, ], @@ -35567,151 +35567,151 @@ Object { "type": "JSXClosingElement", }, "end": 360, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 10, "line": 11, "offset": 360, }, - "start": Object { + "start": { "column": 4, "line": 9, "offset": 274, }, }, - "openingElement": Object { - "attributes": Array [ - Object { + "openingElement": { + "attributes": [ + { "end": 283, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 13, "line": 9, "offset": 283, }, - "start": Object { + "start": { "column": 9, "line": 9, "offset": 279, }, }, - "name": Object { + "name": { "end": 314, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 44, "line": 9, "offset": 314, }, - "start": Object { + "start": { "column": 9, "line": 9, "offset": 279, }, }, "name": "kind", - "range": Array [ + "range": [ 279, 314, ], - "raw": "kind=\\"docs-packages-vuetify-preset\\"", + "raw": "kind="docs-packages-vuetify-preset"", "start": 279, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 279, 283, ], "raw": "kind", "start": 279, "type": "JSXAttribute", - "value": Object { + "value": { "end": 314, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 44, "line": 9, "offset": 314, }, - "start": Object { + "start": { "column": 14, "line": 9, "offset": 284, }, }, - "range": Array [ + "range": [ 284, 314, ], - "raw": "\\"docs-packages-vuetify-preset\\"", + "raw": ""docs-packages-vuetify-preset"", "start": 284, "type": "Literal", "value": "docs-packages-vuetify-preset", }, }, - Object { + { "end": 320, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 50, "line": 9, "offset": 320, }, - "start": Object { + "start": { "column": 45, "line": 9, "offset": 315, }, }, - "name": Object { + "name": { "end": 327, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 57, "line": 9, "offset": 327, }, - "start": Object { + "start": { "column": 45, "line": 9, "offset": 315, }, }, "name": "story", - "range": Array [ + "range": [ 315, 327, ], - "raw": "story=\\"page\\"", + "raw": "story="page"", "start": 315, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 315, 320, ], "raw": "story", "start": 315, "type": "JSXAttribute", - "value": Object { + "value": { "end": 327, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 57, "line": 9, "offset": 327, }, - "start": Object { + "start": { "column": 51, "line": 9, "offset": 321, }, }, - "range": Array [ + "range": [ 321, 327, ], - "raw": "\\"page\\"", + "raw": ""page"", "start": 321, "type": "Literal", "value": "page", @@ -35719,34 +35719,34 @@ Object { }, ], "end": 328, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 58, "line": 9, "offset": 328, }, - "start": Object { + "start": { "column": 4, "line": 9, "offset": 274, }, }, - "name": Object { + "name": { "end": 278, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 8, "line": 9, "offset": 278, }, - "start": Object { + "start": { "column": 5, "line": 9, "offset": 275, }, }, "name": "div", - "range": Array [ + "range": [ 275, 278, ], @@ -35754,78 +35754,78 @@ Object { "start": 275, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 274, 328, ], - "raw": "
", + "raw": "
", "selfClosing": false, "start": 274, "type": "JSXOpeningElement", }, - "range": Array [ + "range": [ 274, 360, ], - "raw": "
+ "raw": "
Vuetify preset
", "start": 274, "type": "JSXElement", }, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 11, "line": 11, "offset": 360, }, - "start": Object { + "start": { "column": 5, "line": 9, "offset": 274, }, }, - "range": Array [ + "range": [ 274, 360, ], "start": 274, "type": "ExpressionStatement", }, - Object { + { "end": 495, - "expression": Object { - "children": Array [], - "closingElement": Object { + "expression": { + "children": [], + "closingElement": { "end": 495, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 10, "line": 15, "offset": 495, }, - "start": Object { + "start": { "column": 4, "line": 15, "offset": 489, }, }, - "name": Object { + "name": { "end": 494, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 9, "line": 15, "offset": 494, }, - "start": Object { + "start": { "column": 6, "line": 15, "offset": 491, }, }, "name": "div", - "range": Array [ + "range": [ 491, 494, ], @@ -35833,7 +35833,7 @@ Object { "start": 491, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 489, 495, ], @@ -35842,151 +35842,151 @@ Object { "type": "JSXClosingElement", }, "end": 495, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 10, "line": 15, "offset": 495, }, - "start": Object { + "start": { "column": 4, "line": 13, "offset": 409, }, }, - "openingElement": Object { - "attributes": Array [ - Object { + "openingElement": { + "attributes": [ + { "end": 418, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 13, "line": 13, "offset": 418, }, - "start": Object { + "start": { "column": 9, "line": 13, "offset": 414, }, }, - "name": Object { + "name": { "end": 449, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 44, "line": 13, "offset": 449, }, - "start": Object { + "start": { "column": 9, "line": 13, "offset": 414, }, }, "name": "kind", - "range": Array [ + "range": [ 414, 449, ], - "raw": "kind=\\"docs-packages-vuetify-preset\\"", + "raw": "kind="docs-packages-vuetify-preset"", "start": 414, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 414, 418, ], "raw": "kind", "start": 414, "type": "JSXAttribute", - "value": Object { + "value": { "end": 449, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 44, "line": 13, "offset": 449, }, - "start": Object { + "start": { "column": 14, "line": 13, "offset": 419, }, }, - "range": Array [ + "range": [ 419, 449, ], - "raw": "\\"docs-packages-vuetify-preset\\"", + "raw": ""docs-packages-vuetify-preset"", "start": 419, "type": "Literal", "value": "docs-packages-vuetify-preset", }, }, - Object { + { "end": 455, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 50, "line": 13, "offset": 455, }, - "start": Object { + "start": { "column": 45, "line": 13, "offset": 450, }, }, - "name": Object { + "name": { "end": 462, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 57, "line": 13, "offset": 462, }, - "start": Object { + "start": { "column": 45, "line": 13, "offset": 450, }, }, "name": "story", - "range": Array [ + "range": [ 450, 462, ], - "raw": "story=\\"page\\"", + "raw": "story="page"", "start": 450, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 450, 455, ], "raw": "story", "start": 450, "type": "JSXAttribute", - "value": Object { + "value": { "end": 462, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 57, "line": 13, "offset": 462, }, - "start": Object { + "start": { "column": 51, "line": 13, "offset": 456, }, }, - "range": Array [ + "range": [ 456, 462, ], - "raw": "\\"page\\"", + "raw": ""page"", "start": 456, "type": "Literal", "value": "page", @@ -35994,34 +35994,34 @@ Object { }, ], "end": 463, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 58, "line": 13, "offset": 463, }, - "start": Object { + "start": { "column": 4, "line": 13, "offset": 409, }, }, - "name": Object { + "name": { "end": 413, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 8, "line": 13, "offset": 413, }, - "start": Object { + "start": { "column": 5, "line": 13, "offset": 410, }, }, "name": "div", - "range": Array [ + "range": [ 410, 413, ], @@ -36029,78 +36029,78 @@ Object { "start": 410, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 409, 463, ], - "raw": "
", + "raw": "
", "selfClosing": false, "start": 409, "type": "JSXOpeningElement", }, - "range": Array [ + "range": [ 409, 495, ], - "raw": "
+ "raw": "
Vuetify preset
", "start": 409, "type": "JSXElement", }, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 11, "line": 15, "offset": 495, }, - "start": Object { + "start": { "column": 5, "line": 13, "offset": 409, }, }, - "range": Array [ + "range": [ 409, 495, ], "start": 409, "type": "ExpressionStatement", }, - Object { + { "end": 630, - "expression": Object { - "children": Array [], - "closingElement": Object { + "expression": { + "children": [], + "closingElement": { "end": 630, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 10, "line": 19, "offset": 630, }, - "start": Object { + "start": { "column": 4, "line": 19, "offset": 624, }, }, - "name": Object { + "name": { "end": 629, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 9, "line": 19, "offset": 629, }, - "start": Object { + "start": { "column": 6, "line": 19, "offset": 626, }, }, "name": "div", - "range": Array [ + "range": [ 626, 629, ], @@ -36108,7 +36108,7 @@ Object { "start": 626, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 624, 630, ], @@ -36117,151 +36117,151 @@ Object { "type": "JSXClosingElement", }, "end": 630, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 10, "line": 19, "offset": 630, }, - "start": Object { + "start": { "column": 4, "line": 17, "offset": 544, }, }, - "openingElement": Object { - "attributes": Array [ - Object { + "openingElement": { + "attributes": [ + { "end": 553, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 13, "line": 17, "offset": 553, }, - "start": Object { + "start": { "column": 9, "line": 17, "offset": 549, }, }, - "name": Object { + "name": { "end": 584, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 44, "line": 17, "offset": 584, }, - "start": Object { + "start": { "column": 9, "line": 17, "offset": 549, }, }, "name": "kind", - "range": Array [ + "range": [ 549, 584, ], - "raw": "kind=\\"docs-packages-vuetify-preset\\"", + "raw": "kind="docs-packages-vuetify-preset"", "start": 549, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 549, 553, ], "raw": "kind", "start": 549, "type": "JSXAttribute", - "value": Object { + "value": { "end": 584, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 44, "line": 17, "offset": 584, }, - "start": Object { + "start": { "column": 14, "line": 17, "offset": 554, }, }, - "range": Array [ + "range": [ 554, 584, ], - "raw": "\\"docs-packages-vuetify-preset\\"", + "raw": ""docs-packages-vuetify-preset"", "start": 554, "type": "Literal", "value": "docs-packages-vuetify-preset", }, }, - Object { + { "end": 590, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 50, "line": 17, "offset": 590, }, - "start": Object { + "start": { "column": 45, "line": 17, "offset": 585, }, }, - "name": Object { + "name": { "end": 597, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 57, "line": 17, "offset": 597, }, - "start": Object { + "start": { "column": 45, "line": 17, "offset": 585, }, }, "name": "story", - "range": Array [ + "range": [ 585, 597, ], - "raw": "story=\\"page\\"", + "raw": "story="page"", "start": 585, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 585, 590, ], "raw": "story", "start": 585, "type": "JSXAttribute", - "value": Object { + "value": { "end": 597, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 57, "line": 17, "offset": 597, }, - "start": Object { + "start": { "column": 51, "line": 17, "offset": 591, }, }, - "range": Array [ + "range": [ 591, 597, ], - "raw": "\\"page\\"", + "raw": ""page"", "start": 591, "type": "Literal", "value": "page", @@ -36269,34 +36269,34 @@ Object { }, ], "end": 598, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 58, "line": 17, "offset": 598, }, - "start": Object { + "start": { "column": 4, "line": 17, "offset": 544, }, }, - "name": Object { + "name": { "end": 548, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 8, "line": 17, "offset": 548, }, - "start": Object { + "start": { "column": 5, "line": 17, "offset": 545, }, }, "name": "div", - "range": Array [ + "range": [ 545, 548, ], @@ -36304,78 +36304,78 @@ Object { "start": 545, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 544, 598, ], - "raw": "
", + "raw": "
", "selfClosing": false, "start": 544, "type": "JSXOpeningElement", }, - "range": Array [ + "range": [ 544, 630, ], - "raw": "
+ "raw": "
Vuetify preset
", "start": 544, "type": "JSXElement", }, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 11, "line": 19, "offset": 630, }, - "start": Object { + "start": { "column": 5, "line": 17, "offset": 544, }, }, - "range": Array [ + "range": [ 544, 630, ], "start": 544, "type": "ExpressionStatement", }, - Object { + { "end": 765, - "expression": Object { - "children": Array [], - "closingElement": Object { + "expression": { + "children": [], + "closingElement": { "end": 765, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 10, "line": 23, "offset": 765, }, - "start": Object { + "start": { "column": 4, "line": 23, "offset": 759, }, }, - "name": Object { + "name": { "end": 764, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 9, "line": 23, "offset": 764, }, - "start": Object { + "start": { "column": 6, "line": 23, "offset": 761, }, }, "name": "div", - "range": Array [ + "range": [ 761, 764, ], @@ -36383,7 +36383,7 @@ Object { "start": 761, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 759, 765, ], @@ -36392,151 +36392,151 @@ Object { "type": "JSXClosingElement", }, "end": 765, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 10, "line": 23, "offset": 765, }, - "start": Object { + "start": { "column": 4, "line": 21, "offset": 679, }, }, - "openingElement": Object { - "attributes": Array [ - Object { + "openingElement": { + "attributes": [ + { "end": 688, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 13, "line": 21, "offset": 688, }, - "start": Object { + "start": { "column": 9, "line": 21, "offset": 684, }, }, - "name": Object { + "name": { "end": 719, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 44, "line": 21, "offset": 719, }, - "start": Object { + "start": { "column": 9, "line": 21, "offset": 684, }, }, "name": "kind", - "range": Array [ + "range": [ 684, 719, ], - "raw": "kind=\\"docs-packages-vuetify-preset\\"", + "raw": "kind="docs-packages-vuetify-preset"", "start": 684, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 684, 688, ], "raw": "kind", "start": 684, "type": "JSXAttribute", - "value": Object { + "value": { "end": 719, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 44, "line": 21, "offset": 719, }, - "start": Object { + "start": { "column": 14, "line": 21, "offset": 689, }, }, - "range": Array [ + "range": [ 689, 719, ], - "raw": "\\"docs-packages-vuetify-preset\\"", + "raw": ""docs-packages-vuetify-preset"", "start": 689, "type": "Literal", "value": "docs-packages-vuetify-preset", }, }, - Object { + { "end": 725, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 50, "line": 21, "offset": 725, }, - "start": Object { + "start": { "column": 45, "line": 21, "offset": 720, }, }, - "name": Object { + "name": { "end": 732, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 57, "line": 21, "offset": 732, }, - "start": Object { + "start": { "column": 45, "line": 21, "offset": 720, }, }, "name": "story", - "range": Array [ + "range": [ 720, 732, ], - "raw": "story=\\"page\\"", + "raw": "story="page"", "start": 720, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 720, 725, ], "raw": "story", "start": 720, "type": "JSXAttribute", - "value": Object { + "value": { "end": 732, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 57, "line": 21, "offset": 732, }, - "start": Object { + "start": { "column": 51, "line": 21, "offset": 726, }, }, - "range": Array [ + "range": [ 726, 732, ], - "raw": "\\"page\\"", + "raw": ""page"", "start": 726, "type": "Literal", "value": "page", @@ -36544,34 +36544,34 @@ Object { }, ], "end": 733, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 58, "line": 21, "offset": 733, }, - "start": Object { + "start": { "column": 4, "line": 21, "offset": 679, }, }, - "name": Object { + "name": { "end": 683, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 8, "line": 21, "offset": 683, }, - "start": Object { + "start": { "column": 5, "line": 21, "offset": 680, }, }, "name": "div", - "range": Array [ + "range": [ 680, 683, ], @@ -36579,38 +36579,38 @@ Object { "start": 680, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 679, 733, ], - "raw": "
", + "raw": "
", "selfClosing": false, "start": 679, "type": "JSXOpeningElement", }, - "range": Array [ + "range": [ 679, 765, ], - "raw": "
+ "raw": "
Vuetify preset
", "start": 679, "type": "JSXElement", }, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 11, "line": 23, "offset": 765, }, - "start": Object { + "start": { "column": 5, "line": 21, "offset": 679, }, }, - "range": Array [ + "range": [ 679, 765, ], @@ -36618,42 +36618,42 @@ Object { "type": "ExpressionStatement", }, ], - "comments": Array [], + "comments": [], "end": 810, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 1, "line": 25, "offset": 810, }, - "start": Object { + "start": { "column": 1, "line": 1, "offset": 0, }, }, - "range": Array [ + "range": [ 0, 810, ], "sourceType": undefined, "start": 0, - "tokens": Array [ - Object { + "tokens": [ + { "end": 5, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 5, "line": 1, "offset": 5, }, - "start": Object { + "start": { "column": 4, "line": 1, "offset": 4, }, }, - "range": Array [ + "range": [ 4, 5, ], @@ -36661,21 +36661,21 @@ Object { "type": "Punctuator", "value": "<", }, - Object { + { "end": 8, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 8, "line": 1, "offset": 8, }, - "start": Object { + "start": { "column": 5, "line": 1, "offset": 5, }, }, - "range": Array [ + "range": [ 5, 8, ], @@ -36683,21 +36683,21 @@ Object { "type": "JSXIdentifier", "value": "div", }, - Object { + { "end": 13, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 13, "line": 1, "offset": 13, }, - "start": Object { + "start": { "column": 9, "line": 1, "offset": 9, }, }, - "range": Array [ + "range": [ 9, 13, ], @@ -36705,21 +36705,21 @@ Object { "type": "JSXIdentifier", "value": "kind", }, - Object { + { "end": 14, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 14, "line": 1, "offset": 14, }, - "start": Object { + "start": { "column": 13, "line": 1, "offset": 13, }, }, - "range": Array [ + "range": [ 13, 14, ], @@ -36727,43 +36727,43 @@ Object { "type": "Punctuator", "value": "=", }, - Object { + { "end": 44, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 44, "line": 1, "offset": 44, }, - "start": Object { + "start": { "column": 14, "line": 1, "offset": 14, }, }, - "range": Array [ + "range": [ 14, 44, ], "start": 14, "type": "String", - "value": "\\"docs-packages-vuetify-preset\\"", + "value": ""docs-packages-vuetify-preset"", }, - Object { + { "end": 50, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 50, "line": 1, "offset": 50, }, - "start": Object { + "start": { "column": 45, "line": 1, "offset": 45, }, }, - "range": Array [ + "range": [ 45, 50, ], @@ -36771,21 +36771,21 @@ Object { "type": "JSXIdentifier", "value": "story", }, - Object { + { "end": 51, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 51, "line": 1, "offset": 51, }, - "start": Object { + "start": { "column": 50, "line": 1, "offset": 50, }, }, - "range": Array [ + "range": [ 50, 51, ], @@ -36793,43 +36793,43 @@ Object { "type": "Punctuator", "value": "=", }, - Object { + { "end": 57, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 57, "line": 1, "offset": 57, }, - "start": Object { + "start": { "column": 51, "line": 1, "offset": 51, }, }, - "range": Array [ + "range": [ 51, 57, ], "start": 51, "type": "String", - "value": "\\"page\\"", + "value": ""page"", }, - Object { + { "end": 79, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 20, "line": 2, "offset": 79, }, - "start": Object { + "start": { "column": 6, "line": 2, "offset": 65, }, }, - "range": Array [ + "range": [ 65, 79, ], @@ -36837,21 +36837,21 @@ Object { "type": "JSXText", "value": "Vuetify preset", }, - Object { + { "end": 85, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 5, "line": 3, "offset": 85, }, - "start": Object { + "start": { "column": 4, "line": 3, "offset": 84, }, }, - "range": Array [ + "range": [ 84, 85, ], @@ -36859,21 +36859,21 @@ Object { "type": "Punctuator", "value": "<", }, - Object { + { "end": 86, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 6, "line": 3, "offset": 86, }, - "start": Object { + "start": { "column": 5, "line": 3, "offset": 85, }, }, - "range": Array [ + "range": [ 85, 86, ], @@ -36881,21 +36881,21 @@ Object { "type": "Punctuator", "value": "/", }, - Object { + { "end": 89, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 9, "line": 3, "offset": 89, }, - "start": Object { + "start": { "column": 6, "line": 3, "offset": 86, }, }, - "range": Array [ + "range": [ 86, 89, ], @@ -36903,21 +36903,21 @@ Object { "type": "JSXIdentifier", "value": "div", }, - Object { + { "end": 90, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 10, "line": 3, "offset": 90, }, - "start": Object { + "start": { "column": 9, "line": 3, "offset": 89, }, }, - "range": Array [ + "range": [ 89, 90, ], @@ -36925,21 +36925,21 @@ Object { "type": "Punctuator", "value": ">", }, - Object { + { "end": 134, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 43, "line": 4, "offset": 134, }, - "start": Object { + "start": { "column": 4, "line": 4, "offset": 95, }, }, - "range": Array [ + "range": [ 95, 134, ], @@ -36947,21 +36947,21 @@ Object { "type": "JSXText", "value": ": some extra text describing the preset", }, - Object { + { "end": 140, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 5, "line": 5, "offset": 140, }, - "start": Object { + "start": { "column": 4, "line": 5, "offset": 139, }, }, - "range": Array [ + "range": [ 139, 140, ], @@ -36969,21 +36969,21 @@ Object { "type": "Punctuator", "value": "<", }, - Object { + { "end": 143, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 8, "line": 5, "offset": 143, }, - "start": Object { + "start": { "column": 5, "line": 5, "offset": 140, }, }, - "range": Array [ + "range": [ 140, 143, ], @@ -36991,21 +36991,21 @@ Object { "type": "JSXIdentifier", "value": "div", }, - Object { + { "end": 148, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 13, "line": 5, "offset": 148, }, - "start": Object { + "start": { "column": 9, "line": 5, "offset": 144, }, }, - "range": Array [ + "range": [ 144, 148, ], @@ -37013,21 +37013,21 @@ Object { "type": "JSXIdentifier", "value": "kind", }, - Object { + { "end": 149, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 14, "line": 5, "offset": 149, }, - "start": Object { + "start": { "column": 13, "line": 5, "offset": 148, }, }, - "range": Array [ + "range": [ 148, 149, ], @@ -37035,43 +37035,43 @@ Object { "type": "Punctuator", "value": "=", }, - Object { + { "end": 179, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 44, "line": 5, "offset": 179, }, - "start": Object { + "start": { "column": 14, "line": 5, "offset": 149, }, }, - "range": Array [ + "range": [ 149, 179, ], "start": 149, "type": "String", - "value": "\\"docs-packages-vuetify-preset\\"", + "value": ""docs-packages-vuetify-preset"", }, - Object { + { "end": 185, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 50, "line": 5, "offset": 185, }, - "start": Object { + "start": { "column": 45, "line": 5, "offset": 180, }, }, - "range": Array [ + "range": [ 180, 185, ], @@ -37079,21 +37079,21 @@ Object { "type": "JSXIdentifier", "value": "story", }, - Object { + { "end": 186, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 51, "line": 5, "offset": 186, }, - "start": Object { + "start": { "column": 50, "line": 5, "offset": 185, }, }, - "range": Array [ + "range": [ 185, 186, ], @@ -37101,43 +37101,43 @@ Object { "type": "Punctuator", "value": "=", }, - Object { + { "end": 192, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 57, "line": 5, "offset": 192, }, - "start": Object { + "start": { "column": 51, "line": 5, "offset": 186, }, }, - "range": Array [ + "range": [ 186, 192, ], "start": 186, "type": "String", - "value": "\\"page\\"", + "value": ""page"", }, - Object { + { "end": 214, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 20, "line": 6, "offset": 214, }, - "start": Object { + "start": { "column": 6, "line": 6, "offset": 200, }, }, - "range": Array [ + "range": [ 200, 214, ], @@ -37145,21 +37145,21 @@ Object { "type": "JSXText", "value": "Vuetify preset", }, - Object { + { "end": 220, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 5, "line": 7, "offset": 220, }, - "start": Object { + "start": { "column": 4, "line": 7, "offset": 219, }, }, - "range": Array [ + "range": [ 219, 220, ], @@ -37167,21 +37167,21 @@ Object { "type": "Punctuator", "value": "<", }, - Object { + { "end": 221, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 6, "line": 7, "offset": 221, }, - "start": Object { + "start": { "column": 5, "line": 7, "offset": 220, }, }, - "range": Array [ + "range": [ 220, 221, ], @@ -37189,21 +37189,21 @@ Object { "type": "Punctuator", "value": "/", }, - Object { + { "end": 224, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 9, "line": 7, "offset": 224, }, - "start": Object { + "start": { "column": 6, "line": 7, "offset": 221, }, }, - "range": Array [ + "range": [ 221, 224, ], @@ -37211,21 +37211,21 @@ Object { "type": "JSXIdentifier", "value": "div", }, - Object { + { "end": 225, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 10, "line": 7, "offset": 225, }, - "start": Object { + "start": { "column": 9, "line": 7, "offset": 224, }, }, - "range": Array [ + "range": [ 224, 225, ], @@ -37233,21 +37233,21 @@ Object { "type": "Punctuator", "value": ">", }, - Object { + { "end": 269, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 43, "line": 8, "offset": 269, }, - "start": Object { + "start": { "column": 4, "line": 8, "offset": 230, }, }, - "range": Array [ + "range": [ 230, 269, ], @@ -37255,21 +37255,21 @@ Object { "type": "JSXText", "value": ": some extra text describing the preset", }, - Object { + { "end": 275, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 5, "line": 9, "offset": 275, }, - "start": Object { + "start": { "column": 4, "line": 9, "offset": 274, }, }, - "range": Array [ + "range": [ 274, 275, ], @@ -37277,21 +37277,21 @@ Object { "type": "Punctuator", "value": "<", }, - Object { + { "end": 278, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 8, "line": 9, "offset": 278, }, - "start": Object { + "start": { "column": 5, "line": 9, "offset": 275, }, }, - "range": Array [ + "range": [ 275, 278, ], @@ -37299,21 +37299,21 @@ Object { "type": "JSXIdentifier", "value": "div", }, - Object { + { "end": 283, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 13, "line": 9, "offset": 283, }, - "start": Object { + "start": { "column": 9, "line": 9, "offset": 279, }, }, - "range": Array [ + "range": [ 279, 283, ], @@ -37321,21 +37321,21 @@ Object { "type": "JSXIdentifier", "value": "kind", }, - Object { + { "end": 284, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 14, "line": 9, "offset": 284, }, - "start": Object { + "start": { "column": 13, "line": 9, "offset": 283, }, }, - "range": Array [ + "range": [ 283, 284, ], @@ -37343,43 +37343,43 @@ Object { "type": "Punctuator", "value": "=", }, - Object { + { "end": 314, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 44, "line": 9, "offset": 314, }, - "start": Object { + "start": { "column": 14, "line": 9, "offset": 284, }, }, - "range": Array [ + "range": [ 284, 314, ], "start": 284, "type": "String", - "value": "\\"docs-packages-vuetify-preset\\"", + "value": ""docs-packages-vuetify-preset"", }, - Object { + { "end": 320, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 50, "line": 9, "offset": 320, }, - "start": Object { + "start": { "column": 45, "line": 9, "offset": 315, }, }, - "range": Array [ + "range": [ 315, 320, ], @@ -37387,21 +37387,21 @@ Object { "type": "JSXIdentifier", "value": "story", }, - Object { + { "end": 321, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 51, "line": 9, "offset": 321, }, - "start": Object { + "start": { "column": 50, "line": 9, "offset": 320, }, }, - "range": Array [ + "range": [ 320, 321, ], @@ -37409,43 +37409,43 @@ Object { "type": "Punctuator", "value": "=", }, - Object { + { "end": 327, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 57, "line": 9, "offset": 327, }, - "start": Object { + "start": { "column": 51, "line": 9, "offset": 321, }, }, - "range": Array [ + "range": [ 321, 327, ], "start": 321, "type": "String", - "value": "\\"page\\"", + "value": ""page"", }, - Object { + { "end": 349, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 20, "line": 10, "offset": 349, }, - "start": Object { + "start": { "column": 6, "line": 10, "offset": 335, }, }, - "range": Array [ + "range": [ 335, 349, ], @@ -37453,21 +37453,21 @@ Object { "type": "JSXText", "value": "Vuetify preset", }, - Object { + { "end": 355, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 5, "line": 11, "offset": 355, }, - "start": Object { + "start": { "column": 4, "line": 11, "offset": 354, }, }, - "range": Array [ + "range": [ 354, 355, ], @@ -37475,21 +37475,21 @@ Object { "type": "Punctuator", "value": "<", }, - Object { + { "end": 356, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 6, "line": 11, "offset": 356, }, - "start": Object { + "start": { "column": 5, "line": 11, "offset": 355, }, }, - "range": Array [ + "range": [ 355, 356, ], @@ -37497,21 +37497,21 @@ Object { "type": "Punctuator", "value": "/", }, - Object { + { "end": 359, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 9, "line": 11, "offset": 359, }, - "start": Object { + "start": { "column": 6, "line": 11, "offset": 356, }, }, - "range": Array [ + "range": [ 356, 359, ], @@ -37519,21 +37519,21 @@ Object { "type": "JSXIdentifier", "value": "div", }, - Object { + { "end": 360, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 10, "line": 11, "offset": 360, }, - "start": Object { + "start": { "column": 9, "line": 11, "offset": 359, }, }, - "range": Array [ + "range": [ 359, 360, ], @@ -37541,21 +37541,21 @@ Object { "type": "Punctuator", "value": ">", }, - Object { + { "end": 404, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 43, "line": 12, "offset": 404, }, - "start": Object { + "start": { "column": 4, "line": 12, "offset": 365, }, }, - "range": Array [ + "range": [ 365, 404, ], @@ -37563,21 +37563,21 @@ Object { "type": "JSXText", "value": ": some extra text describing the preset", }, - Object { + { "end": 410, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 5, "line": 13, "offset": 410, }, - "start": Object { + "start": { "column": 4, "line": 13, "offset": 409, }, }, - "range": Array [ + "range": [ 409, 410, ], @@ -37585,21 +37585,21 @@ Object { "type": "Punctuator", "value": "<", }, - Object { + { "end": 413, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 8, "line": 13, "offset": 413, }, - "start": Object { + "start": { "column": 5, "line": 13, "offset": 410, }, }, - "range": Array [ + "range": [ 410, 413, ], @@ -37607,21 +37607,21 @@ Object { "type": "JSXIdentifier", "value": "div", }, - Object { + { "end": 418, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 13, "line": 13, "offset": 418, }, - "start": Object { + "start": { "column": 9, "line": 13, "offset": 414, }, }, - "range": Array [ + "range": [ 414, 418, ], @@ -37629,21 +37629,21 @@ Object { "type": "JSXIdentifier", "value": "kind", }, - Object { + { "end": 419, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 14, "line": 13, "offset": 419, }, - "start": Object { + "start": { "column": 13, "line": 13, "offset": 418, }, }, - "range": Array [ + "range": [ 418, 419, ], @@ -37651,43 +37651,43 @@ Object { "type": "Punctuator", "value": "=", }, - Object { + { "end": 449, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 44, "line": 13, "offset": 449, }, - "start": Object { + "start": { "column": 14, "line": 13, "offset": 419, }, }, - "range": Array [ + "range": [ 419, 449, ], "start": 419, "type": "String", - "value": "\\"docs-packages-vuetify-preset\\"", + "value": ""docs-packages-vuetify-preset"", }, - Object { + { "end": 455, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 50, "line": 13, "offset": 455, }, - "start": Object { + "start": { "column": 45, "line": 13, "offset": 450, }, }, - "range": Array [ + "range": [ 450, 455, ], @@ -37695,21 +37695,21 @@ Object { "type": "JSXIdentifier", "value": "story", }, - Object { + { "end": 456, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 51, "line": 13, "offset": 456, }, - "start": Object { + "start": { "column": 50, "line": 13, "offset": 455, }, }, - "range": Array [ + "range": [ 455, 456, ], @@ -37717,43 +37717,43 @@ Object { "type": "Punctuator", "value": "=", }, - Object { + { "end": 462, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 57, "line": 13, "offset": 462, }, - "start": Object { + "start": { "column": 51, "line": 13, "offset": 456, }, }, - "range": Array [ + "range": [ 456, 462, ], "start": 456, "type": "String", - "value": "\\"page\\"", + "value": ""page"", }, - Object { + { "end": 484, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 20, "line": 14, "offset": 484, }, - "start": Object { + "start": { "column": 6, "line": 14, "offset": 470, }, }, - "range": Array [ + "range": [ 470, 484, ], @@ -37761,21 +37761,21 @@ Object { "type": "JSXText", "value": "Vuetify preset", }, - Object { + { "end": 490, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 5, "line": 15, "offset": 490, }, - "start": Object { + "start": { "column": 4, "line": 15, "offset": 489, }, }, - "range": Array [ + "range": [ 489, 490, ], @@ -37783,21 +37783,21 @@ Object { "type": "Punctuator", "value": "<", }, - Object { + { "end": 491, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 6, "line": 15, "offset": 491, }, - "start": Object { + "start": { "column": 5, "line": 15, "offset": 490, }, }, - "range": Array [ + "range": [ 490, 491, ], @@ -37805,21 +37805,21 @@ Object { "type": "Punctuator", "value": "/", }, - Object { + { "end": 494, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 9, "line": 15, "offset": 494, }, - "start": Object { + "start": { "column": 6, "line": 15, "offset": 491, }, }, - "range": Array [ + "range": [ 491, 494, ], @@ -37827,21 +37827,21 @@ Object { "type": "JSXIdentifier", "value": "div", }, - Object { + { "end": 495, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 10, "line": 15, "offset": 495, }, - "start": Object { + "start": { "column": 9, "line": 15, "offset": 494, }, }, - "range": Array [ + "range": [ 494, 495, ], @@ -37849,21 +37849,21 @@ Object { "type": "Punctuator", "value": ">", }, - Object { + { "end": 539, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 43, "line": 16, "offset": 539, }, - "start": Object { + "start": { "column": 4, "line": 16, "offset": 500, }, }, - "range": Array [ + "range": [ 500, 539, ], @@ -37871,21 +37871,21 @@ Object { "type": "JSXText", "value": ": some extra text describing the preset", }, - Object { + { "end": 545, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 5, "line": 17, "offset": 545, }, - "start": Object { + "start": { "column": 4, "line": 17, "offset": 544, }, }, - "range": Array [ + "range": [ 544, 545, ], @@ -37893,21 +37893,21 @@ Object { "type": "Punctuator", "value": "<", }, - Object { + { "end": 548, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 8, "line": 17, "offset": 548, }, - "start": Object { + "start": { "column": 5, "line": 17, "offset": 545, }, }, - "range": Array [ + "range": [ 545, 548, ], @@ -37915,21 +37915,21 @@ Object { "type": "JSXIdentifier", "value": "div", }, - Object { + { "end": 553, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 13, "line": 17, "offset": 553, }, - "start": Object { + "start": { "column": 9, "line": 17, "offset": 549, }, }, - "range": Array [ + "range": [ 549, 553, ], @@ -37937,21 +37937,21 @@ Object { "type": "JSXIdentifier", "value": "kind", }, - Object { + { "end": 554, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 14, "line": 17, "offset": 554, }, - "start": Object { + "start": { "column": 13, "line": 17, "offset": 553, }, }, - "range": Array [ + "range": [ 553, 554, ], @@ -37959,43 +37959,43 @@ Object { "type": "Punctuator", "value": "=", }, - Object { + { "end": 584, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 44, "line": 17, "offset": 584, }, - "start": Object { + "start": { "column": 14, "line": 17, "offset": 554, }, }, - "range": Array [ + "range": [ 554, 584, ], "start": 554, "type": "String", - "value": "\\"docs-packages-vuetify-preset\\"", + "value": ""docs-packages-vuetify-preset"", }, - Object { + { "end": 590, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 50, "line": 17, "offset": 590, }, - "start": Object { + "start": { "column": 45, "line": 17, "offset": 585, }, }, - "range": Array [ + "range": [ 585, 590, ], @@ -38003,21 +38003,21 @@ Object { "type": "JSXIdentifier", "value": "story", }, - Object { + { "end": 591, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 51, "line": 17, "offset": 591, }, - "start": Object { + "start": { "column": 50, "line": 17, "offset": 590, }, }, - "range": Array [ + "range": [ 590, 591, ], @@ -38025,43 +38025,43 @@ Object { "type": "Punctuator", "value": "=", }, - Object { + { "end": 597, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 57, "line": 17, "offset": 597, }, - "start": Object { + "start": { "column": 51, "line": 17, "offset": 591, }, }, - "range": Array [ + "range": [ 591, 597, ], "start": 591, "type": "String", - "value": "\\"page\\"", + "value": ""page"", }, - Object { + { "end": 619, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 20, "line": 18, "offset": 619, }, - "start": Object { + "start": { "column": 6, "line": 18, "offset": 605, }, }, - "range": Array [ + "range": [ 605, 619, ], @@ -38069,21 +38069,21 @@ Object { "type": "JSXText", "value": "Vuetify preset", }, - Object { + { "end": 625, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 5, "line": 19, "offset": 625, }, - "start": Object { + "start": { "column": 4, "line": 19, "offset": 624, }, }, - "range": Array [ + "range": [ 624, 625, ], @@ -38091,21 +38091,21 @@ Object { "type": "Punctuator", "value": "<", }, - Object { + { "end": 626, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 6, "line": 19, "offset": 626, }, - "start": Object { + "start": { "column": 5, "line": 19, "offset": 625, }, }, - "range": Array [ + "range": [ 625, 626, ], @@ -38113,21 +38113,21 @@ Object { "type": "Punctuator", "value": "/", }, - Object { + { "end": 629, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 9, "line": 19, "offset": 629, }, - "start": Object { + "start": { "column": 6, "line": 19, "offset": 626, }, }, - "range": Array [ + "range": [ 626, 629, ], @@ -38135,21 +38135,21 @@ Object { "type": "JSXIdentifier", "value": "div", }, - Object { + { "end": 630, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 10, "line": 19, "offset": 630, }, - "start": Object { + "start": { "column": 9, "line": 19, "offset": 629, }, }, - "range": Array [ + "range": [ 629, 630, ], @@ -38157,21 +38157,21 @@ Object { "type": "Punctuator", "value": ">", }, - Object { + { "end": 674, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 43, "line": 20, "offset": 674, }, - "start": Object { + "start": { "column": 4, "line": 20, "offset": 635, }, }, - "range": Array [ + "range": [ 635, 674, ], @@ -38179,21 +38179,21 @@ Object { "type": "JSXText", "value": ": some extra text describing the preset", }, - Object { + { "end": 680, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 5, "line": 21, "offset": 680, }, - "start": Object { + "start": { "column": 4, "line": 21, "offset": 679, }, }, - "range": Array [ + "range": [ 679, 680, ], @@ -38201,21 +38201,21 @@ Object { "type": "Punctuator", "value": "<", }, - Object { + { "end": 683, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 8, "line": 21, "offset": 683, }, - "start": Object { + "start": { "column": 5, "line": 21, "offset": 680, }, }, - "range": Array [ + "range": [ 680, 683, ], @@ -38223,21 +38223,21 @@ Object { "type": "JSXIdentifier", "value": "div", }, - Object { + { "end": 688, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 13, "line": 21, "offset": 688, }, - "start": Object { + "start": { "column": 9, "line": 21, "offset": 684, }, }, - "range": Array [ + "range": [ 684, 688, ], @@ -38245,21 +38245,21 @@ Object { "type": "JSXIdentifier", "value": "kind", }, - Object { + { "end": 689, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 14, "line": 21, "offset": 689, }, - "start": Object { + "start": { "column": 13, "line": 21, "offset": 688, }, }, - "range": Array [ + "range": [ 688, 689, ], @@ -38267,43 +38267,43 @@ Object { "type": "Punctuator", "value": "=", }, - Object { + { "end": 719, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 44, "line": 21, "offset": 719, }, - "start": Object { + "start": { "column": 14, "line": 21, "offset": 689, }, }, - "range": Array [ + "range": [ 689, 719, ], "start": 689, "type": "String", - "value": "\\"docs-packages-vuetify-preset\\"", + "value": ""docs-packages-vuetify-preset"", }, - Object { + { "end": 725, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 50, "line": 21, "offset": 725, }, - "start": Object { + "start": { "column": 45, "line": 21, "offset": 720, }, }, - "range": Array [ + "range": [ 720, 725, ], @@ -38311,21 +38311,21 @@ Object { "type": "JSXIdentifier", "value": "story", }, - Object { + { "end": 726, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 51, "line": 21, "offset": 726, }, - "start": Object { + "start": { "column": 50, "line": 21, "offset": 725, }, }, - "range": Array [ + "range": [ 725, 726, ], @@ -38333,43 +38333,43 @@ Object { "type": "Punctuator", "value": "=", }, - Object { + { "end": 732, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 57, "line": 21, "offset": 732, }, - "start": Object { + "start": { "column": 51, "line": 21, "offset": 726, }, }, - "range": Array [ + "range": [ 726, 732, ], "start": 726, "type": "String", - "value": "\\"page\\"", + "value": ""page"", }, - Object { + { "end": 754, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 20, "line": 22, "offset": 754, }, - "start": Object { + "start": { "column": 6, "line": 22, "offset": 740, }, }, - "range": Array [ + "range": [ 740, 754, ], @@ -38377,21 +38377,21 @@ Object { "type": "JSXText", "value": "Vuetify preset", }, - Object { + { "end": 760, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 5, "line": 23, "offset": 760, }, - "start": Object { + "start": { "column": 4, "line": 23, "offset": 759, }, }, - "range": Array [ + "range": [ 759, 760, ], @@ -38399,21 +38399,21 @@ Object { "type": "Punctuator", "value": "<", }, - Object { + { "end": 761, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 6, "line": 23, "offset": 761, }, - "start": Object { + "start": { "column": 5, "line": 23, "offset": 760, }, }, - "range": Array [ + "range": [ 760, 761, ], @@ -38421,21 +38421,21 @@ Object { "type": "Punctuator", "value": "/", }, - Object { + { "end": 764, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 9, "line": 23, "offset": 764, }, - "start": Object { + "start": { "column": 6, "line": 23, "offset": 761, }, }, - "range": Array [ + "range": [ 761, 764, ], @@ -38443,21 +38443,21 @@ Object { "type": "JSXIdentifier", "value": "div", }, - Object { + { "end": 765, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 10, "line": 23, "offset": 765, }, - "start": Object { + "start": { "column": 9, "line": 23, "offset": 764, }, }, - "range": Array [ + "range": [ 764, 765, ], @@ -38465,21 +38465,21 @@ Object { "type": "Punctuator", "value": ">", }, - Object { + { "end": 809, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 43, "line": 24, "offset": 809, }, - "start": Object { + "start": { "column": 4, "line": 24, "offset": 770, }, }, - "range": Array [ + "range": [ 770, 809, ], @@ -38493,42 +38493,42 @@ Object { `; exports[`parser should match all AST snapshots: leading-spaces.mdx 1`] = ` -Object { - "body": Array [ - Object { +{ + "body": [ + { "end": 41, - "expression": Object { - "children": Array [], - "closingElement": Object { + "expression": { + "children": [], + "closingElement": { "end": 41, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 6, "line": 5, "offset": 41, }, - "start": Object { + "start": { "column": 0, "line": 5, "offset": 35, }, }, - "name": Object { + "name": { "end": 40, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 5, "line": 5, "offset": 40, }, - "start": Object { + "start": { "column": 2, "line": 5, "offset": 37, }, }, "name": "div", - "range": Array [ + "range": [ 37, 40, ], @@ -38536,7 +38536,7 @@ Object { "start": 37, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 35, 41, ], @@ -38545,49 +38545,49 @@ Object { "type": "JSXClosingElement", }, "end": 41, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 6, "line": 5, "offset": 41, }, - "start": Object { + "start": { "column": 0, "line": 1, "offset": 0, }, }, - "openingElement": Object { - "attributes": Array [], + "openingElement": { + "attributes": [], "end": 5, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 5, "line": 1, "offset": 5, }, - "start": Object { + "start": { "column": 0, "line": 1, "offset": 0, }, }, - "name": Object { + "name": { "end": 4, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 4, "line": 1, "offset": 4, }, - "start": Object { + "start": { "column": 1, "line": 1, "offset": 1, }, }, "name": "div", - "range": Array [ + "range": [ 1, 4, ], @@ -38595,7 +38595,7 @@ Object { "start": 1, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 0, 5, ], @@ -38604,7 +38604,7 @@ Object { "start": 0, "type": "JSXOpeningElement", }, - "range": Array [ + "range": [ 0, 41, ], @@ -38616,59 +38616,59 @@ Object { "start": 0, "type": "JSXElement", }, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 7, "line": 5, "offset": 41, }, - "start": Object { + "start": { "column": 1, "line": 1, "offset": 0, }, }, - "range": Array [ + "range": [ 0, 41, ], "start": 0, "type": "ExpressionStatement", }, - Object { + { "end": 19, - "expression": Object { - "children": Array [], - "closingElement": Object { + "expression": { + "children": [], + "closingElement": { "end": 19, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 13, "line": 2, "offset": 19, }, - "start": Object { + "start": { "column": 9, "line": 2, "offset": 15, }, }, - "name": Object { + "name": { "end": 18, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 12, "line": 2, "offset": 18, }, - "start": Object { + "start": { "column": 11, "line": 2, "offset": 17, }, }, "name": "p", - "range": Array [ + "range": [ 17, 18, ], @@ -38676,7 +38676,7 @@ Object { "start": 17, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 15, 19, ], @@ -38685,49 +38685,49 @@ Object { "type": "JSXClosingElement", }, "end": 19, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 13, "line": 2, "offset": 19, }, - "start": Object { + "start": { "column": 2, "line": 2, "offset": 8, }, }, - "openingElement": Object { - "attributes": Array [], + "openingElement": { + "attributes": [], "end": 11, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 5, "line": 2, "offset": 11, }, - "start": Object { + "start": { "column": 2, "line": 2, "offset": 8, }, }, - "name": Object { + "name": { "end": 10, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 4, "line": 2, "offset": 10, }, - "start": Object { + "start": { "column": 3, "line": 2, "offset": 9, }, }, "name": "p", - "range": Array [ + "range": [ 9, 10, ], @@ -38735,7 +38735,7 @@ Object { "start": 9, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 8, 11, ], @@ -38744,7 +38744,7 @@ Object { "start": 8, "type": "JSXOpeningElement", }, - "range": Array [ + "range": [ 8, 19, ], @@ -38752,59 +38752,59 @@ Object { "start": 8, "type": "JSXElement", }, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 14, "line": 2, "offset": 19, }, - "start": Object { + "start": { "column": 3, "line": 2, "offset": 8, }, }, - "range": Array [ + "range": [ 8, 19, ], "start": 8, "type": "ExpressionStatement", }, - Object { + { "end": 34, - "expression": Object { - "children": Array [], - "closingElement": Object { + "expression": { + "children": [], + "closingElement": { "end": 34, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 13, "line": 4, "offset": 34, }, - "start": Object { + "start": { "column": 9, "line": 4, "offset": 30, }, }, - "name": Object { + "name": { "end": 33, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 12, "line": 4, "offset": 33, }, - "start": Object { + "start": { "column": 11, "line": 4, "offset": 32, }, }, "name": "p", - "range": Array [ + "range": [ 32, 33, ], @@ -38812,7 +38812,7 @@ Object { "start": 32, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 30, 34, ], @@ -38821,49 +38821,49 @@ Object { "type": "JSXClosingElement", }, "end": 34, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 13, "line": 4, "offset": 34, }, - "start": Object { + "start": { "column": 2, "line": 4, "offset": 23, }, }, - "openingElement": Object { - "attributes": Array [], + "openingElement": { + "attributes": [], "end": 26, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 5, "line": 4, "offset": 26, }, - "start": Object { + "start": { "column": 2, "line": 4, "offset": 23, }, }, - "name": Object { + "name": { "end": 25, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 4, "line": 4, "offset": 25, }, - "start": Object { + "start": { "column": 3, "line": 4, "offset": 24, }, }, "name": "p", - "range": Array [ + "range": [ 24, 25, ], @@ -38871,7 +38871,7 @@ Object { "start": 24, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 23, 26, ], @@ -38880,7 +38880,7 @@ Object { "start": 23, "type": "JSXOpeningElement", }, - "range": Array [ + "range": [ 23, 34, ], @@ -38888,19 +38888,19 @@ Object { "start": 23, "type": "JSXElement", }, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 14, "line": 4, "offset": 34, }, - "start": Object { + "start": { "column": 3, "line": 4, "offset": 23, }, }, - "range": Array [ + "range": [ 23, 34, ], @@ -38908,42 +38908,42 @@ Object { "type": "ExpressionStatement", }, ], - "comments": Array [], + "comments": [], "end": 42, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 1, "line": 6, "offset": 42, }, - "start": Object { + "start": { "column": 1, "line": 1, "offset": 0, }, }, - "range": Array [ + "range": [ 0, 42, ], "sourceType": undefined, "start": 0, - "tokens": Array [ - Object { + "tokens": [ + { "end": 1, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 1, "line": 1, "offset": 1, }, - "start": Object { + "start": { "column": 0, "line": 1, "offset": 0, }, }, - "range": Array [ + "range": [ 0, 1, ], @@ -38951,21 +38951,21 @@ Object { "type": "Punctuator", "value": "<", }, - Object { + { "end": 4, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 4, "line": 1, "offset": 4, }, - "start": Object { + "start": { "column": 1, "line": 1, "offset": 1, }, }, - "range": Array [ + "range": [ 1, 4, ], @@ -38973,21 +38973,21 @@ Object { "type": "JSXIdentifier", "value": "div", }, - Object { + { "end": 9, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 3, "line": 2, "offset": 9, }, - "start": Object { + "start": { "column": 2, "line": 2, "offset": 8, }, }, - "range": Array [ + "range": [ 8, 9, ], @@ -38995,21 +38995,21 @@ Object { "type": "Punctuator", "value": "<", }, - Object { + { "end": 10, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 4, "line": 2, "offset": 10, }, - "start": Object { + "start": { "column": 3, "line": 2, "offset": 9, }, }, - "range": Array [ + "range": [ 9, 10, ], @@ -39017,21 +39017,21 @@ Object { "type": "JSXIdentifier", "value": "p", }, - Object { + { "end": 15, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 9, "line": 2, "offset": 15, }, - "start": Object { + "start": { "column": 5, "line": 2, "offset": 11, }, }, - "range": Array [ + "range": [ 11, 15, ], @@ -39039,21 +39039,21 @@ Object { "type": "JSXText", "value": "test", }, - Object { + { "end": 16, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 10, "line": 2, "offset": 16, }, - "start": Object { + "start": { "column": 9, "line": 2, "offset": 15, }, }, - "range": Array [ + "range": [ 15, 16, ], @@ -39061,21 +39061,21 @@ Object { "type": "Punctuator", "value": "<", }, - Object { + { "end": 17, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 11, "line": 2, "offset": 17, }, - "start": Object { + "start": { "column": 10, "line": 2, "offset": 16, }, }, - "range": Array [ + "range": [ 16, 17, ], @@ -39083,21 +39083,21 @@ Object { "type": "Punctuator", "value": "/", }, - Object { + { "end": 18, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 12, "line": 2, "offset": 18, }, - "start": Object { + "start": { "column": 11, "line": 2, "offset": 17, }, }, - "range": Array [ + "range": [ 17, 18, ], @@ -39105,21 +39105,21 @@ Object { "type": "JSXIdentifier", "value": "p", }, - Object { + { "end": 19, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 13, "line": 2, "offset": 19, }, - "start": Object { + "start": { "column": 12, "line": 2, "offset": 18, }, }, - "range": Array [ + "range": [ 18, 19, ], @@ -39127,21 +39127,21 @@ Object { "type": "Punctuator", "value": ">", }, - Object { + { "end": 24, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 3, "line": 4, "offset": 24, }, - "start": Object { + "start": { "column": 2, "line": 4, "offset": 23, }, }, - "range": Array [ + "range": [ 23, 24, ], @@ -39149,21 +39149,21 @@ Object { "type": "Punctuator", "value": "<", }, - Object { + { "end": 25, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 4, "line": 4, "offset": 25, }, - "start": Object { + "start": { "column": 3, "line": 4, "offset": 24, }, }, - "range": Array [ + "range": [ 24, 25, ], @@ -39171,21 +39171,21 @@ Object { "type": "JSXIdentifier", "value": "p", }, - Object { + { "end": 30, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 9, "line": 4, "offset": 30, }, - "start": Object { + "start": { "column": 5, "line": 4, "offset": 26, }, }, - "range": Array [ + "range": [ 26, 30, ], @@ -39193,21 +39193,21 @@ Object { "type": "JSXText", "value": "test", }, - Object { + { "end": 31, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 10, "line": 4, "offset": 31, }, - "start": Object { + "start": { "column": 9, "line": 4, "offset": 30, }, }, - "range": Array [ + "range": [ 30, 31, ], @@ -39215,21 +39215,21 @@ Object { "type": "Punctuator", "value": "<", }, - Object { + { "end": 32, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 11, "line": 4, "offset": 32, }, - "start": Object { + "start": { "column": 10, "line": 4, "offset": 31, }, }, - "range": Array [ + "range": [ 31, 32, ], @@ -39237,21 +39237,21 @@ Object { "type": "Punctuator", "value": "/", }, - Object { + { "end": 33, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 12, "line": 4, "offset": 33, }, - "start": Object { + "start": { "column": 11, "line": 4, "offset": 32, }, }, - "range": Array [ + "range": [ 32, 33, ], @@ -39259,21 +39259,21 @@ Object { "type": "JSXIdentifier", "value": "p", }, - Object { + { "end": 34, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 13, "line": 4, "offset": 34, }, - "start": Object { + "start": { "column": 12, "line": 4, "offset": 33, }, }, - "range": Array [ + "range": [ 33, 34, ], @@ -39281,21 +39281,21 @@ Object { "type": "Punctuator", "value": ">", }, - Object { + { "end": 36, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 1, "line": 5, "offset": 36, }, - "start": Object { + "start": { "column": 0, "line": 5, "offset": 35, }, }, - "range": Array [ + "range": [ 35, 36, ], @@ -39303,21 +39303,21 @@ Object { "type": "Punctuator", "value": "<", }, - Object { + { "end": 37, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 2, "line": 5, "offset": 37, }, - "start": Object { + "start": { "column": 1, "line": 5, "offset": 36, }, }, - "range": Array [ + "range": [ 36, 37, ], @@ -39325,21 +39325,21 @@ Object { "type": "Punctuator", "value": "/", }, - Object { + { "end": 40, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 5, "line": 5, "offset": 40, }, - "start": Object { + "start": { "column": 2, "line": 5, "offset": 37, }, }, - "range": Array [ + "range": [ 37, 40, ], @@ -39347,21 +39347,21 @@ Object { "type": "JSXIdentifier", "value": "div", }, - Object { + { "end": 41, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 6, "line": 5, "offset": 41, }, - "start": Object { + "start": { "column": 5, "line": 5, "offset": 40, }, }, - "range": Array [ + "range": [ 40, 41, ], @@ -39375,70 +39375,70 @@ Object { `; exports[`parser should match all AST snapshots: markdown.md 1`] = ` -Object { - "body": Array [], - "comments": Array [], +{ + "body": [], + "comments": [], "end": 5, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 1, "line": 2, "offset": 5, }, - "start": Object { + "start": { "column": 1, "line": 1, "offset": 0, }, }, - "range": Array [ + "range": [ 0, 5, ], "sourceType": undefined, "start": 0, - "tokens": Array [], + "tokens": [], "type": "Program", } `; exports[`parser should match all AST snapshots: no-unescaped-entities.mdx 1`] = ` -Object { - "body": Array [ - Object { +{ + "body": [ + { "end": 25, - "expression": Object { - "children": Array [], - "closingElement": Object { + "expression": { + "children": [], + "closingElement": { "end": 25, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 25, "line": 1, "offset": 25, }, - "start": Object { + "start": { "column": 16, "line": 1, "offset": 16, }, }, - "name": Object { + "name": { "end": 24, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 24, "line": 1, "offset": 24, }, - "start": Object { + "start": { "column": 18, "line": 1, "offset": 18, }, }, "name": "header", - "range": Array [ + "range": [ 18, 24, ], @@ -39446,7 +39446,7 @@ Object { "start": 18, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 16, 25, ], @@ -39455,49 +39455,49 @@ Object { "type": "JSXClosingElement", }, "end": 25, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 25, "line": 1, "offset": 25, }, - "start": Object { + "start": { "column": 0, "line": 1, "offset": 0, }, }, - "openingElement": Object { - "attributes": Array [], + "openingElement": { + "attributes": [], "end": 8, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 8, "line": 1, "offset": 8, }, - "start": Object { + "start": { "column": 0, "line": 1, "offset": 0, }, }, - "name": Object { + "name": { "end": 7, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 7, "line": 1, "offset": 7, }, - "start": Object { + "start": { "column": 1, "line": 1, "offset": 1, }, }, "name": "header", - "range": Array [ + "range": [ 1, 7, ], @@ -39505,7 +39505,7 @@ Object { "start": 1, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 0, 8, ], @@ -39514,7 +39514,7 @@ Object { "start": 0, "type": "JSXOpeningElement", }, - "range": Array [ + "range": [ 0, 25, ], @@ -39522,59 +39522,59 @@ Object { "start": 0, "type": "JSXElement", }, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 26, "line": 1, "offset": 25, }, - "start": Object { + "start": { "column": 1, "line": 1, "offset": 0, }, }, - "range": Array [ + "range": [ 0, 25, ], "start": 0, "type": "ExpressionStatement", }, - Object { + { "end": 42, - "expression": Object { - "children": Array [], - "closingElement": Object { + "expression": { + "children": [], + "closingElement": { "end": 42, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 16, "line": 2, "offset": 42, }, - "start": Object { + "start": { "column": 9, "line": 2, "offset": 35, }, }, - "name": Object { + "name": { "end": 41, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 15, "line": 2, "offset": 41, }, - "start": Object { + "start": { "column": 11, "line": 2, "offset": 37, }, }, "name": "main", - "range": Array [ + "range": [ 37, 41, ], @@ -39582,7 +39582,7 @@ Object { "start": 37, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 35, 42, ], @@ -39591,49 +39591,49 @@ Object { "type": "JSXClosingElement", }, "end": 42, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 16, "line": 2, "offset": 42, }, - "start": Object { + "start": { "column": 0, "line": 2, "offset": 26, }, }, - "openingElement": Object { - "attributes": Array [], + "openingElement": { + "attributes": [], "end": 32, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 6, "line": 2, "offset": 32, }, - "start": Object { + "start": { "column": 0, "line": 2, "offset": 26, }, }, - "name": Object { + "name": { "end": 31, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 5, "line": 2, "offset": 31, }, - "start": Object { + "start": { "column": 1, "line": 2, "offset": 27, }, }, "name": "main", - "range": Array [ + "range": [ 27, 31, ], @@ -39641,7 +39641,7 @@ Object { "start": 27, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 26, 32, ], @@ -39650,7 +39650,7 @@ Object { "start": 26, "type": "JSXOpeningElement", }, - "range": Array [ + "range": [ 26, 42, ], @@ -39658,59 +39658,59 @@ Object { "start": 26, "type": "JSXElement", }, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 17, "line": 2, "offset": 42, }, - "start": Object { + "start": { "column": 1, "line": 2, "offset": 26, }, }, - "range": Array [ + "range": [ 26, 42, ], "start": 26, "type": "ExpressionStatement", }, - Object { + { "end": 76, - "expression": Object { - "children": Array [], - "closingElement": Object { + "expression": { + "children": [], + "closingElement": { "end": 76, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 32, "line": 4, "offset": 76, }, - "start": Object { + "start": { "column": 23, "line": 4, "offset": 67, }, }, - "name": Object { + "name": { "end": 75, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 31, "line": 4, "offset": 75, }, - "start": Object { + "start": { "column": 25, "line": 4, "offset": 69, }, }, "name": "header", - "range": Array [ + "range": [ 69, 75, ], @@ -39718,7 +39718,7 @@ Object { "start": 69, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 67, 76, ], @@ -39727,49 +39727,49 @@ Object { "type": "JSXClosingElement", }, "end": 76, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 32, "line": 4, "offset": 76, }, - "start": Object { + "start": { "column": 7, "line": 4, "offset": 51, }, }, - "openingElement": Object { - "attributes": Array [], + "openingElement": { + "attributes": [], "end": 59, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 15, "line": 4, "offset": 59, }, - "start": Object { + "start": { "column": 7, "line": 4, "offset": 51, }, }, - "name": Object { + "name": { "end": 58, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 14, "line": 4, "offset": 58, }, - "start": Object { + "start": { "column": 8, "line": 4, "offset": 52, }, }, "name": "header", - "range": Array [ + "range": [ 52, 58, ], @@ -39777,7 +39777,7 @@ Object { "start": 52, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 51, 59, ], @@ -39786,7 +39786,7 @@ Object { "start": 51, "type": "JSXOpeningElement", }, - "range": Array [ + "range": [ 51, 76, ], @@ -39794,59 +39794,59 @@ Object { "start": 51, "type": "JSXElement", }, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 33, "line": 4, "offset": 76, }, - "start": Object { + "start": { "column": 8, "line": 4, "offset": 51, }, }, - "range": Array [ + "range": [ 51, 76, ], "start": 51, "type": "ExpressionStatement", }, - Object { + { "end": 98, - "expression": Object { - "children": Array [], - "closingElement": Object { + "expression": { + "children": [], + "closingElement": { "end": 98, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 21, "line": 5, "offset": 98, }, - "start": Object { + "start": { "column": 14, "line": 5, "offset": 91, }, }, - "name": Object { + "name": { "end": 97, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 20, "line": 5, "offset": 97, }, - "start": Object { + "start": { "column": 16, "line": 5, "offset": 93, }, }, "name": "main", - "range": Array [ + "range": [ 93, 97, ], @@ -39854,7 +39854,7 @@ Object { "start": 93, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 91, 98, ], @@ -39863,49 +39863,49 @@ Object { "type": "JSXClosingElement", }, "end": 98, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 21, "line": 5, "offset": 98, }, - "start": Object { + "start": { "column": 5, "line": 5, "offset": 82, }, }, - "openingElement": Object { - "attributes": Array [], + "openingElement": { + "attributes": [], "end": 88, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 11, "line": 5, "offset": 88, }, - "start": Object { + "start": { "column": 5, "line": 5, "offset": 82, }, }, - "name": Object { + "name": { "end": 87, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 10, "line": 5, "offset": 87, }, - "start": Object { + "start": { "column": 6, "line": 5, "offset": 83, }, }, "name": "main", - "range": Array [ + "range": [ 83, 87, ], @@ -39913,7 +39913,7 @@ Object { "start": 83, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 82, 88, ], @@ -39922,7 +39922,7 @@ Object { "start": 82, "type": "JSXOpeningElement", }, - "range": Array [ + "range": [ 82, 98, ], @@ -39930,19 +39930,19 @@ Object { "start": 82, "type": "JSXElement", }, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 22, "line": 5, "offset": 98, }, - "start": Object { + "start": { "column": 6, "line": 5, "offset": 82, }, }, - "range": Array [ + "range": [ 82, 98, ], @@ -39950,42 +39950,42 @@ Object { "type": "ExpressionStatement", }, ], - "comments": Array [], + "comments": [], "end": 99, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 1, "line": 6, "offset": 99, }, - "start": Object { + "start": { "column": 1, "line": 1, "offset": 0, }, }, - "range": Array [ + "range": [ 0, 99, ], "sourceType": undefined, "start": 0, - "tokens": Array [ - Object { + "tokens": [ + { "end": 1, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 1, "line": 1, "offset": 1, }, - "start": Object { + "start": { "column": 0, "line": 1, "offset": 0, }, }, - "range": Array [ + "range": [ 0, 1, ], @@ -39993,21 +39993,21 @@ Object { "type": "Punctuator", "value": "<", }, - Object { + { "end": 7, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 7, "line": 1, "offset": 7, }, - "start": Object { + "start": { "column": 1, "line": 1, "offset": 1, }, }, - "range": Array [ + "range": [ 1, 7, ], @@ -40015,21 +40015,21 @@ Object { "type": "JSXIdentifier", "value": "header", }, - Object { + { "end": 16, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 16, "line": 1, "offset": 16, }, - "start": Object { + "start": { "column": 8, "line": 1, "offset": 8, }, }, - "range": Array [ + "range": [ 8, 16, ], @@ -40037,21 +40037,21 @@ Object { "type": "JSXText", "value": " ' ", }, - Object { + { "end": 17, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 17, "line": 1, "offset": 17, }, - "start": Object { + "start": { "column": 16, "line": 1, "offset": 16, }, }, - "range": Array [ + "range": [ 16, 17, ], @@ -40059,21 +40059,21 @@ Object { "type": "Punctuator", "value": "<", }, - Object { + { "end": 18, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 18, "line": 1, "offset": 18, }, - "start": Object { + "start": { "column": 17, "line": 1, "offset": 17, }, }, - "range": Array [ + "range": [ 17, 18, ], @@ -40081,21 +40081,21 @@ Object { "type": "Punctuator", "value": "/", }, - Object { + { "end": 24, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 24, "line": 1, "offset": 24, }, - "start": Object { + "start": { "column": 18, "line": 1, "offset": 18, }, }, - "range": Array [ + "range": [ 18, 24, ], @@ -40103,21 +40103,21 @@ Object { "type": "JSXIdentifier", "value": "header", }, - Object { + { "end": 25, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 25, "line": 1, "offset": 25, }, - "start": Object { + "start": { "column": 24, "line": 1, "offset": 24, }, }, - "range": Array [ + "range": [ 24, 25, ], @@ -40125,21 +40125,21 @@ Object { "type": "Punctuator", "value": ">", }, - Object { + { "end": 26, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 0, "line": 2, "offset": 26, }, - "start": Object { + "start": { "column": 25, "line": 1, "offset": 25, }, }, - "range": Array [ + "range": [ 25, 26, ], @@ -40148,21 +40148,21 @@ Object { "value": " ", }, - Object { + { "end": 27, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 1, "line": 2, "offset": 27, }, - "start": Object { + "start": { "column": 0, "line": 2, "offset": 26, }, }, - "range": Array [ + "range": [ 26, 27, ], @@ -40170,21 +40170,21 @@ Object { "type": "Punctuator", "value": "<", }, - Object { + { "end": 31, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 5, "line": 2, "offset": 31, }, - "start": Object { + "start": { "column": 1, "line": 2, "offset": 27, }, }, - "range": Array [ + "range": [ 27, 31, ], @@ -40192,21 +40192,21 @@ Object { "type": "JSXIdentifier", "value": "main", }, - Object { + { "end": 35, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 9, "line": 2, "offset": 35, }, - "start": Object { + "start": { "column": 6, "line": 2, "offset": 32, }, }, - "range": Array [ + "range": [ 32, 35, ], @@ -40214,21 +40214,21 @@ Object { "type": "JSXText", "value": " > ", }, - Object { + { "end": 36, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 10, "line": 2, "offset": 36, }, - "start": Object { + "start": { "column": 9, "line": 2, "offset": 35, }, }, - "range": Array [ + "range": [ 35, 36, ], @@ -40236,21 +40236,21 @@ Object { "type": "Punctuator", "value": "<", }, - Object { + { "end": 37, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 11, "line": 2, "offset": 37, }, - "start": Object { + "start": { "column": 10, "line": 2, "offset": 36, }, }, - "range": Array [ + "range": [ 36, 37, ], @@ -40258,21 +40258,21 @@ Object { "type": "Punctuator", "value": "/", }, - Object { + { "end": 41, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 15, "line": 2, "offset": 41, }, - "start": Object { + "start": { "column": 11, "line": 2, "offset": 37, }, }, - "range": Array [ + "range": [ 37, 41, ], @@ -40280,21 +40280,21 @@ Object { "type": "JSXIdentifier", "value": "main", }, - Object { + { "end": 42, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 16, "line": 2, "offset": 42, }, - "start": Object { + "start": { "column": 15, "line": 2, "offset": 41, }, }, - "range": Array [ + "range": [ 41, 42, ], @@ -40302,21 +40302,21 @@ Object { "type": "Punctuator", "value": ">", }, - Object { + { "end": 51, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 7, "line": 4, "offset": 51, }, - "start": Object { + "start": { "column": 0, "line": 4, "offset": 44, }, }, - "range": Array [ + "range": [ 44, 51, ], @@ -40324,21 +40324,21 @@ Object { "type": "JSXText", "value": "Header ", }, - Object { + { "end": 52, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 8, "line": 4, "offset": 52, }, - "start": Object { + "start": { "column": 7, "line": 4, "offset": 51, }, }, - "range": Array [ + "range": [ 51, 52, ], @@ -40346,21 +40346,21 @@ Object { "type": "Punctuator", "value": "<", }, - Object { + { "end": 58, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 14, "line": 4, "offset": 58, }, - "start": Object { + "start": { "column": 8, "line": 4, "offset": 52, }, }, - "range": Array [ + "range": [ 52, 58, ], @@ -40368,21 +40368,21 @@ Object { "type": "JSXIdentifier", "value": "header", }, - Object { + { "end": 67, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 23, "line": 4, "offset": 67, }, - "start": Object { + "start": { "column": 15, "line": 4, "offset": 59, }, }, - "range": Array [ + "range": [ 59, 67, ], @@ -40390,21 +40390,21 @@ Object { "type": "JSXText", "value": " ' ", }, - Object { + { "end": 68, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 24, "line": 4, "offset": 68, }, - "start": Object { + "start": { "column": 23, "line": 4, "offset": 67, }, }, - "range": Array [ + "range": [ 67, 68, ], @@ -40412,21 +40412,21 @@ Object { "type": "Punctuator", "value": "<", }, - Object { + { "end": 69, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 25, "line": 4, "offset": 69, }, - "start": Object { + "start": { "column": 24, "line": 4, "offset": 68, }, }, - "range": Array [ + "range": [ 68, 69, ], @@ -40434,21 +40434,21 @@ Object { "type": "Punctuator", "value": "/", }, - Object { + { "end": 75, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 31, "line": 4, "offset": 75, }, - "start": Object { + "start": { "column": 25, "line": 4, "offset": 69, }, }, - "range": Array [ + "range": [ 69, 75, ], @@ -40456,21 +40456,21 @@ Object { "type": "JSXIdentifier", "value": "header", }, - Object { + { "end": 76, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 32, "line": 4, "offset": 76, }, - "start": Object { + "start": { "column": 31, "line": 4, "offset": 75, }, }, - "range": Array [ + "range": [ 75, 76, ], @@ -40478,21 +40478,21 @@ Object { "type": "Punctuator", "value": ">", }, - Object { + { "end": 82, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 5, "line": 5, "offset": 82, }, - "start": Object { + "start": { "column": 32, "line": 4, "offset": 76, }, }, - "range": Array [ + "range": [ 76, 82, ], @@ -40501,21 +40501,21 @@ Object { "value": " Main ", }, - Object { + { "end": 83, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 6, "line": 5, "offset": 83, }, - "start": Object { + "start": { "column": 5, "line": 5, "offset": 82, }, }, - "range": Array [ + "range": [ 82, 83, ], @@ -40523,21 +40523,21 @@ Main ", "type": "Punctuator", "value": "<", }, - Object { + { "end": 87, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 10, "line": 5, "offset": 87, }, - "start": Object { + "start": { "column": 6, "line": 5, "offset": 83, }, }, - "range": Array [ + "range": [ 83, 87, ], @@ -40545,21 +40545,21 @@ Main ", "type": "JSXIdentifier", "value": "main", }, - Object { + { "end": 91, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 14, "line": 5, "offset": 91, }, - "start": Object { + "start": { "column": 11, "line": 5, "offset": 88, }, }, - "range": Array [ + "range": [ 88, 91, ], @@ -40567,21 +40567,21 @@ Main ", "type": "JSXText", "value": " > ", }, - Object { + { "end": 92, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 15, "line": 5, "offset": 92, }, - "start": Object { + "start": { "column": 14, "line": 5, "offset": 91, }, }, - "range": Array [ + "range": [ 91, 92, ], @@ -40589,21 +40589,21 @@ Main ", "type": "Punctuator", "value": "<", }, - Object { + { "end": 93, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 16, "line": 5, "offset": 93, }, - "start": Object { + "start": { "column": 15, "line": 5, "offset": 92, }, }, - "range": Array [ + "range": [ 92, 93, ], @@ -40611,21 +40611,21 @@ Main ", "type": "Punctuator", "value": "/", }, - Object { + { "end": 97, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 20, "line": 5, "offset": 97, }, - "start": Object { + "start": { "column": 16, "line": 5, "offset": 93, }, }, - "range": Array [ + "range": [ 93, 97, ], @@ -40633,21 +40633,21 @@ Main ", "type": "JSXIdentifier", "value": "main", }, - Object { + { "end": 98, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 21, "line": 5, "offset": 98, }, - "start": Object { + "start": { "column": 20, "line": 5, "offset": 97, }, }, - "range": Array [ + "range": [ 97, 98, ], @@ -40661,46 +40661,46 @@ Main ", `; exports[`parser should match all AST snapshots: no-unused-expressions.mdx 1`] = ` -Object { - "body": Array [ - Object { +{ + "body": [ + { "end": 72, - "expression": Object { - "children": Array [ - Object { + "expression": { + "children": [ + { "end": 62, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 3, "line": 7, "offset": 62, }, - "start": Object { + "start": { "column": 3, "line": 5, "offset": 28, }, }, - "properties": Array [ - Object { + "properties": [ + { "computed": false, "end": 57, - "key": Object { + "key": { "end": 42, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 12, "line": 6, "offset": 42, }, - "start": Object { + "start": { "column": 4, "line": 6, "offset": 34, }, }, "name": "template", - "range": Array [ + "range": [ 34, 42, ], @@ -40708,70 +40708,70 @@ Object { "type": "Identifier", }, "kind": "init", - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 27, "line": 6, "offset": 57, }, - "start": Object { + "start": { "column": 4, "line": 6, "offset": 34, }, }, "method": false, - "range": Array [ + "range": [ 34, 57, ], "shorthand": false, "start": 34, "type": "Property", - "value": Object { + "value": { "end": 57, - "expressions": Array [], - "loc": Object { - "end": Object { + "expressions": [], + "loc": { + "end": { "column": 27, "line": 6, "offset": 57, }, - "start": Object { + "start": { "column": 25, "line": 6, "offset": 55, }, }, - "quasis": Array [ - Object { + "quasis": [ + { "end": 57, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 27, "line": 6, "offset": 56, }, - "start": Object { + "start": { "column": 25, "line": 6, "offset": 56, }, }, - "range": Array [ + "range": [ 55, 57, ], "start": 55, "tail": true, "type": "TemplateElement", - "value": Object { + "value": { "cooked": "", "raw": "", }, }, ], - "range": Array [ + "range": [ 55, 57, ], @@ -40780,7 +40780,7 @@ Object { }, }, ], - "range": Array [ + "range": [ 28, 62, ], @@ -40788,36 +40788,36 @@ Object { "type": "ObjectExpression", }, ], - "closingElement": Object { + "closingElement": { "end": 72, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 8, "line": 8, "offset": 72, }, - "start": Object { + "start": { "column": 0, "line": 8, "offset": 64, }, }, - "name": Object { + "name": { "end": 71, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 7, "line": 8, "offset": 71, }, - "start": Object { + "start": { "column": 2, "line": 8, "offset": 66, }, }, "name": "Story", - "range": Array [ + "range": [ 66, 71, ], @@ -40825,7 +40825,7 @@ Object { "start": 66, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 64, 72, ], @@ -40834,50 +40834,50 @@ Object { "type": "JSXClosingElement", }, "end": 72, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 8, "line": 8, "offset": 72, }, - "start": Object { + "start": { "column": 0, "line": 1, "offset": 0, }, }, - "openingElement": Object { - "attributes": Array [ - Object { + "openingElement": { + "attributes": [ + { "end": 12, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 5, "line": 2, "offset": 12, }, - "start": Object { + "start": { "column": 2, "line": 2, "offset": 9, }, }, - "name": Object { + "name": { "end": 12, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 5, "line": 2, "offset": 12, }, - "start": Object { + "start": { "column": 2, "line": 2, "offset": 9, }, }, "name": "abc", - "range": Array [ + "range": [ 9, 12, ], @@ -40885,7 +40885,7 @@ Object { "start": 9, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 9, 12, ], @@ -40894,23 +40894,23 @@ Object { "type": "JSXAttribute", "value": null, }, - Object { - "argument": Object { + { + "argument": { "end": 21, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 8, "line": 3, "offset": 21, }, - "start": Object { + "start": { "column": 6, "line": 3, "offset": 19, }, }, - "properties": Array [], - "range": Array [ + "properties": [], + "range": [ 19, 21, ], @@ -40918,19 +40918,19 @@ Object { "type": "ObjectExpression", }, "end": 22, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 9, "line": 3, "offset": 22, }, - "start": Object { + "start": { "column": 2, "line": 3, "offset": 15, }, }, - "range": Array [ + "range": [ 15, 22, ], @@ -40940,34 +40940,34 @@ Object { }, ], "end": 24, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 1, "line": 4, "offset": 24, }, - "start": Object { + "start": { "column": 0, "line": 1, "offset": 0, }, }, - "name": Object { + "name": { "end": 6, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 6, "line": 1, "offset": 6, }, - "start": Object { + "start": { "column": 1, "line": 1, "offset": 1, }, }, "name": "Story", - "range": Array [ + "range": [ 1, 6, ], @@ -40975,7 +40975,7 @@ Object { "start": 1, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 0, 24, ], @@ -40987,7 +40987,7 @@ Object { "start": 0, "type": "JSXOpeningElement", }, - "range": Array [ + "range": [ 0, 72, ], @@ -41002,44 +41002,44 @@ Object { "start": 0, "type": "JSXElement", }, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 9, "line": 8, "offset": 72, }, - "start": Object { + "start": { "column": 1, "line": 1, "offset": 0, }, }, - "range": Array [ + "range": [ 0, 72, ], "start": 0, "type": "ExpressionStatement", }, - Object { + { "end": 89, - "expression": Object { - "children": Array [], - "closingFragment": Object { + "expression": { + "children": [], + "closingFragment": { "end": 89, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 15, "line": 10, "offset": 89, }, - "start": Object { + "start": { "column": 12, "line": 10, "offset": 86, }, }, - "range": Array [ + "range": [ 86, 89, ], @@ -41048,33 +41048,33 @@ Object { "type": "JSXClosingFragment", }, "end": 75, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 1, "line": 10, "offset": 75, }, - "start": Object { + "start": { "column": 0, "line": 10, "offset": 74, }, }, - "openingFragment": Object { + "openingFragment": { "end": 75, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 1, "line": 10, "offset": 75, }, - "start": Object { + "start": { "column": 0, "line": 10, "offset": 74, }, }, - "range": Array [ + "range": [ 74, 75, ], @@ -41082,7 +41082,7 @@ Object { "start": 74, "type": "JSXOpeningFragment", }, - "range": Array [ + "range": [ 74, 75, ], @@ -41090,19 +41090,19 @@ Object { "start": 74, "type": "JSXFragment", }, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 16, "line": 10, "offset": 89, }, - "start": Object { + "start": { "column": 1, "line": 10, "offset": 74, }, }, - "range": Array [ + "range": [ 74, 89, ], @@ -41110,22 +41110,22 @@ Object { "type": "ExpressionStatement", }, ], - "comments": Array [ - Object { + "comments": [ + { "end": 54, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 24, "line": 6, "offset": 54, }, - "start": Object { + "start": { "column": 14, "line": 6, "offset": 44, }, }, - "range": Array [ + "range": [ 44, 54, ], @@ -41133,21 +41133,21 @@ Object { "type": "Block", "value": " HTML ", }, - Object { + { "end": 54, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 24, "line": 6, "offset": 54, }, - "start": Object { + "start": { "column": 14, "line": 6, "offset": 44, }, }, - "range": Array [ + "range": [ 44, 54, ], @@ -41157,40 +41157,40 @@ Object { }, ], "end": 90, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 1, "line": 11, "offset": 90, }, - "start": Object { + "start": { "column": 1, "line": 1, "offset": 0, }, }, - "range": Array [ + "range": [ 0, 90, ], "sourceType": undefined, "start": 0, - "tokens": Array [ - Object { + "tokens": [ + { "end": 1, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 1, "line": 1, "offset": 1, }, - "start": Object { + "start": { "column": 0, "line": 1, "offset": 0, }, }, - "range": Array [ + "range": [ 0, 1, ], @@ -41198,21 +41198,21 @@ Object { "type": "Punctuator", "value": "<", }, - Object { + { "end": 6, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 6, "line": 1, "offset": 6, }, - "start": Object { + "start": { "column": 1, "line": 1, "offset": 1, }, }, - "range": Array [ + "range": [ 1, 6, ], @@ -41220,21 +41220,21 @@ Object { "type": "JSXIdentifier", "value": "Story", }, - Object { + { "end": 12, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 5, "line": 2, "offset": 12, }, - "start": Object { + "start": { "column": 2, "line": 2, "offset": 9, }, }, - "range": Array [ + "range": [ 9, 12, ], @@ -41242,21 +41242,21 @@ Object { "type": "JSXIdentifier", "value": "abc", }, - Object { + { "end": 16, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 3, "line": 3, "offset": 16, }, - "start": Object { + "start": { "column": 2, "line": 3, "offset": 15, }, }, - "range": Array [ + "range": [ 15, 16, ], @@ -41264,21 +41264,21 @@ Object { "type": "Punctuator", "value": "{", }, - Object { + { "end": 19, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 6, "line": 3, "offset": 19, }, - "start": Object { + "start": { "column": 3, "line": 3, "offset": 16, }, }, - "range": Array [ + "range": [ 16, 19, ], @@ -41286,21 +41286,21 @@ Object { "type": "Punctuator", "value": "...", }, - Object { + { "end": 20, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 7, "line": 3, "offset": 20, }, - "start": Object { + "start": { "column": 6, "line": 3, "offset": 19, }, }, - "range": Array [ + "range": [ 19, 20, ], @@ -41308,21 +41308,21 @@ Object { "type": "Punctuator", "value": "{", }, - Object { + { "end": 21, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 8, "line": 3, "offset": 21, }, - "start": Object { + "start": { "column": 7, "line": 3, "offset": 20, }, }, - "range": Array [ + "range": [ 20, 21, ], @@ -41330,21 +41330,21 @@ Object { "type": "Punctuator", "value": "}", }, - Object { + { "end": 22, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 9, "line": 3, "offset": 22, }, - "start": Object { + "start": { "column": 8, "line": 3, "offset": 21, }, }, - "range": Array [ + "range": [ 21, 22, ], @@ -41352,21 +41352,21 @@ Object { "type": "Punctuator", "value": "}", }, - Object { + { "end": 28, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 3, "line": 5, "offset": 28, }, - "start": Object { + "start": { "column": 2, "line": 5, "offset": 27, }, }, - "range": Array [ + "range": [ 27, 28, ], @@ -41374,21 +41374,21 @@ Object { "type": "Punctuator", "value": "{", }, - Object { + { "end": 29, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 4, "line": 5, "offset": 29, }, - "start": Object { + "start": { "column": 3, "line": 5, "offset": 28, }, }, - "range": Array [ + "range": [ 28, 29, ], @@ -41396,21 +41396,21 @@ Object { "type": "Punctuator", "value": "{", }, - Object { + { "end": 42, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 12, "line": 6, "offset": 42, }, - "start": Object { + "start": { "column": 4, "line": 6, "offset": 34, }, }, - "range": Array [ + "range": [ 34, 42, ], @@ -41418,21 +41418,21 @@ Object { "type": "Identifier", "value": "template", }, - Object { + { "end": 43, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 13, "line": 6, "offset": 43, }, - "start": Object { + "start": { "column": 12, "line": 6, "offset": 42, }, }, - "range": Array [ + "range": [ 42, 43, ], @@ -41440,21 +41440,21 @@ Object { "type": "Punctuator", "value": ":", }, - Object { + { "end": 57, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 27, "line": 6, "offset": 57, }, - "start": Object { + "start": { "column": 25, "line": 6, "offset": 55, }, }, - "range": Array [ + "range": [ 55, 57, ], @@ -41462,21 +41462,21 @@ Object { "type": "Template", "value": "\`\`", }, - Object { + { "end": 58, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 28, "line": 6, "offset": 58, }, - "start": Object { + "start": { "column": 27, "line": 6, "offset": 57, }, }, - "range": Array [ + "range": [ 57, 58, ], @@ -41484,21 +41484,21 @@ Object { "type": "Punctuator", "value": ",", }, - Object { + { "end": 62, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 3, "line": 7, "offset": 62, }, - "start": Object { + "start": { "column": 2, "line": 7, "offset": 61, }, }, - "range": Array [ + "range": [ 61, 62, ], @@ -41506,21 +41506,21 @@ Object { "type": "Punctuator", "value": "}", }, - Object { + { "end": 63, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 4, "line": 7, "offset": 63, }, - "start": Object { + "start": { "column": 3, "line": 7, "offset": 62, }, }, - "range": Array [ + "range": [ 62, 63, ], @@ -41528,21 +41528,21 @@ Object { "type": "Punctuator", "value": "}", }, - Object { + { "end": 65, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 1, "line": 8, "offset": 65, }, - "start": Object { + "start": { "column": 0, "line": 8, "offset": 64, }, }, - "range": Array [ + "range": [ 64, 65, ], @@ -41550,21 +41550,21 @@ Object { "type": "Punctuator", "value": "<", }, - Object { + { "end": 66, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 2, "line": 8, "offset": 66, }, - "start": Object { + "start": { "column": 1, "line": 8, "offset": 65, }, }, - "range": Array [ + "range": [ 65, 66, ], @@ -41572,21 +41572,21 @@ Object { "type": "Punctuator", "value": "/", }, - Object { + { "end": 71, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 7, "line": 8, "offset": 71, }, - "start": Object { + "start": { "column": 2, "line": 8, "offset": 66, }, }, - "range": Array [ + "range": [ 66, 71, ], @@ -41594,21 +41594,21 @@ Object { "type": "JSXIdentifier", "value": "Story", }, - Object { + { "end": 72, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 8, "line": 8, "offset": 72, }, - "start": Object { + "start": { "column": 7, "line": 8, "offset": 71, }, }, - "range": Array [ + "range": [ 71, 72, ], @@ -41616,21 +41616,21 @@ Object { "type": "Punctuator", "value": ">", }, - Object { + { "end": 75, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 1, "line": 10, "offset": 75, }, - "start": Object { + "start": { "column": 0, "line": 10, "offset": 74, }, }, - "range": Array [ + "range": [ 74, 75, ], @@ -41638,21 +41638,21 @@ Object { "type": "Punctuator", "value": "<", }, - Object { + { "end": 86, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 12, "line": 10, "offset": 86, }, - "start": Object { + "start": { "column": 2, "line": 10, "offset": 76, }, }, - "range": Array [ + "range": [ 76, 86, ], @@ -41660,21 +41660,21 @@ Object { "type": "JSXText", "value": " Fragment ", }, - Object { + { "end": 87, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 13, "line": 10, "offset": 87, }, - "start": Object { + "start": { "column": 12, "line": 10, "offset": 86, }, }, - "range": Array [ + "range": [ 86, 87, ], @@ -41682,21 +41682,21 @@ Object { "type": "Punctuator", "value": "<", }, - Object { + { "end": 88, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 14, "line": 10, "offset": 88, }, - "start": Object { + "start": { "column": 13, "line": 10, "offset": 87, }, }, - "range": Array [ + "range": [ 87, 88, ], @@ -41704,21 +41704,21 @@ Object { "type": "Punctuator", "value": "/", }, - Object { + { "end": 89, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 15, "line": 10, "offset": 89, }, - "start": Object { + "start": { "column": 14, "line": 10, "offset": 88, }, }, - "range": Array [ + "range": [ 88, 89, ], @@ -41732,44 +41732,44 @@ Object { `; exports[`parser should match all AST snapshots: processor.mdx 1`] = ` -Object { - "body": Array [], - "comments": Array [], +{ + "body": [], + "comments": [], "end": 13, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 1, "line": 4, "offset": 13, }, - "start": Object { + "start": { "column": 1, "line": 1, "offset": 0, }, }, - "range": Array [ + "range": [ 0, 13, ], "sourceType": undefined, "start": 0, - "tokens": Array [ - Object { + "tokens": [ + { "end": 5, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 5, "line": 1, "offset": 5, }, - "start": Object { + "start": { "column": 2, "line": 1, "offset": 2, }, }, - "range": Array [ + "range": [ 2, 5, ], @@ -41777,21 +41777,21 @@ Object { "type": "JSXText", "value": "abc", }, - Object { + { "end": 12, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 5, "line": 3, "offset": 12, }, - "start": Object { + "start": { "column": 2, "line": 3, "offset": 9, }, }, - "range": Array [ + "range": [ 9, 12, ], @@ -41805,44 +41805,44 @@ Object { `; exports[`parser should match all AST snapshots: remark.md 1`] = ` -Object { - "body": Array [], - "comments": Array [], +{ + "body": [], + "comments": [], "end": 171, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 1, "line": 8, "offset": 171, }, - "start": Object { + "start": { "column": 1, "line": 1, "offset": 0, }, }, - "range": Array [ + "range": [ 0, 171, ], "sourceType": undefined, "start": 0, - "tokens": Array [ - Object { + "tokens": [ + { "end": 6, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 6, "line": 1, "offset": 6, }, - "start": Object { + "start": { "column": 1, "line": 1, "offset": 1, }, }, - "range": Array [ + "range": [ 1, 6, ], @@ -41850,21 +41850,21 @@ Object { "type": "JSXText", "value": "Hello", }, - Object { + { "end": 9, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 9, "line": 1, "offset": 9, }, - "start": Object { + "start": { "column": 7, "line": 1, "offset": 7, }, }, - "range": Array [ + "range": [ 7, 9, ], @@ -41872,21 +41872,21 @@ Object { "type": "JSXText", "value": ", ", }, - Object { + { "end": 16, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 16, "line": 1, "offset": 16, }, - "start": Object { + "start": { "column": 11, "line": 1, "offset": 11, }, }, - "range": Array [ + "range": [ 11, 16, ], @@ -41894,21 +41894,21 @@ Object { "type": "JSXText", "value": "world", }, - Object { + { "end": 19, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 19, "line": 1, "offset": 19, }, - "start": Object { + "start": { "column": 18, "line": 1, "offset": 18, }, }, - "range": Array [ + "range": [ 18, 19, ], @@ -41916,21 +41916,21 @@ Object { "type": "JSXText", "value": "!", }, - Object { + { "end": 76, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 18, "line": 5, "offset": 76, }, - "start": Object { + "start": { "column": 4, "line": 5, "offset": 62, }, }, - "range": Array [ + "range": [ 62, 76, ], @@ -41938,21 +41938,21 @@ Object { "type": "JSXText", "value": "Code Splitting", }, - Object { + { "end": 107, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 29, "line": 7, "offset": 107, }, - "start": Object { + "start": { "column": 0, "line": 7, "offset": 78, }, }, - "range": Array [ + "range": [ 78, 107, ], @@ -41960,21 +41960,21 @@ Object { "type": "JSXText", "value": "This section has moved here: ", }, - Object { + { "end": 170, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 92, "line": 7, "offset": 170, }, - "start": Object { + "start": { "column": 29, "line": 7, "offset": 107, }, }, - "range": Array [ + "range": [ 107, 170, ], @@ -41988,24 +41988,24 @@ Object { `; exports[`parser should match all AST snapshots: remark.mdx 1`] = ` -Object { - "body": Array [], - "comments": Array [ - Object { +{ + "body": [], + "comments": [ + { "end": 73, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 32, "line": 5, "offset": 73, }, - "start": Object { + "start": { "column": 1, "line": 5, "offset": 42, }, }, - "range": Array [ + "range": [ 42, 73, ], @@ -42015,40 +42015,40 @@ Object { }, ], "end": 169, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 1, "line": 8, "offset": 169, }, - "start": Object { + "start": { "column": 1, "line": 1, "offset": 0, }, }, - "range": Array [ + "range": [ 0, 169, ], "sourceType": undefined, "start": 0, - "tokens": Array [ - Object { + "tokens": [ + { "end": 6, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 6, "line": 1, "offset": 6, }, - "start": Object { + "start": { "column": 1, "line": 1, "offset": 1, }, }, - "range": Array [ + "range": [ 1, 6, ], @@ -42056,21 +42056,21 @@ Object { "type": "JSXText", "value": "Hello", }, - Object { + { "end": 9, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 9, "line": 1, "offset": 9, }, - "start": Object { + "start": { "column": 7, "line": 1, "offset": 7, }, }, - "range": Array [ + "range": [ 7, 9, ], @@ -42078,21 +42078,21 @@ Object { "type": "JSXText", "value": ", ", }, - Object { + { "end": 16, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 16, "line": 1, "offset": 16, }, - "start": Object { + "start": { "column": 11, "line": 1, "offset": 11, }, }, - "range": Array [ + "range": [ 11, 16, ], @@ -42100,21 +42100,21 @@ Object { "type": "JSXText", "value": "world", }, - Object { + { "end": 19, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 19, "line": 1, "offset": 19, }, - "start": Object { + "start": { "column": 18, "line": 1, "offset": 18, }, }, - "range": Array [ + "range": [ 18, 19, ], @@ -42122,21 +42122,21 @@ Object { "type": "JSXText", "value": "!", }, - Object { + { "end": 39, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 18, "line": 3, "offset": 39, }, - "start": Object { + "start": { "column": 4, "line": 3, "offset": 25, }, }, - "range": Array [ + "range": [ 25, 39, ], @@ -42144,21 +42144,21 @@ Object { "type": "JSXText", "value": "Code Splitting", }, - Object { + { "end": 42, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 1, "line": 5, "offset": 42, }, - "start": Object { + "start": { "column": 0, "line": 5, "offset": 41, }, }, - "range": Array [ + "range": [ 41, 42, ], @@ -42166,21 +42166,21 @@ Object { "type": "Punctuator", "value": "{", }, - Object { + { "end": 74, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 33, "line": 5, "offset": 74, }, - "start": Object { + "start": { "column": 32, "line": 5, "offset": 73, }, }, - "range": Array [ + "range": [ 73, 74, ], @@ -42188,21 +42188,21 @@ Object { "type": "Punctuator", "value": "}", }, - Object { + { "end": 105, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 29, "line": 7, "offset": 105, }, - "start": Object { + "start": { "column": 0, "line": 7, "offset": 76, }, }, - "range": Array [ + "range": [ 76, 105, ], @@ -42210,21 +42210,21 @@ Object { "type": "JSXText", "value": "This section has moved here: ", }, - Object { + { "end": 168, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 92, "line": 7, "offset": 168, }, - "start": Object { + "start": { "column": 29, "line": 7, "offset": 105, }, }, - "range": Array [ + "range": [ 105, 168, ], @@ -42240,46 +42240,46 @@ Object { exports[`parser should match all AST snapshots: unicorn.jsx 1`] = `"Unsupported file extension, make sure setting the \`extensions\` or \`markdownExtensions\` option correctly."`; exports[`parser should match all AST snapshots: unicorn.mdx 1`] = ` -Object { - "body": Array [ - Object { +{ + "body": [ + { "end": 117, - "expression": Object { - "children": Array [ - Object { + "expression": { + "children": [ + { "end": 107, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 3, "line": 7, "offset": 107, }, - "start": Object { + "start": { "column": 3, "line": 2, "offset": 11, }, }, - "properties": Array [ - Object { + "properties": [ + { "computed": false, "end": 102, - "key": Object { + "key": { "end": 25, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 12, "line": 3, "offset": 25, }, - "start": Object { + "start": { "column": 4, "line": 3, "offset": 17, }, }, "name": "template", - "range": Array [ + "range": [ 17, 25, ], @@ -42287,64 +42287,64 @@ Object { "type": "Identifier", }, "kind": "init", - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 11, "line": 6, "offset": 102, }, - "start": Object { + "start": { "column": 4, "line": 3, "offset": 17, }, }, "method": false, - "range": Array [ + "range": [ 17, 102, ], "shorthand": false, "start": 17, "type": "Property", - "value": Object { + "value": { "end": 102, - "expressions": Array [], - "loc": Object { - "end": Object { + "expressions": [], + "loc": { + "end": { "column": 11, "line": 6, "offset": 102, }, - "start": Object { + "start": { "column": 25, "line": 3, "offset": 38, }, }, - "quasis": Array [ - Object { + "quasis": [ + { "end": 102, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 11, "line": 6, "offset": 101, }, - "start": Object { + "start": { "column": 25, "line": 3, "offset": 39, }, }, - "range": Array [ + "range": [ 38, 102, ], "start": 38, "tail": true, "type": "TemplateElement", - "value": Object { + "value": { "cooked": "
Nested
Hello World @@ -42356,7 +42356,7 @@ Object { }, }, ], - "range": Array [ + "range": [ 38, 102, ], @@ -42365,7 +42365,7 @@ Object { }, }, ], - "range": Array [ + "range": [ 11, 107, ], @@ -42373,36 +42373,36 @@ Object { "type": "ObjectExpression", }, ], - "closingElement": Object { + "closingElement": { "end": 117, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 8, "line": 8, "offset": 117, }, - "start": Object { + "start": { "column": 0, "line": 8, "offset": 109, }, }, - "name": Object { + "name": { "end": 116, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 7, "line": 8, "offset": 116, }, - "start": Object { + "start": { "column": 2, "line": 8, "offset": 111, }, }, "name": "Story", - "range": Array [ + "range": [ 111, 116, ], @@ -42410,7 +42410,7 @@ Object { "start": 111, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 109, 117, ], @@ -42419,49 +42419,49 @@ Object { "type": "JSXClosingElement", }, "end": 117, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 8, "line": 8, "offset": 117, }, - "start": Object { + "start": { "column": 0, "line": 1, "offset": 0, }, }, - "openingElement": Object { - "attributes": Array [], + "openingElement": { + "attributes": [], "end": 7, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 7, "line": 1, "offset": 7, }, - "start": Object { + "start": { "column": 0, "line": 1, "offset": 0, }, }, - "name": Object { + "name": { "end": 6, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 6, "line": 1, "offset": 6, }, - "start": Object { + "start": { "column": 1, "line": 1, "offset": 1, }, }, "name": "Story", - "range": Array [ + "range": [ 1, 6, ], @@ -42469,7 +42469,7 @@ Object { "start": 1, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 0, 7, ], @@ -42478,7 +42478,7 @@ Object { "start": 0, "type": "JSXOpeningElement", }, - "range": Array [ + "range": [ 0, 117, ], @@ -42493,19 +42493,19 @@ Object { "start": 0, "type": "JSXElement", }, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 9, "line": 8, "offset": 117, }, - "start": Object { + "start": { "column": 1, "line": 1, "offset": 0, }, }, - "range": Array [ + "range": [ 0, 117, ], @@ -42513,22 +42513,22 @@ Object { "type": "ExpressionStatement", }, ], - "comments": Array [ - Object { + "comments": [ + { "end": 37, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 24, "line": 3, "offset": 37, }, - "start": Object { + "start": { "column": 14, "line": 3, "offset": 27, }, }, - "range": Array [ + "range": [ 27, 37, ], @@ -42536,21 +42536,21 @@ Object { "type": "Block", "value": " HTML ", }, - Object { + { "end": 37, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 24, "line": 3, "offset": 37, }, - "start": Object { + "start": { "column": 14, "line": 3, "offset": 27, }, }, - "range": Array [ + "range": [ 27, 37, ], @@ -42560,40 +42560,40 @@ Object { }, ], "end": 118, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 1, "line": 9, "offset": 118, }, - "start": Object { + "start": { "column": 1, "line": 1, "offset": 0, }, }, - "range": Array [ + "range": [ 0, 118, ], "sourceType": undefined, "start": 0, - "tokens": Array [ - Object { + "tokens": [ + { "end": 1, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 1, "line": 1, "offset": 1, }, - "start": Object { + "start": { "column": 0, "line": 1, "offset": 0, }, }, - "range": Array [ + "range": [ 0, 1, ], @@ -42601,21 +42601,21 @@ Object { "type": "Punctuator", "value": "<", }, - Object { + { "end": 6, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 6, "line": 1, "offset": 6, }, - "start": Object { + "start": { "column": 1, "line": 1, "offset": 1, }, }, - "range": Array [ + "range": [ 1, 6, ], @@ -42623,21 +42623,21 @@ Object { "type": "JSXIdentifier", "value": "Story", }, - Object { + { "end": 11, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 3, "line": 2, "offset": 11, }, - "start": Object { + "start": { "column": 2, "line": 2, "offset": 10, }, }, - "range": Array [ + "range": [ 10, 11, ], @@ -42645,21 +42645,21 @@ Object { "type": "Punctuator", "value": "{", }, - Object { + { "end": 12, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 4, "line": 2, "offset": 12, }, - "start": Object { + "start": { "column": 3, "line": 2, "offset": 11, }, }, - "range": Array [ + "range": [ 11, 12, ], @@ -42667,21 +42667,21 @@ Object { "type": "Punctuator", "value": "{", }, - Object { + { "end": 25, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 12, "line": 3, "offset": 25, }, - "start": Object { + "start": { "column": 4, "line": 3, "offset": 17, }, }, - "range": Array [ + "range": [ 17, 25, ], @@ -42689,21 +42689,21 @@ Object { "type": "Identifier", "value": "template", }, - Object { + { "end": 26, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 13, "line": 3, "offset": 26, }, - "start": Object { + "start": { "column": 12, "line": 3, "offset": 25, }, }, - "range": Array [ + "range": [ 25, 26, ], @@ -42711,21 +42711,21 @@ Object { "type": "Punctuator", "value": ":", }, - Object { + { "end": 102, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 11, "line": 6, "offset": 102, }, - "start": Object { + "start": { "column": 25, "line": 3, "offset": 38, }, }, - "range": Array [ + "range": [ 38, 102, ], @@ -42736,21 +42736,21 @@ Object { Hello World
\`", }, - Object { + { "end": 103, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 12, "line": 6, "offset": 103, }, - "start": Object { + "start": { "column": 11, "line": 6, "offset": 102, }, }, - "range": Array [ + "range": [ 102, 103, ], @@ -42758,21 +42758,21 @@ Object { "type": "Punctuator", "value": ",", }, - Object { + { "end": 107, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 3, "line": 7, "offset": 107, }, - "start": Object { + "start": { "column": 2, "line": 7, "offset": 106, }, }, - "range": Array [ + "range": [ 106, 107, ], @@ -42780,21 +42780,21 @@ Object { "type": "Punctuator", "value": "}", }, - Object { + { "end": 108, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 4, "line": 7, "offset": 108, }, - "start": Object { + "start": { "column": 3, "line": 7, "offset": 107, }, }, - "range": Array [ + "range": [ 107, 108, ], @@ -42802,21 +42802,21 @@ Object { "type": "Punctuator", "value": "}", }, - Object { + { "end": 110, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 1, "line": 8, "offset": 110, }, - "start": Object { + "start": { "column": 0, "line": 8, "offset": 109, }, }, - "range": Array [ + "range": [ 109, 110, ], @@ -42824,21 +42824,21 @@ Object { "type": "Punctuator", "value": "<", }, - Object { + { "end": 111, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 2, "line": 8, "offset": 111, }, - "start": Object { + "start": { "column": 1, "line": 8, "offset": 110, }, }, - "range": Array [ + "range": [ 110, 111, ], @@ -42846,21 +42846,21 @@ Object { "type": "Punctuator", "value": "/", }, - Object { + { "end": 116, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 7, "line": 8, "offset": 116, }, - "start": Object { + "start": { "column": 2, "line": 8, "offset": 111, }, }, - "range": Array [ + "range": [ 111, 116, ], @@ -42868,21 +42868,21 @@ Object { "type": "JSXIdentifier", "value": "Story", }, - Object { + { "end": 117, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 8, "line": 8, "offset": 117, }, - "start": Object { + "start": { "column": 7, "line": 8, "offset": 116, }, }, - "range": Array [ + "range": [ 116, 117, ], @@ -42896,42 +42896,42 @@ Object { `; exports[`parser should parse jsx spread correctly 1`] = ` -Object { - "body": Array [ - Object { +{ + "body": [ + { "end": 19, - "expression": Object { - "children": Array [], - "closingElement": Object { + "expression": { + "children": [], + "closingElement": { "end": 19, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 19, "line": 1, "offset": 19, }, - "start": Object { + "start": { "column": 13, "line": 1, "offset": 13, }, }, - "name": Object { + "name": { "end": 18, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 18, "line": 1, "offset": 18, }, - "start": Object { + "start": { "column": 15, "line": 1, "offset": 15, }, }, "name": "div", - "range": Array [ + "range": [ 15, 18, ], @@ -42939,7 +42939,7 @@ Object { "start": 15, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 13, 19, ], @@ -42948,37 +42948,37 @@ Object { "type": "JSXClosingElement", }, "end": 19, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 19, "line": 1, "offset": 19, }, - "start": Object { + "start": { "column": 0, "line": 1, "offset": 0, }, }, - "openingElement": Object { - "attributes": Array [ - Object { - "argument": Object { + "openingElement": { + "attributes": [ + { + "argument": { "end": 11, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 11, "line": 1, "offset": 11, }, - "start": Object { + "start": { "column": 9, "line": 1, "offset": 9, }, }, - "properties": Array [], - "range": Array [ + "properties": [], + "range": [ 9, 11, ], @@ -42986,19 +42986,19 @@ Object { "type": "ObjectExpression", }, "end": 12, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 12, "line": 1, "offset": 12, }, - "start": Object { + "start": { "column": 5, "line": 1, "offset": 5, }, }, - "range": Array [ + "range": [ 5, 12, ], @@ -43008,34 +43008,34 @@ Object { }, ], "end": 13, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 13, "line": 1, "offset": 13, }, - "start": Object { + "start": { "column": 0, "line": 1, "offset": 0, }, }, - "name": Object { + "name": { "end": 4, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 4, "line": 1, "offset": 4, }, - "start": Object { + "start": { "column": 1, "line": 1, "offset": 1, }, }, "name": "div", - "range": Array [ + "range": [ 1, 4, ], @@ -43043,7 +43043,7 @@ Object { "start": 1, "type": "JSXIdentifier", }, - "range": Array [ + "range": [ 0, 13, ], @@ -43052,7 +43052,7 @@ Object { "start": 0, "type": "JSXOpeningElement", }, - "range": Array [ + "range": [ 0, 19, ], @@ -43060,19 +43060,19 @@ Object { "start": 0, "type": "JSXElement", }, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 20, "line": 1, "offset": 19, }, - "start": Object { + "start": { "column": 1, "line": 1, "offset": 0, }, }, - "range": Array [ + "range": [ 0, 19, ], @@ -43080,42 +43080,42 @@ Object { "type": "ExpressionStatement", }, ], - "comments": Array [], + "comments": [], "end": 19, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 20, "line": 1, "offset": 19, }, - "start": Object { + "start": { "column": 1, "line": 1, "offset": 0, }, }, - "range": Array [ + "range": [ 0, 19, ], "sourceType": undefined, "start": 0, - "tokens": Array [ - Object { + "tokens": [ + { "end": 1, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 1, "line": 1, "offset": 1, }, - "start": Object { + "start": { "column": 0, "line": 1, "offset": 0, }, }, - "range": Array [ + "range": [ 0, 1, ], @@ -43123,21 +43123,21 @@ Object { "type": "Punctuator", "value": "<", }, - Object { + { "end": 4, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 4, "line": 1, "offset": 4, }, - "start": Object { + "start": { "column": 1, "line": 1, "offset": 1, }, }, - "range": Array [ + "range": [ 1, 4, ], @@ -43145,21 +43145,21 @@ Object { "type": "JSXIdentifier", "value": "div", }, - Object { + { "end": 6, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 6, "line": 1, "offset": 6, }, - "start": Object { + "start": { "column": 5, "line": 1, "offset": 5, }, }, - "range": Array [ + "range": [ 5, 6, ], @@ -43167,21 +43167,21 @@ Object { "type": "Punctuator", "value": "{", }, - Object { + { "end": 9, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 9, "line": 1, "offset": 9, }, - "start": Object { + "start": { "column": 6, "line": 1, "offset": 6, }, }, - "range": Array [ + "range": [ 6, 9, ], @@ -43189,21 +43189,21 @@ Object { "type": "Punctuator", "value": "...", }, - Object { + { "end": 10, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 10, "line": 1, "offset": 10, }, - "start": Object { + "start": { "column": 9, "line": 1, "offset": 9, }, }, - "range": Array [ + "range": [ 9, 10, ], @@ -43211,21 +43211,21 @@ Object { "type": "Punctuator", "value": "{", }, - Object { + { "end": 11, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 11, "line": 1, "offset": 11, }, - "start": Object { + "start": { "column": 10, "line": 1, "offset": 10, }, }, - "range": Array [ + "range": [ 10, 11, ], @@ -43233,21 +43233,21 @@ Object { "type": "Punctuator", "value": "}", }, - Object { + { "end": 12, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 12, "line": 1, "offset": 12, }, - "start": Object { + "start": { "column": 11, "line": 1, "offset": 11, }, }, - "range": Array [ + "range": [ 11, 12, ], @@ -43255,21 +43255,21 @@ Object { "type": "Punctuator", "value": "}", }, - Object { + { "end": 14, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 14, "line": 1, "offset": 14, }, - "start": Object { + "start": { "column": 13, "line": 1, "offset": 13, }, }, - "range": Array [ + "range": [ 13, 14, ], @@ -43277,21 +43277,21 @@ Object { "type": "Punctuator", "value": "<", }, - Object { + { "end": 15, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 15, "line": 1, "offset": 15, }, - "start": Object { + "start": { "column": 14, "line": 1, "offset": 14, }, }, - "range": Array [ + "range": [ 14, 15, ], @@ -43299,21 +43299,21 @@ Object { "type": "Punctuator", "value": "/", }, - Object { + { "end": 18, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 18, "line": 1, "offset": 18, }, - "start": Object { + "start": { "column": 15, "line": 1, "offset": 15, }, }, - "range": Array [ + "range": [ 15, 18, ], @@ -43321,21 +43321,21 @@ Object { "type": "JSXIdentifier", "value": "div", }, - Object { + { "end": 19, - "loc": Object { - "end": Object { + "loc": { + "end": { "column": 19, "line": 1, "offset": 19, }, - "start": Object { + "start": { "column": 18, "line": 1, "offset": 18, }, }, - "range": Array [ + "range": [ 18, 19, ], diff --git a/test/parser.test.ts b/test/parser.test.ts index e90f6d3b..e2515f1d 100644 --- a/test/parser.test.ts +++ b/test/parser.test.ts @@ -41,14 +41,14 @@ describe('parser', () => { parser: '@typescript-eslint/parser', }), ).toThrowErrorMatchingInlineSnapshot( - `"The \\"path\\" argument must be of type string. Received undefined"`, + `"The "path" argument must be of type string. Received undefined"`, ) expect(() => parser.parse('Header\n<>', { parser: '@babel/eslint-parser', }), ).toThrowErrorMatchingInlineSnapshot( - `"The \\"path\\" argument must be of type string. Received undefined"`, + `"The "path" argument must be of type string. Received undefined"`, ) expect(() => parser.parse('
<
', DEFAULT_PARSER_OPTIONS), diff --git a/yarn.lock b/yarn.lock index 3a623129..b8080f29 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2,163 +2,163 @@ # yarn lockfile v1 -"@1stg/babel-preset@^3.1.4": - version "3.1.4" - resolved "https://registry.yarnpkg.com/@1stg/babel-preset/-/babel-preset-3.1.4.tgz#34697a7459b39246c8cbd711a88d3d3f970a354f" - integrity sha512-2fq/Ov//UUAOObhZmsDdbFkH/s4ihOczuk3F/GcDMa34w1wI+PTmLW7UEZXVq9AhY3tKJh4RFOcvBEpMq9ZAlQ== +"@1stg/babel-preset@^3.2.2": + version "3.2.2" + resolved "https://registry.yarnpkg.com/@1stg/babel-preset/-/babel-preset-3.2.2.tgz#5f02a7b7ea5a5ca2682435f2e224f62c09fdbbe3" + integrity sha512-/VcqzRATvVpBDdXfNEkuxcRDLy3AuBvjhWnAXIK1Fvp+mXsIRpOM9aXalAFPmgf6vxZ16R5efdWwipqTaHn+Dg== dependencies: - "@babel/helper-plugin-utils" "^7.18.6" + "@babel/helper-plugin-utils" "^7.18.9" "@babel/plugin-proposal-class-properties" "^7.18.6" - "@babel/plugin-proposal-decorators" "^7.18.6" - "@babel/preset-env" "^7.18.6" + "@babel/plugin-proposal-decorators" "^7.18.10" + "@babel/preset-env" "^7.18.10" "@babel/preset-react" "^7.18.6" "@babel/preset-typescript" "^7.18.6" "@pkgr/utils" "^2.3.0" - "@vue/babel-helper-vue-jsx-merge-props" "^1.2.1" + "@vue/babel-helper-vue-jsx-merge-props" "^1.4.0" "@vue/babel-plugin-jsx" "^1.1.1" - "@vue/babel-preset-jsx" "^1.3.0" + "@vue/babel-preset-jsx" "^1.4.0" babel-plugin-import "^1.13.5" babel-plugin-transform-async-to-promises "^0.8.18" babel-plugin-transform-react-remove-prop-types "^0.4.24" babel-plugin-transform-remove-console "^6.9.4" babel-plugin-transform-typescript-metadata "^0.3.2" - babel-preset-proposal-typescript "^2.2.0" - core-js "^3.23.3" + babel-preset-proposal-typescript "^3.0.0" + core-js "^3.25.0" fast-async "^7.0.6" -"@1stg/commitlint-config@^3.1.4": - version "3.1.4" - resolved "https://registry.yarnpkg.com/@1stg/commitlint-config/-/commitlint-config-3.1.4.tgz#b13e269e10515aa7187b3cd7711b2410f6914851" - integrity sha512-nSrw3aAZJw7inH7UpsxiYM77+nsHEY2vzyHZIxIgz0DKXXx3Csxuk+mkXIAeJs9tCl9uG5Nz4U5IH0yRT5ifDg== +"@1stg/commitlint-config@^3.1.5": + version "3.1.5" + resolved "https://registry.yarnpkg.com/@1stg/commitlint-config/-/commitlint-config-3.1.5.tgz#44eaacd44dd161a0ba0099e26615612dae6b142d" + integrity sha512-enZ9UVcy3Jh4XgYmD2PGLxapSFbJuLCnYjGmxfP55zA7+Z0XOrHX/D5AzCbjL8ZkjwaLQcMGYzjtaihyPyV4qA== dependencies: "@commitlint/config-conventional" "^17.0.3" "@commitlint/config-lerna-scopes" "^17.0.2" "@pkgr/utils" "^2.3.0" -"@1stg/common-config@^6.1.3": - version "6.1.3" - resolved "https://registry.yarnpkg.com/@1stg/common-config/-/common-config-6.1.3.tgz#d7a5d0cc30b9196796e9326ba3d0c11427e854d6" - integrity sha512-x/ahljqYFL5hfEXkK0onMAFrhvM899Am1JUFIC9maKwyb247/c2pkoz0aOclQpWnLmRXqpppRXpTMBOXGj2ChQ== - dependencies: - "@1stg/babel-preset" "^3.1.4" - "@1stg/commitlint-config" "^3.1.4" - "@1stg/eslint-config" "^5.4.3" - "@1stg/lint-staged" "^3.3.0" - "@1stg/markuplint-config" "^2.2.0" - "@1stg/prettier-config" "^3.7.0" - "@1stg/remark-config" "^4.0.3" - "@1stg/simple-git-hooks" "^0.2.1" - "@1stg/tsconfig" "^2.2.5" - "@babel/core" "^7.18.6" +"@1stg/common-config@^7.1.1": + version "7.1.1" + resolved "https://registry.yarnpkg.com/@1stg/common-config/-/common-config-7.1.1.tgz#178b7bb66c882fc2d740054230b0499a0d91ca85" + integrity sha512-HM63QDXKoYlzo79+sYwEEPvovu3ePL2qq25WY/xAfksncTydWCEAd1bAcx7RcYs+F+fvL1G/b2Pu29tbOOY68w== + dependencies: + "@1stg/babel-preset" "^3.2.2" + "@1stg/commitlint-config" "^3.1.5" + "@1stg/eslint-config" "^5.6.0" + "@1stg/lint-staged" "^3.4.0" + "@1stg/markuplint-config" "^2.2.1" + "@1stg/prettier-config" "^3.9.1" + "@1stg/remark-preset" "^1.0.1" + "@1stg/simple-git-hooks" "^0.2.2" + "@1stg/tsconfig" "^2.3.1" + "@babel/core" "^7.18.13" "@commitlint/cli" "^17.0.3" - eslint "^8.20.0" + eslint "^8.22.0" lint-staged "^13.0.3" npm-run-all "^4.1.5" prettier "^2.7.1" simple-git-hooks "^2.8.0" tslib "^2.4.0" -"@1stg/config@^0.2.0": - version "0.2.0" - resolved "https://registry.yarnpkg.com/@1stg/config/-/config-0.2.0.tgz#ab70456f7c3f13d3e82e9fe187e84a4882c32a75" - integrity sha512-7PPr6ZCIh0KqbQSePoVtTO/apo3gjPkrWeM7EAJ8YwN4LJE3CDtYQ0bvF2t0c0zLhNYmGxqe64Z+8c98wzuqaw== - -"@1stg/eslint-config@^5.4.3": - version "5.4.3" - resolved "https://registry.yarnpkg.com/@1stg/eslint-config/-/eslint-config-5.4.3.tgz#1aa1ca7a86505e063bec6d2c83d7565c801020ff" - integrity sha512-KVF1YMXdEcp2v4vGQ56XR+BLI1Y4YufxzHkF6B3c5JAwQPDQfY8vOXQUN3vjTpZpJ1M3c74ozn5todCzuZTfUA== - dependencies: - "@1stg/config" "^0.2.0" - "@angular-eslint/eslint-plugin" "^14.0.2" - "@angular-eslint/eslint-plugin-template" "^14.0.2" - "@angular-eslint/template-parser" "^14.0.2" - "@babel/eslint-parser" "^7.18.2" - "@babel/eslint-plugin" "^7.17.7" +"@1stg/config@^0.2.1": + version "0.2.1" + resolved "https://registry.yarnpkg.com/@1stg/config/-/config-0.2.1.tgz#12d35ff8e243bd4b35b55c2f244cd5cbfea844d4" + integrity sha512-fStBgzyQnL0/bdIcHCplmrjFN9SBfnkldQ+TnpKnBFmp7jIxoggSRL3kaEFbGlq2lbV/H7Udy3bmJWTtdDH5Iw== + +"@1stg/eslint-config@^5.6.0": + version "5.6.0" + resolved "https://registry.yarnpkg.com/@1stg/eslint-config/-/eslint-config-5.6.0.tgz#fbdff2163cd5549f5d50ae5076cc86089438033b" + integrity sha512-cG5gKLZI9GBcZmSnFKahKLmwxM2drTQG3Oy+WJn4D0XyNW1xd/fkptJ4EfdvxmPeozFwnG3ys1CYI1kFHmG1PA== + dependencies: + "@1stg/config" "^0.2.1" + "@angular-eslint/eslint-plugin" "^14.0.3" + "@angular-eslint/eslint-plugin-template" "^14.0.3" + "@angular-eslint/template-parser" "^14.0.3" + "@babel/eslint-parser" "^7.18.9" + "@babel/eslint-plugin" "^7.18.10" "@pkgr/utils" "^2.3.0" - "@typescript-eslint/eslint-plugin" "^5.30.6" - "@typescript-eslint/parser" "^5.30.6" + "@typescript-eslint/eslint-plugin" "^5.35.1" + "@typescript-eslint/parser" "^5.35.1" angular-eslint-template-parser "^0.1.1" eslint-config-prettier "^8.5.0" eslint-config-standard "^17.0.0" eslint-config-standard-jsx "^11.0.0" eslint-config-standard-react "^11.0.1" eslint-formatter-friendly "^7.0.0" - eslint-import-resolver-typescript "^3.2.7" + eslint-import-resolver-typescript "^3.5.0" eslint-plugin-css "^0.6.0" eslint-plugin-es-x "^5.2.1" eslint-plugin-eslint-comments "^3.2.0" - eslint-plugin-import "^2.26.0" - eslint-plugin-jest "^26.6.0" - eslint-plugin-jsdoc "^39.3.3" - eslint-plugin-json-schema-validator "^3.2.5" - eslint-plugin-jsonc "^2.3.1" - eslint-plugin-markup "^0.10.0" - eslint-plugin-mdx "^2.0.1" - eslint-plugin-n "^15.2.4" + eslint-plugin-import "npm:eslint-plugin-i@^2.26.0" + eslint-plugin-jest "^26.8.7" + eslint-plugin-jsdoc "^39.3.6" + eslint-plugin-json-schema-validator "^4.0.1" + eslint-plugin-jsonc "^2.4.0" + eslint-plugin-markup "^0.10.1" + eslint-plugin-mdx "^2.0.2" + eslint-plugin-n "^15.2.5" eslint-plugin-prettier "^4.2.1" - eslint-plugin-promise "^6.0.0" - eslint-plugin-react "^7.30.1" + eslint-plugin-promise "^6.0.1" + eslint-plugin-react "^7.31.0" eslint-plugin-react-hooks "^4.6.0" - eslint-plugin-regexp "^1.7.0" + eslint-plugin-regexp "^1.9.0" eslint-plugin-simple-import-sort "^7.0.0" - eslint-plugin-sonar "^0.8.0" - eslint-plugin-sonarjs "^0.13.0" - eslint-plugin-svelte "^2.2.0" + eslint-plugin-sonar "^0.9.1" + eslint-plugin-sonarjs "^0.15.0" + eslint-plugin-svelte "^2.7.0" eslint-plugin-toml "^0.3.1" - eslint-plugin-unicorn "^43.0.1" - eslint-plugin-vue "^9.2.0" - eslint-plugin-yml "^1.0.0" + eslint-plugin-unicorn "^43.0.2" + eslint-plugin-vue "^9.4.0" + eslint-plugin-yml "^1.1.0" -"@1stg/lib-config@^9.0.1": - version "9.0.1" - resolved "https://registry.yarnpkg.com/@1stg/lib-config/-/lib-config-9.0.1.tgz#1cddd61edcfc36377a5132661527fa33718eb67f" - integrity sha512-JhnzAwP6ePwCOdvMu+DmwJ1S75S7JbMwjhydBTYvnDBqcj/QNv+Neg8P9KhoGL2/ktbzUTjfcxlr0NhkMx8WQQ== +"@1stg/lib-config@^10.2.1": + version "10.2.1" + resolved "https://registry.yarnpkg.com/@1stg/lib-config/-/lib-config-10.2.1.tgz#7a0cb0a50898a10f0f804c79ac3b262e35a09060" + integrity sha512-07PPf42V7vuq83iv3SRHwQ6wEPqRVZL+ZYefPex34drw7NYHZ5nhHzEDVBW91zbBaUQjHtE5fF23F1Y3JpljPg== dependencies: - "@1stg/common-config" "^6.1.3" - "@pkgr/rollup" "^3.1.4" + "@1stg/common-config" "^7.1.1" + "@pkgr/rollup" "^3.2.0" -"@1stg/lint-staged@^3.3.0": - version "3.3.0" - resolved "https://registry.yarnpkg.com/@1stg/lint-staged/-/lint-staged-3.3.0.tgz#a2aaa312e62d89d08d7912a3b7f2cce8f0e37f44" - integrity sha512-I4+1OWDoNgslnRhu/VbRgt+pkAoPb1DKBZWs5Ji5qq5+lr51c0Alw/mPJfXDPEICYdSuq6AqEZs29oe4bXxxig== +"@1stg/lint-staged@^3.4.0": + version "3.4.0" + resolved "https://registry.yarnpkg.com/@1stg/lint-staged/-/lint-staged-3.4.0.tgz#c3c7efc87debfeb2d1d7c9fc9221c288fcffabf3" + integrity sha512-JMpA2r/GpLjWMO5oF2hpLA0gC/+zpMw5jdC7gw6EqTS8KwxtIiTnbGNo9EHwsToJ9Chpb4P53y59cDHwfYKKWw== dependencies: - "@1stg/config" "^0.2.0" - "@1stg/prettier-config" "^3.7.0" - "@1stg/tsconfig" "^2.2.3" + "@1stg/config" "^0.2.1" + "@1stg/prettier-config" "^3.9.1" + "@1stg/tsconfig" "^2.3.1" "@pkgr/utils" "^2.3.0" prettier "^2.7.1" -"@1stg/markuplint-config@^2.2.0": - version "2.2.0" - resolved "https://registry.yarnpkg.com/@1stg/markuplint-config/-/markuplint-config-2.2.0.tgz#88784720890c31203f55f3aef0f30694f54c0ad6" - integrity sha512-SFIB3oa5RAZ7Tfql/O+TpQKqC6sO4BEy1EzU5ZOaUzJz9U192gnyDNEu0DPU9Oc4T4kTulSqNMAK3hyfdsDTJg== +"@1stg/markuplint-config@^2.2.1": + version "2.2.1" + resolved "https://registry.yarnpkg.com/@1stg/markuplint-config/-/markuplint-config-2.2.1.tgz#f584abf5524d3818942b165bf50db4f36caa59f1" + integrity sha512-r7ZxJVubvVPJ0oP6vuAP+B00eAYQvtfVxnj/Ei85L8+4iiJ+twPW5Q+7EI7gpYodmX0O48UphAJpsW4JBMj5kg== dependencies: - "@markuplint/svelte-parser" "^2.2.3" + "@markuplint/svelte-parser" "^2.2.4" "@markuplint/vue-parser" "^2.3.2" "@markuplint/vue-spec" "^2.1.1" markuplint-angular-parser "^1.1.3" -"@1stg/prettier-config@^3.7.0": - version "3.7.0" - resolved "https://registry.yarnpkg.com/@1stg/prettier-config/-/prettier-config-3.7.0.tgz#b6f5b722b08cc6b0a1ea2dd5bd50585b6894c0e8" - integrity sha512-rzqsEx79X06cTkx7dhRo8Aq4RPgHXrDVYAANtor+Xjtohc/nxsilLfOfypJz9Fsfeoijkq13eOdQaokpbDYu4w== +"@1stg/prettier-config@^3.9.1": + version "3.9.1" + resolved "https://registry.yarnpkg.com/@1stg/prettier-config/-/prettier-config-3.9.1.tgz#18467a9ce1736271303a46caff1d609e5cf39d9c" + integrity sha512-XyE5PlBr4GhEAWQrn3SXjIaB65iW3/GJVZas3TlzZvnULbFtly3jtoLRZJue5Kxh5y+zK+ff6aAfntYVBcENUw== dependencies: - "@1stg/config" "^0.2.0" - "@prettier/plugin-pug" "^2.1.1" - "@prettier/plugin-ruby" "^3.1.2" + "@1stg/config" "^0.2.1" + "@prettier/plugin-pug" "^2.2.0" + "@prettier/plugin-ruby" "^3.2.0" "@prettier/plugin-xml" "^2.2.0" - prettier-plugin-ini "^1.0.0" - prettier-plugin-pkg "^0.16.0" - prettier-plugin-properties "^0.1.0" - prettier-plugin-sh "^0.12.6" - prettier-plugin-stylus "^0.0.1-beta.3" + prettier-plugin-ini "^1.1.0" + prettier-plugin-pkg "^0.17.0" + prettier-plugin-properties "^0.2.0" + prettier-plugin-sh "^0.12.8" + prettier-plugin-stylus "^0.0.1-beta.8" prettier-plugin-svelte "^2.7.0" prettier-plugin-toml "^0.3.1" -"@1stg/remark-config@^4.0.3": - version "4.0.3" - resolved "https://registry.yarnpkg.com/@1stg/remark-config/-/remark-config-4.0.3.tgz#c17956edb0acaa94ed52751751d1a900fc9a9bc3" - integrity sha512-gojIvUH/kybjHdOVSdWmYYnUuhJr4XVXzzGoJsgLQHEInRsGpVkj5+/T5iKsAvXcPzdMu0ITsgPR9Ox22z2Wdg== +"@1stg/remark-preset@^1.0.1": + version "1.0.1" + resolved "https://registry.yarnpkg.com/@1stg/remark-preset/-/remark-preset-1.0.1.tgz#7a59b36836ec01763f9e1b84aeacb4293dca689f" + integrity sha512-Qde2OoVxtj8cGP4SF6FopXYBWppuU5KfnTg7IBOXrOytIfcFpSb2hUYQ/Bh6MqsWdwB5sSj884OO1fB4YDMI8A== dependencies: remark-frontmatter "^4.0.1" remark-gfm "^3.0.1" @@ -168,20 +168,20 @@ remark-preset-lint-consistent "^5.1.1" remark-preset-lint-markdown-style-guide "^5.1.2" remark-preset-lint-recommended "^6.1.2" - remark-preset-prettier "^1.0.1" + remark-preset-prettier "^1.0.2" remark-validate-links "^12.0.0" -"@1stg/simple-git-hooks@^0.2.1": - version "0.2.1" - resolved "https://registry.yarnpkg.com/@1stg/simple-git-hooks/-/simple-git-hooks-0.2.1.tgz#6c9d1ead4f9d29d4fc5a597d6041717c61a051dc" - integrity sha512-EEizLAfDPb+A2cjaojrGGYbtWaBYsqRxcH/X1nAiwbMaydKdlSXeqP55o8kyNAnyNlocgLn2izsVqgb9zXDAQA== +"@1stg/simple-git-hooks@^0.2.2": + version "0.2.2" + resolved "https://registry.yarnpkg.com/@1stg/simple-git-hooks/-/simple-git-hooks-0.2.2.tgz#4a90c534e1e24e58817272e6baa4f2de599c2f9f" + integrity sha512-ImylC4RVgUPTg1/qfQBmOvFAEPqNKEQQLSLkGexBdmxJRdAYHHgNhtKIVdkxX/E5jHf0fbSYsdSKMXda7uX3MA== dependencies: "@pkgr/utils" "^2.3.0" -"@1stg/tsconfig@^2.2.3", "@1stg/tsconfig@^2.2.5": - version "2.2.5" - resolved "https://registry.yarnpkg.com/@1stg/tsconfig/-/tsconfig-2.2.5.tgz#ac8d9fb5e5e7948cf4ea4ed047d285da30eb0eca" - integrity sha512-HGu7fJHp+5vLeXH7R/AozA2VtjtE/KACv2bhAA0Hrtk2fX2OE0xNynb/tg31kTRU8cStEmlMLKxAexdv7BPYPA== +"@1stg/tsconfig@^2.3.1": + version "2.3.1" + resolved "https://registry.yarnpkg.com/@1stg/tsconfig/-/tsconfig-2.3.1.tgz#1d837bb2821f2ae8432cfbde0e681ed87f167bda" + integrity sha512-/CA4zzddYGeSNdpZgVxJIbRcK39xMDtPJUPZVrd8F7Mi725sXgK/okKOL2cyMxxcOGmFKfjoWRHOl0WIdv9Ztw== "@ampproject/remapping@^2.1.0": version "2.2.0" @@ -191,43 +191,43 @@ "@jridgewell/gen-mapping" "^0.1.0" "@jridgewell/trace-mapping" "^0.3.9" -"@angular-eslint/bundled-angular-compiler@14.0.2": - version "14.0.2" - resolved "https://registry.yarnpkg.com/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-14.0.2.tgz#16aed25430b96fac50d069b2e44dae89fa4b12ad" - integrity sha512-Ev001tGwBfy6lFd1IDrAHfW87VUqDmMQY5KWY+LM3dn0PY2XZv1RsBM16tBFbi7EaDeaxeFZg/G8PN5x+anNbg== +"@angular-eslint/bundled-angular-compiler@14.0.3": + version "14.0.3" + resolved "https://registry.yarnpkg.com/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-14.0.3.tgz#add784ef54664602ed3f6dc1b658e64ce87effa2" + integrity sha512-1JMdb5IrgFH+bxY8ZYXyNyu31+BELbahGKOi+jX0ZyZgGA8nbukzjL+QVNwwaw1RNuyiCxZzCwA/tRSGJMqSYA== -"@angular-eslint/eslint-plugin-template@^14.0.2": - version "14.0.2" - resolved "https://registry.yarnpkg.com/@angular-eslint/eslint-plugin-template/-/eslint-plugin-template-14.0.2.tgz#ff888b51f6df73469b7237f430571746d05ce2c6" - integrity sha512-egan0a2GVkubST4H7x2mPMTz3Ee9QXeLEchJyWXdFBZ6Nrpfjaki5dOQYhLU7KyxqhrSW4XugMWPGj2KW2gMxQ== +"@angular-eslint/eslint-plugin-template@^14.0.3": + version "14.0.3" + resolved "https://registry.yarnpkg.com/@angular-eslint/eslint-plugin-template/-/eslint-plugin-template-14.0.3.tgz#3616649bbd8fbfb77a96298ea358667b3bdf28ce" + integrity sha512-0m1dShhn6NVReBABecBn8UnMRidc61s3SGQIJWCkDBIeLOD+qVVaxZo04uNDNrXZhHWHqHAVIEBjG+qK2Xq6Nw== dependencies: - "@angular-eslint/bundled-angular-compiler" "14.0.2" + "@angular-eslint/bundled-angular-compiler" "14.0.3" "@typescript-eslint/utils" "5.29.0" aria-query "5.0.0" axobject-query "3.0.1" -"@angular-eslint/eslint-plugin@^14.0.2": - version "14.0.2" - resolved "https://registry.yarnpkg.com/@angular-eslint/eslint-plugin/-/eslint-plugin-14.0.2.tgz#8bd852aa6d5f709e43972308dddbd1f604735f67" - integrity sha512-TfiXWqaWGysnPB6JstZouvA9tNwIsCLvSIGqniE1U90kX6p5nL8Z09JOiv/9jlYfgAIEgUD48BGMZzDi86voGA== +"@angular-eslint/eslint-plugin@^14.0.3": + version "14.0.3" + resolved "https://registry.yarnpkg.com/@angular-eslint/eslint-plugin/-/eslint-plugin-14.0.3.tgz#4fd2afd8b23e2a34d459390d5926ea76fd597ddd" + integrity sha512-s3rgibA+sFcDswpKUXbdykOBT7KoSk205bIBARJrIZr0zR7zsPLS/XQQGk83VICeAgcGHSPlNBmspOBrLfihEQ== dependencies: - "@angular-eslint/utils" "14.0.2" + "@angular-eslint/utils" "14.0.3" "@typescript-eslint/utils" "5.29.0" -"@angular-eslint/template-parser@^14.0.2": - version "14.0.2" - resolved "https://registry.yarnpkg.com/@angular-eslint/template-parser/-/template-parser-14.0.2.tgz#00fbe0a30f06f3e40bbb414db26349152dd46e27" - integrity sha512-NTXSfL97WVs4GTKPtPcRZfWtvNbhgcIZUvKUTk5ieYiVLqsHF9Y+NlAKBh44AGldM5oCNO4HUfnvOedtqkQ+MA== +"@angular-eslint/template-parser@^14.0.3": + version "14.0.3" + resolved "https://registry.yarnpkg.com/@angular-eslint/template-parser/-/template-parser-14.0.3.tgz#c90db2e1c1ae703cb9c28a9970963f5953c7642a" + integrity sha512-agUhRSkiB4n7CunB+jL1+1Wsvia1xnI3XhZTBKoGs4Q+DjEgZmd4xryy8snw31cQgqJMtlvyP4QTr2+cqrxAdQ== dependencies: - "@angular-eslint/bundled-angular-compiler" "14.0.2" + "@angular-eslint/bundled-angular-compiler" "14.0.3" eslint-scope "^5.1.0" -"@angular-eslint/utils@14.0.2": - version "14.0.2" - resolved "https://registry.yarnpkg.com/@angular-eslint/utils/-/utils-14.0.2.tgz#15cbbf142eebab66fc887f0d85b0518a2989d832" - integrity sha512-8cHyQFG3jIHMHBjlqMU9ExAgOFGqbvxUa5EUvdc8wJUXtwhYx5NCQupdSpy/qG8gHiXjxvxinEtACZJQ9/SOwQ== +"@angular-eslint/utils@14.0.3": + version "14.0.3" + resolved "https://registry.yarnpkg.com/@angular-eslint/utils/-/utils-14.0.3.tgz#3802e127daa4ebf11eb3c79623ac6b5bbe45bc7a" + integrity sha512-horyyq6shximqacDhHm6GhEJI71dvGfr2iiqP/PtT944dhY+Ml6fj85H9ywKQxd5ENYPBKrzOGCBxpLyQU07Ow== dependencies: - "@angular-eslint/bundled-angular-compiler" "14.0.2" + "@angular-eslint/bundled-angular-compiler" "14.0.3" "@typescript-eslint/utils" "5.29.0" "@babel/code-frame@7.0.0": @@ -244,54 +244,54 @@ dependencies: "@babel/highlight" "^7.18.6" -"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.18.6", "@babel/compat-data@^7.18.8": - version "7.18.8" - resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.18.8.tgz#2483f565faca607b8535590e84e7de323f27764d" - integrity sha512-HSmX4WZPPK3FUxYp7g2T6EyO8j96HlZJlxmKPSh6KAcqwyDrfx7hKjXpAW/0FhFfTJsR0Yt4lAjLI2coMptIHQ== +"@babel/compat-data@^7.17.7", "@babel/compat-data@^7.18.8": + version "7.18.13" + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.18.13.tgz#6aff7b350a1e8c3e40b029e46cbe78e24a913483" + integrity sha512-5yUzC5LqyTFp2HLmDoxGQelcdYgSpP9xsnMWBphAscOdFrHSAVbLNzWiy32sVNDqJRDiJK6klfDnAgu6PAGSHw== -"@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.18.6": - version "7.18.9" - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.18.9.tgz#805461f967c77ff46c74ca0460ccf4fe933ddd59" - integrity sha512-1LIb1eL8APMy91/IMW+31ckrfBM4yCoLaVzoDhZUKSM4cu1L1nIidyxkCgzPAgrC5WEz36IPEr/eSeSF9pIn+g== +"@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.18.13": + version "7.18.13" + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.18.13.tgz#9be8c44512751b05094a4d3ab05fc53a47ce00ac" + integrity sha512-ZisbOvRRusFktksHSG6pjj1CSvkPkcZq/KHD45LAkVP/oiHJkNBZWfpvlLmX8OtHDG8IuzsFlVRWo08w7Qxn0A== dependencies: "@ampproject/remapping" "^2.1.0" "@babel/code-frame" "^7.18.6" - "@babel/generator" "^7.18.9" + "@babel/generator" "^7.18.13" "@babel/helper-compilation-targets" "^7.18.9" "@babel/helper-module-transforms" "^7.18.9" "@babel/helpers" "^7.18.9" - "@babel/parser" "^7.18.9" - "@babel/template" "^7.18.6" - "@babel/traverse" "^7.18.9" - "@babel/types" "^7.18.9" + "@babel/parser" "^7.18.13" + "@babel/template" "^7.18.10" + "@babel/traverse" "^7.18.13" + "@babel/types" "^7.18.13" convert-source-map "^1.7.0" debug "^4.1.0" gensync "^1.0.0-beta.2" json5 "^2.2.1" semver "^6.3.0" -"@babel/eslint-parser@^7.17.0", "@babel/eslint-parser@^7.18.2": - version "7.18.2" - resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.18.2.tgz#e14dee36c010edfb0153cf900c2b0815e82e3245" - integrity sha512-oFQYkE8SuH14+uR51JVAmdqwKYXGRjEXx7s+WiagVjqQ+HPE+nnwyF2qlVG8evUsUHmPcA+6YXMEDbIhEyQc5A== +"@babel/eslint-parser@^7.17.0", "@babel/eslint-parser@^7.18.9": + version "7.18.9" + resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.18.9.tgz#255a63796819a97b7578751bb08ab9f2a375a031" + integrity sha512-KzSGpMBggz4fKbRbWLNyPVTuQr6cmCcBhOyXTw/fieOVaw5oYAwcAj4a7UKcDYCPxQq+CG1NCDZH9e2JTXquiQ== dependencies: eslint-scope "^5.1.1" eslint-visitor-keys "^2.1.0" semver "^6.3.0" -"@babel/eslint-plugin@^7.17.7": - version "7.17.7" - resolved "https://registry.yarnpkg.com/@babel/eslint-plugin/-/eslint-plugin-7.17.7.tgz#4ee1d5b29b79130f3bb5a933358376bcbee172b8" - integrity sha512-JATUoJJXSgwI0T8juxWYtK1JSgoLpIGUsCHIv+NMXcUDA2vIe6nvAHR9vnuJgs/P1hOFw7vPwibixzfqBBLIVw== +"@babel/eslint-plugin@^7.18.10": + version "7.18.10" + resolved "https://registry.yarnpkg.com/@babel/eslint-plugin/-/eslint-plugin-7.18.10.tgz#11f454b5d1aa64c42fcfd64abe93071c15ebea3c" + integrity sha512-iV1OZj/7eg4wZIcsVEkXS3MUWdhmpLsu2h+9Zr2ppywKWdCRs6VfjxbRzmHHYeurTizrrnaJ9ZkbO8KOv4lauQ== dependencies: eslint-rule-composer "^0.3.0" -"@babel/generator@^7.0.0-beta.44", "@babel/generator@^7.18.9", "@babel/generator@^7.7.2": - version "7.18.9" - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.18.9.tgz#68337e9ea8044d6ddc690fb29acae39359cca0a5" - integrity sha512-wt5Naw6lJrL1/SGkipMiFxJjtyczUWTP38deiP1PO60HsBjDeKk08CGC3S8iVuvf0FmTdgKwU1KIXzSKL1G0Ug== +"@babel/generator@^7.0.0-beta.44", "@babel/generator@^7.18.13", "@babel/generator@^7.7.2": + version "7.18.13" + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.18.13.tgz#59550cbb9ae79b8def15587bdfbaa388c4abf212" + integrity sha512-CkPg8ySSPuHTYPJYo7IRALdqyjM9HCbt/3uOBEFbzyGVP6Mn8bwFPB0jX6982JVNBlYzM1nnPkfjuXSOPtQeEQ== dependencies: - "@babel/types" "^7.18.9" + "@babel/types" "^7.18.13" "@jridgewell/gen-mapping" "^0.3.2" jsesc "^2.5.1" @@ -303,14 +303,14 @@ "@babel/types" "^7.18.6" "@babel/helper-builder-binary-assignment-operator-visitor@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.18.6.tgz#f14d640ed1ee9246fb33b8255f08353acfe70e6a" - integrity sha512-KT10c1oWEpmrIRYnthbzHgoOf6B+Xd6a5yhdbNtdhtG7aO1or5HViuf1TQR36xY/QprXA5nvxO6nAjhJ4y38jw== + version "7.18.9" + resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.18.9.tgz#acd4edfd7a566d1d51ea975dff38fd52906981bb" + integrity sha512-yFQ0YCHoIqarl8BCRwBL8ulYUaZpz3bNsA7oFepAzee+8/+ImtADXNOmO5vJvsPff3qi+hvpkY/NYBTrBQgdNw== dependencies: "@babel/helper-explode-assignable-expression" "^7.18.6" - "@babel/types" "^7.18.6" + "@babel/types" "^7.18.9" -"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.18.6", "@babel/helper-compilation-targets@^7.18.9": +"@babel/helper-compilation-targets@^7.17.7", "@babel/helper-compilation-targets@^7.18.9": version "7.18.9" resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.18.9.tgz#69e64f57b524cde3e5ff6cc5a9f4a387ee5563bf" integrity sha512-tzLCyVmqUiFlcFoAPLA/gL9TeYrF61VLNtb+hvkuVaB5SUjW7jcfrglBIX1vUIoT7CLP3bBlIMeyEsIl2eFQNg== @@ -320,17 +320,17 @@ browserslist "^4.20.2" semver "^6.3.0" -"@babel/helper-create-class-features-plugin@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.18.6.tgz#6f15f8459f3b523b39e00a99982e2c040871ed72" - integrity sha512-YfDzdnoxHGV8CzqHGyCbFvXg5QESPFkXlHtvdCkesLjjVMT2Adxe4FGUR5ChIb3DxSaXO12iIOCWoXdsUVwnqw== +"@babel/helper-create-class-features-plugin@^7.18.6", "@babel/helper-create-class-features-plugin@^7.18.9": + version "7.18.13" + resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.18.13.tgz#63e771187bd06d234f95fdf8bd5f8b6429de6298" + integrity sha512-hDvXp+QYxSRL+23mpAlSGxHMDyIGChm0/AwTfTAAK5Ufe40nCsyNdaYCGuK91phn/fVu9kqayImRDkvNAgdrsA== dependencies: "@babel/helper-annotate-as-pure" "^7.18.6" - "@babel/helper-environment-visitor" "^7.18.6" - "@babel/helper-function-name" "^7.18.6" - "@babel/helper-member-expression-to-functions" "^7.18.6" + "@babel/helper-environment-visitor" "^7.18.9" + "@babel/helper-function-name" "^7.18.9" + "@babel/helper-member-expression-to-functions" "^7.18.9" "@babel/helper-optimise-call-expression" "^7.18.6" - "@babel/helper-replace-supers" "^7.18.6" + "@babel/helper-replace-supers" "^7.18.9" "@babel/helper-split-export-declaration" "^7.18.6" "@babel/helper-create-regexp-features-plugin@^7.18.6": @@ -341,21 +341,19 @@ "@babel/helper-annotate-as-pure" "^7.18.6" regexpu-core "^5.1.0" -"@babel/helper-define-polyfill-provider@^0.3.1": - version "0.3.1" - resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.3.1.tgz#52411b445bdb2e676869e5a74960d2d3826d2665" - integrity sha512-J9hGMpJQmtWmj46B3kBHmL38UhJGhYX7eqkcq+2gsstyYt341HmPeWspihX43yVRA0mS+8GGk2Gckc7bY/HCmA== +"@babel/helper-define-polyfill-provider@^0.3.2": + version "0.3.2" + resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.3.2.tgz#bd10d0aca18e8ce012755395b05a79f45eca5073" + integrity sha512-r9QJJ+uDWrd+94BSPcP6/de67ygLtvVy6cK4luE6MOuDsZIdoaPBnfSpbO/+LTifjPckbKXRuI9BB/Z2/y3iTg== dependencies: - "@babel/helper-compilation-targets" "^7.13.0" - "@babel/helper-module-imports" "^7.12.13" - "@babel/helper-plugin-utils" "^7.13.0" - "@babel/traverse" "^7.13.0" + "@babel/helper-compilation-targets" "^7.17.7" + "@babel/helper-plugin-utils" "^7.16.7" debug "^4.1.1" lodash.debounce "^4.0.8" resolve "^1.14.2" semver "^6.1.2" -"@babel/helper-environment-visitor@^7.18.6", "@babel/helper-environment-visitor@^7.18.9": +"@babel/helper-environment-visitor@^7.18.9": version "7.18.9" resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz#0c0cee9b35d2ca190478756865bb3528422f51be" integrity sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg== @@ -367,7 +365,7 @@ dependencies: "@babel/types" "^7.18.6" -"@babel/helper-function-name@^7.18.6", "@babel/helper-function-name@^7.18.9": +"@babel/helper-function-name@^7.18.9": version "7.18.9" resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.18.9.tgz#940e6084a55dee867d33b4e487da2676365e86b0" integrity sha512-fJgWlZt7nxGksJS9a0XdSaI4XvpExnNIgRP+rVefWh5U7BL8pPuir6SJUmFKRfjWQ51OtWSzwOxhaH/EBWWc0A== @@ -382,14 +380,14 @@ dependencies: "@babel/types" "^7.18.6" -"@babel/helper-member-expression-to-functions@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.18.6.tgz#44802d7d602c285e1692db0bad9396d007be2afc" - integrity sha512-CeHxqwwipekotzPDUuJOfIMtcIHBuc7WAzLmTYWctVigqS5RktNMQ5bEwQSuGewzYnCtTWa3BARXeiLxDTv+Ng== +"@babel/helper-member-expression-to-functions@^7.18.9": + version "7.18.9" + resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.18.9.tgz#1531661e8375af843ad37ac692c132841e2fd815" + integrity sha512-RxifAh2ZoVU67PyKIO4AMi1wTenGfMR/O/ae0CCRqwgBAt5v7xjdtRw7UoSbsreKrQn5t7r89eruK/9JjYHuDg== dependencies: - "@babel/types" "^7.18.6" + "@babel/types" "^7.18.9" -"@babel/helper-module-imports@^7.0.0", "@babel/helper-module-imports@^7.0.0-beta.44", "@babel/helper-module-imports@^7.10.4", "@babel/helper-module-imports@^7.12.13", "@babel/helper-module-imports@^7.18.6": +"@babel/helper-module-imports@^7.0.0", "@babel/helper-module-imports@^7.0.0-beta.44", "@babel/helper-module-imports@^7.10.4", "@babel/helper-module-imports@^7.18.6": version "7.18.6" resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.18.6.tgz#1e3ebdbbd08aad1437b428c50204db13c5a3ca6e" integrity sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA== @@ -417,31 +415,31 @@ dependencies: "@babel/types" "^7.18.6" -"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.13.0", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.18.6", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.18.6.tgz#9448974dd4fb1d80fefe72e8a0af37809cd30d6d" - integrity sha512-gvZnm1YAAxh13eJdkb9EWHBnF3eAub3XTLCZEehHT2kWxiKVRL64+ae5Y6Ivne0mVHmMYKT+xWgZO+gQhuLUBg== +"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.16.7", "@babel/helper-plugin-utils@^7.18.6", "@babel/helper-plugin-utils@^7.18.9", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3": + version "7.18.9" + resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.18.9.tgz#4b8aea3b069d8cb8a72cdfe28ddf5ceca695ef2f" + integrity sha512-aBXPT3bmtLryXaoJLyYPXPlSD4p1ld9aYeR+sJNOZjJJGiOpb+fKfh3NkcCu7J54nUJwCERPBExCCpyCOHnu/w== -"@babel/helper-remap-async-to-generator@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.18.6.tgz#fa1f81acd19daee9d73de297c0308783cd3cfc23" - integrity sha512-z5wbmV55TveUPZlCLZvxWHtrjuJd+8inFhk7DG0WW87/oJuGDcjDiu7HIvGcpf5464L6xKCg3vNkmlVVz9hwyQ== +"@babel/helper-remap-async-to-generator@^7.18.6", "@babel/helper-remap-async-to-generator@^7.18.9": + version "7.18.9" + resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.18.9.tgz#997458a0e3357080e54e1d79ec347f8a8cd28519" + integrity sha512-dI7q50YKd8BAv3VEfgg7PS7yD3Rtbi2J1XMXaalXO0W0164hYLnh8zpjRS0mte9MfVp/tltvr/cfdXPvJr1opA== dependencies: "@babel/helper-annotate-as-pure" "^7.18.6" - "@babel/helper-environment-visitor" "^7.18.6" - "@babel/helper-wrap-function" "^7.18.6" - "@babel/types" "^7.18.6" + "@babel/helper-environment-visitor" "^7.18.9" + "@babel/helper-wrap-function" "^7.18.9" + "@babel/types" "^7.18.9" -"@babel/helper-replace-supers@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.18.6.tgz#efedf51cfccea7b7b8c0f00002ab317e7abfe420" - integrity sha512-fTf7zoXnUGl9gF25fXCWE26t7Tvtyn6H4hkLSYhATwJvw2uYxd3aoXplMSe0g9XbwK7bmxNes7+FGO0rB/xC0g== +"@babel/helper-replace-supers@^7.18.6", "@babel/helper-replace-supers@^7.18.9": + version "7.18.9" + resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.18.9.tgz#1092e002feca980fbbb0bd4d51b74a65c6a500e6" + integrity sha512-dNsWibVI4lNT6HiuOIBr1oyxo40HvIVmbwPUm3XZ7wMh4k2WxrxTqZwSqw/eEmXDS9np0ey5M2bz9tBmO9c+YQ== dependencies: - "@babel/helper-environment-visitor" "^7.18.6" - "@babel/helper-member-expression-to-functions" "^7.18.6" + "@babel/helper-environment-visitor" "^7.18.9" + "@babel/helper-member-expression-to-functions" "^7.18.9" "@babel/helper-optimise-call-expression" "^7.18.6" - "@babel/traverse" "^7.18.6" - "@babel/types" "^7.18.6" + "@babel/traverse" "^7.18.9" + "@babel/types" "^7.18.9" "@babel/helper-simple-access@^7.18.6": version "7.18.6" @@ -450,12 +448,12 @@ dependencies: "@babel/types" "^7.18.6" -"@babel/helper-skip-transparent-expression-wrappers@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.18.6.tgz#7dff00a5320ca4cf63270e5a0eca4b268b7380d9" - integrity sha512-4KoLhwGS9vGethZpAhYnMejWkX64wsnHPDwvOsKWU6Fg4+AlK2Jz3TyjQLMEPvz+1zemi/WBdkYxCD0bAfIkiw== +"@babel/helper-skip-transparent-expression-wrappers@^7.18.9": + version "7.18.9" + resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.18.9.tgz#778d87b3a758d90b471e7b9918f34a9a02eb5818" + integrity sha512-imytd2gHi3cJPsybLRbmFrF7u5BIEuI2cNheyKi3/iOBC63kNn3q8Crn2xVuESli0aM4KYsyEqKyS7lFL8YVtw== dependencies: - "@babel/types" "^7.18.6" + "@babel/types" "^7.18.9" "@babel/helper-split-export-declaration@^7.18.6": version "7.18.6" @@ -464,6 +462,11 @@ dependencies: "@babel/types" "^7.18.6" +"@babel/helper-string-parser@^7.18.10": + version "7.18.10" + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.18.10.tgz#181f22d28ebe1b3857fa575f5c290b1aaf659b56" + integrity sha512-XtIfWmeNY3i4t7t4D2t02q50HvqHybPqW2ki1kosnvWCwuCMeo81Jf0gwr85jy/neUdg5XDdeFE/80DXiO+njw== + "@babel/helper-validator-identifier@^7.18.6": version "7.18.6" resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.18.6.tgz#9c97e30d31b2b8c72a1d08984f2ca9b574d7a076" @@ -474,15 +477,15 @@ resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.18.6.tgz#bf0d2b5a509b1f336099e4ff36e1a63aa5db4db8" integrity sha512-XO7gESt5ouv/LRJdrVjkShckw6STTaB7l9BrpBaAHDeF5YZT+01PCwmR0SJHnkW6i8OwW/EVWRShfi4j2x+KQw== -"@babel/helper-wrap-function@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.18.6.tgz#ec44ea4ad9d8988b90c3e465ba2382f4de81a073" - integrity sha512-I5/LZfozwMNbwr/b1vhhuYD+J/mU+gfGAj5td7l5Rv9WYmH6i3Om69WGKNmlIpsVW/mF6O5bvTKbvDQZVgjqOw== +"@babel/helper-wrap-function@^7.18.6", "@babel/helper-wrap-function@^7.18.9": + version "7.18.11" + resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.18.11.tgz#bff23ace436e3f6aefb61f85ffae2291c80ed1fb" + integrity sha512-oBUlbv+rjZLh2Ks9SKi4aL7eKaAXBWleHzU89mP0G6BMUlRxSckk9tSIkgDGydhgFxHuGSlBQZfnaD47oBEB7w== dependencies: - "@babel/helper-function-name" "^7.18.6" - "@babel/template" "^7.18.6" - "@babel/traverse" "^7.18.6" - "@babel/types" "^7.18.6" + "@babel/helper-function-name" "^7.18.9" + "@babel/template" "^7.18.10" + "@babel/traverse" "^7.18.11" + "@babel/types" "^7.18.10" "@babel/helpers@^7.18.9": version "7.18.9" @@ -502,10 +505,10 @@ chalk "^2.0.0" js-tokens "^4.0.0" -"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.18.6", "@babel/parser@^7.18.9": - version "7.18.9" - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.18.9.tgz#f2dde0c682ccc264a9a8595efd030a5cc8fd2539" - integrity sha512-9uJveS9eY9DJ0t64YbIBZICtJy8a5QrDEVdiLCG97fVLpDTpGX7t8mMSb6OWw6Lrnjqj4O8zwjELX3dhoMgiBg== +"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.18.10", "@babel/parser@^7.18.13": + version "7.18.13" + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.18.13.tgz#5b2dd21cae4a2c5145f1fbd8ca103f9313d3b7e4" + integrity sha512-dgXcIfMuQ0kgzLB2b9tRZs7TTFFaGM2AbtA4fJgUUYukzGH4jwsS7hzQHEGs67jdehpm22vkgKwvbU+aEflgwg== "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6": version "7.18.6" @@ -514,16 +517,16 @@ dependencies: "@babel/helper-plugin-utils" "^7.18.6" -"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.18.6.tgz#b4e4dbc2cd1acd0133479918f7c6412961c9adb8" - integrity sha512-Udgu8ZRgrBrttVz6A0EVL0SJ1z+RLbIeqsu632SA1hf0awEppD6TvdznoH+orIF8wtFFAV/Enmw9Y+9oV8TQcw== +"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.18.9": + version "7.18.9" + resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.18.9.tgz#a11af19aa373d68d561f08e0a57242350ed0ec50" + integrity sha512-AHrP9jadvH7qlOj6PINbgSuphjQUAK7AOT7DPjBo9EHoLhQTnnK5u45e1Hd4DbSQEO9nqPWtQ89r+XEOWFScKg== dependencies: - "@babel/helper-plugin-utils" "^7.18.6" - "@babel/helper-skip-transparent-expression-wrappers" "^7.18.6" - "@babel/plugin-proposal-optional-chaining" "^7.18.6" + "@babel/helper-plugin-utils" "^7.18.9" + "@babel/helper-skip-transparent-expression-wrappers" "^7.18.9" + "@babel/plugin-proposal-optional-chaining" "^7.18.9" -"@babel/plugin-proposal-async-do-expressions@^7.14.0": +"@babel/plugin-proposal-async-do-expressions@^7.18.6": version "7.18.6" resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-do-expressions/-/plugin-proposal-async-do-expressions-7.18.6.tgz#1a28973156ca3447c83ed15c26c58790827acc32" integrity sha512-ptV7n23Rks40JioBVMA78p3I/IKThTLY8uGtERiBg8yZuySWW6Q2MiycxKKjrVfthjdY1UUvkS6e8UcvS7hJJw== @@ -532,17 +535,17 @@ "@babel/helper-plugin-utils" "^7.18.6" "@babel/plugin-syntax-async-do-expressions" "^7.18.6" -"@babel/plugin-proposal-async-generator-functions@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.18.6.tgz#aedac81e6fc12bb643374656dd5f2605bf743d17" - integrity sha512-WAz4R9bvozx4qwf74M+sfqPMKfSqwM0phxPTR6iJIi8robgzXwkEgmeJG1gEKhm6sDqT/U9aV3lfcqybIpev8w== +"@babel/plugin-proposal-async-generator-functions@^7.18.10": + version "7.18.10" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.18.10.tgz#85ea478c98b0095c3e4102bff3b67d306ed24952" + integrity sha512-1mFuY2TOsR1hxbjCo4QL+qlIjV07p4H4EUYw2J/WCqsvFV6V9X9z9YhXbWndc/4fw+hYGlDT7egYxliMp5O6Ew== dependencies: - "@babel/helper-environment-visitor" "^7.18.6" - "@babel/helper-plugin-utils" "^7.18.6" - "@babel/helper-remap-async-to-generator" "^7.18.6" + "@babel/helper-environment-visitor" "^7.18.9" + "@babel/helper-plugin-utils" "^7.18.9" + "@babel/helper-remap-async-to-generator" "^7.18.9" "@babel/plugin-syntax-async-generators" "^7.8.4" -"@babel/plugin-proposal-class-properties@^7.13.0", "@babel/plugin-proposal-class-properties@^7.18.6": +"@babel/plugin-proposal-class-properties@^7.18.6": version "7.18.6" resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.18.6.tgz#b110f59741895f7ec21a6fff696ec46265c446a3" integrity sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ== @@ -550,7 +553,7 @@ "@babel/helper-create-class-features-plugin" "^7.18.6" "@babel/helper-plugin-utils" "^7.18.6" -"@babel/plugin-proposal-class-static-block@^7.14.3", "@babel/plugin-proposal-class-static-block@^7.18.6": +"@babel/plugin-proposal-class-static-block@^7.18.6": version "7.18.6" resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.18.6.tgz#8aa81d403ab72d3962fc06c26e222dacfc9b9020" integrity sha512-+I3oIiNxrCpup3Gi8n5IGMwj0gOCAjcJUSQEcotNnCCPMEnixawOQ+KeJPlgfjzx+FKQ1QSyZOWe7wmoJp7vhw== @@ -559,18 +562,18 @@ "@babel/helper-plugin-utils" "^7.18.6" "@babel/plugin-syntax-class-static-block" "^7.14.5" -"@babel/plugin-proposal-decorators@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.18.6.tgz#68e9fd0f022b944f84a8824bb28bfaee724d2595" - integrity sha512-gAdhsjaYmiZVxx5vTMiRfj31nB7LhwBJFMSLzeDxc7X4tKLixup0+k9ughn0RcpBrv9E3PBaXJW7jF5TCihAOg== +"@babel/plugin-proposal-decorators@^7.18.10": + version "7.18.10" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.18.10.tgz#788650d01e518a8a722eb8b3055dd9d73ecb7a35" + integrity sha512-wdGTwWF5QtpTY/gbBtQLAiCnoxfD4qMbN87NYZle1dOZ9Os8Y6zXcKrIaOU8W+TIvFUWVGG9tUgNww3CjXRVVw== dependencies: - "@babel/helper-create-class-features-plugin" "^7.18.6" - "@babel/helper-plugin-utils" "^7.18.6" - "@babel/helper-replace-supers" "^7.18.6" + "@babel/helper-create-class-features-plugin" "^7.18.9" + "@babel/helper-plugin-utils" "^7.18.9" + "@babel/helper-replace-supers" "^7.18.9" "@babel/helper-split-export-declaration" "^7.18.6" "@babel/plugin-syntax-decorators" "^7.18.6" -"@babel/plugin-proposal-do-expressions@^7.14.0": +"@babel/plugin-proposal-do-expressions@^7.18.6": version "7.18.6" resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-do-expressions/-/plugin-proposal-do-expressions-7.18.6.tgz#b1a05a2876df2ca38556115a7ecde3b4c45463a9" integrity sha512-ddToGCONJhCuL+l4FhtGnKl5ZYCj9fDVFiqiCdQDpeIbVn/NvMeSib+7T1/rk08jRafae4qNiP8OnJyuqlsuYA== @@ -586,23 +589,23 @@ "@babel/helper-plugin-utils" "^7.18.6" "@babel/plugin-syntax-dynamic-import" "^7.8.3" -"@babel/plugin-proposal-export-namespace-from@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.18.6.tgz#1016f0aa5ab383bbf8b3a85a2dcaedf6c8ee7491" - integrity sha512-zr/QcUlUo7GPo6+X1wC98NJADqmy5QTFWWhqeQWiki4XHafJtLl/YMGkmRB2szDD2IYJCCdBTd4ElwhId9T7Xw== +"@babel/plugin-proposal-export-namespace-from@^7.18.9": + version "7.18.9" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.18.9.tgz#5f7313ab348cdb19d590145f9247540e94761203" + integrity sha512-k1NtHyOMvlDDFeb9G5PhUXuGj8m/wiwojgQVEhJ/fsVsMCpLyOP4h0uGEjYJKrRI+EVPlb5Jk+Gt9P97lOGwtA== dependencies: - "@babel/helper-plugin-utils" "^7.18.6" + "@babel/helper-plugin-utils" "^7.18.9" "@babel/plugin-syntax-export-namespace-from" "^7.8.3" -"@babel/plugin-proposal-function-bind@^7.12.13": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-function-bind/-/plugin-proposal-function-bind-7.18.6.tgz#b8ab33aaa4777bc0a5cf8b1b87558a6f8ffb3df8" - integrity sha512-e2N7sdLvLG6W5KVjGQjIPY7bJ3hixiS35gSKYdCQq2bhWclZSkLf9Mp9qocsYleqkWOJnsCEvCvur0ThRe1Jpw== +"@babel/plugin-proposal-function-bind@^7.18.9": + version "7.18.9" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-function-bind/-/plugin-proposal-function-bind-7.18.9.tgz#635d6592c24500c6f7ac64cae10383ade68a8a8a" + integrity sha512-9RfxqKkRBCCT0xoBl9AqieCMscJmSAL9HYixGMWH549jUpT9csWWK/HEYZEx9t9iW/PRSXgX95x9bDlgtAJGFA== dependencies: - "@babel/helper-plugin-utils" "^7.18.6" + "@babel/helper-plugin-utils" "^7.18.9" "@babel/plugin-syntax-function-bind" "^7.18.6" -"@babel/plugin-proposal-function-sent@^7.12.13": +"@babel/plugin-proposal-function-sent@^7.18.6": version "7.18.6" resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-function-sent/-/plugin-proposal-function-sent-7.18.6.tgz#60854442f9024869e731116b4f7f98ee8cb072de" integrity sha512-UdaOKPOLPt0O+Xu26tnw6oAZMLXhk+yMrXOzn6kAzTHBnWHJsoN1hlrgxFAQ+FRLS0ql1oYIQ2phvoFzmN3GMw== @@ -611,7 +614,7 @@ "@babel/helper-wrap-function" "^7.18.6" "@babel/plugin-syntax-function-sent" "^7.18.6" -"@babel/plugin-proposal-json-strings@^7.14.2", "@babel/plugin-proposal-json-strings@^7.18.6": +"@babel/plugin-proposal-json-strings@^7.18.6": version "7.18.6" resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.18.6.tgz#7e8788c1811c393aff762817e7dbf1ebd0c05f0b" integrity sha512-lr1peyn9kOdbYc0xr0OdHTZ5FMqS6Di+H0Fz2I/JwMzGmzJETNeOFq2pBySw6X/KFL5EWDjlJuMsUGRFb8fQgQ== @@ -619,12 +622,12 @@ "@babel/helper-plugin-utils" "^7.18.6" "@babel/plugin-syntax-json-strings" "^7.8.3" -"@babel/plugin-proposal-logical-assignment-operators@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.18.6.tgz#3b9cac6f1ffc2aa459d111df80c12020dfc6b665" - integrity sha512-zMo66azZth/0tVd7gmkxOkOjs2rpHyhpcFo565PUP37hSp6hSd9uUKIfTDFMz58BwqgQKhJ9YxtM5XddjXVn+Q== +"@babel/plugin-proposal-logical-assignment-operators@^7.18.9": + version "7.18.9" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.18.9.tgz#8148cbb350483bf6220af06fa6db3690e14b2e23" + integrity sha512-128YbMpjCrP35IOExw2Fq+x55LMP42DzhOhX2aNNIdI9avSWl2PI0yuBWarr3RYpZBSPtabfadkH2yeRiMD61Q== dependencies: - "@babel/helper-plugin-utils" "^7.18.6" + "@babel/helper-plugin-utils" "^7.18.9" "@babel/plugin-syntax-logical-assignment-operators" "^7.10.4" "@babel/plugin-proposal-nullish-coalescing-operator@^7.18.6": @@ -643,16 +646,16 @@ "@babel/helper-plugin-utils" "^7.18.6" "@babel/plugin-syntax-numeric-separator" "^7.10.4" -"@babel/plugin-proposal-object-rest-spread@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.18.6.tgz#ec93bba06bfb3e15ebd7da73e953d84b094d5daf" - integrity sha512-9yuM6wr4rIsKa1wlUAbZEazkCrgw2sMPEXCr4Rnwetu7cEW1NydkCWytLuYletbf8vFxdJxFhwEZqMpOx2eZyw== +"@babel/plugin-proposal-object-rest-spread@^7.18.9": + version "7.18.9" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.18.9.tgz#f9434f6beb2c8cae9dfcf97d2a5941bbbf9ad4e7" + integrity sha512-kDDHQ5rflIeY5xl69CEqGEZ0KY369ehsCIEbTGb4siHG5BE9sga/T0r0OUwyZNLMmZE79E1kbsqAjwFCW4ds6Q== dependencies: - "@babel/compat-data" "^7.18.6" - "@babel/helper-compilation-targets" "^7.18.6" - "@babel/helper-plugin-utils" "^7.18.6" + "@babel/compat-data" "^7.18.8" + "@babel/helper-compilation-targets" "^7.18.9" + "@babel/helper-plugin-utils" "^7.18.9" "@babel/plugin-syntax-object-rest-spread" "^7.8.3" - "@babel/plugin-transform-parameters" "^7.18.6" + "@babel/plugin-transform-parameters" "^7.18.8" "@babel/plugin-proposal-optional-catch-binding@^7.18.6": version "7.18.6" @@ -662,29 +665,29 @@ "@babel/helper-plugin-utils" "^7.18.6" "@babel/plugin-syntax-optional-catch-binding" "^7.8.3" -"@babel/plugin-proposal-optional-chaining@^7.14.2", "@babel/plugin-proposal-optional-chaining@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.18.6.tgz#46d4f2ffc20e87fad1d98bc4fa5d466366f6aa0b" - integrity sha512-PatI6elL5eMzoypFAiYDpYQyMtXTn+iMhuxxQt5mAXD4fEmKorpSI3PHd+i3JXBJN3xyA6MvJv7at23HffFHwA== +"@babel/plugin-proposal-optional-chaining@^7.18.9": + version "7.18.9" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.18.9.tgz#e8e8fe0723f2563960e4bf5e9690933691915993" + integrity sha512-v5nwt4IqBXihxGsW2QmCWMDS3B3bzGIk/EQVZz2ei7f3NJl8NzAJVvUmpDW5q1CRNY+Beb/k58UAH1Km1N411w== dependencies: - "@babel/helper-plugin-utils" "^7.18.6" - "@babel/helper-skip-transparent-expression-wrappers" "^7.18.6" + "@babel/helper-plugin-utils" "^7.18.9" + "@babel/helper-skip-transparent-expression-wrappers" "^7.18.9" "@babel/plugin-syntax-optional-chaining" "^7.8.3" -"@babel/plugin-proposal-partial-application@^7.12.13": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-partial-application/-/plugin-proposal-partial-application-7.18.6.tgz#ec8cfbaa8130c0ef87171558cb27cac02e6e9874" - integrity sha512-yM8U6Ro0L1BX+DzdYLSCjd7grbxSj4t30qoQQtFS/FUb12RcWcVeqQ2CTQuLG7esLH/vQMCYj5KlIeeUjSDHmQ== +"@babel/plugin-proposal-partial-application@^7.18.9": + version "7.18.9" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-partial-application/-/plugin-proposal-partial-application-7.18.9.tgz#07db18c290f8b100ba342c20c9805c9460af7ac0" + integrity sha512-+q+bOVHlU+4QAb6h8S3UNL2x52/bcTiGTktUj+WYIFtqueqbQBU7AqnMs79TPz7hRdj6rWiQDInuVMz/fsxwdQ== dependencies: - "@babel/helper-plugin-utils" "^7.18.6" + "@babel/helper-plugin-utils" "^7.18.9" "@babel/plugin-syntax-partial-application" "^7.18.6" -"@babel/plugin-proposal-pipeline-operator@^7.12.13": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-pipeline-operator/-/plugin-proposal-pipeline-operator-7.18.6.tgz#7955da3ca176aec61183848ec99428a2f85d2524" - integrity sha512-TtmOg+ew8KKLTNfOzEM/KCkwp3JKjA8E5E95rnrqnBZWs9KuXS+2yXq/x10uy+Sq9Ys6TscfRVCN2UFOhZ4bZw== +"@babel/plugin-proposal-pipeline-operator@^7.18.9": + version "7.18.9" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-pipeline-operator/-/plugin-proposal-pipeline-operator-7.18.9.tgz#66a60666efd9c29c7ec4d3e2ccb38f9d97994237" + integrity sha512-Pc33e6m8f4MJhRXVCUwiKZNtEm+W2CUPHIL0lyJNtkp+w6d75CLw3gsBKQ81VAMUgT9jVPIEU8gwJ5nJgmJ1Ag== dependencies: - "@babel/helper-plugin-utils" "^7.18.6" + "@babel/helper-plugin-utils" "^7.18.9" "@babel/plugin-syntax-pipeline-operator" "^7.18.6" "@babel/plugin-proposal-private-methods@^7.18.6": @@ -695,7 +698,7 @@ "@babel/helper-create-class-features-plugin" "^7.18.6" "@babel/helper-plugin-utils" "^7.18.6" -"@babel/plugin-proposal-private-property-in-object@^7.14.0", "@babel/plugin-proposal-private-property-in-object@^7.18.6": +"@babel/plugin-proposal-private-property-in-object@^7.18.6": version "7.18.6" resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.18.6.tgz#a64137b232f0aca3733a67eb1a144c192389c503" integrity sha512-9Rysx7FOctvT5ouj5JODjAFAkgGoudQuLPamZb0v1TGLpapdNaftzifU8NTWQm0IRjqoYypdrSmyWgkocDQ8Dw== @@ -705,7 +708,7 @@ "@babel/helper-plugin-utils" "^7.18.6" "@babel/plugin-syntax-private-property-in-object" "^7.14.5" -"@babel/plugin-proposal-record-and-tuple@^7.13.0": +"@babel/plugin-proposal-record-and-tuple@^7.18.6": version "7.18.6" resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-record-and-tuple/-/plugin-proposal-record-and-tuple-7.18.6.tgz#57d66f1c6750df05615cb31118f11b0aa2526976" integrity sha512-v5gy2FFG+0rgLr2vXoBd/dhBFLkB8mM/9WnYQWgm0v48LZvw05LK5vb39FJi4CsQxIvhqL3JDbWEmKwEgQKrLw== @@ -715,7 +718,7 @@ "@babel/helper-validator-option" "^7.18.6" "@babel/plugin-syntax-record-and-tuple" "^7.18.6" -"@babel/plugin-proposal-throw-expressions@^7.12.13": +"@babel/plugin-proposal-throw-expressions@^7.18.6": version "7.18.6" resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-throw-expressions/-/plugin-proposal-throw-expressions-7.18.6.tgz#f05eb10f417d34857e4ebf3a2a152e77bd59ff9f" integrity sha512-WHOrJyhGoGrdtW480L79cF7Iq/gZDZ/z6OqK7mVyFR5I37dTpog/wNgb6hmaM3HYZtULEJl++7VaMWkNZsOcHg== @@ -766,7 +769,7 @@ dependencies: "@babel/helper-plugin-utils" "^7.14.5" -"@babel/plugin-syntax-decorators@^7.12.13", "@babel/plugin-syntax-decorators@^7.18.6": +"@babel/plugin-syntax-decorators@^7.18.6": version "7.18.6" resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.18.6.tgz#2e45af22835d0b0f8665da2bfd4463649ce5dbc1" integrity sha512-fqyLgjcxf/1yhyZ6A+yo1u9gJ7eleFQod2lkaUsF9DQ7sbbY3Ligym3L0+I2c0WmqNKDpoD9UTb1AKP3qRMOAQ== @@ -829,7 +832,7 @@ dependencies: "@babel/helper-plugin-utils" "^7.8.0" -"@babel/plugin-syntax-jsx@^7.0.0", "@babel/plugin-syntax-jsx@^7.18.6", "@babel/plugin-syntax-jsx@^7.2.0": +"@babel/plugin-syntax-jsx@^7.0.0", "@babel/plugin-syntax-jsx@^7.18.6", "@babel/plugin-syntax-jsx@^7.2.0", "@babel/plugin-syntax-jsx@^7.7.2": version "7.18.6" resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.18.6.tgz#a8feef63b010150abd97f1649ec296e849943ca0" integrity sha512-6mmljtAedFGTWu2p/8WIORGwy+61PLgOMPOdazc7YoJ9ZCWUyFy3A6CpPkRKLKD1ToAesxX8KGEViAiLo9N+7Q== @@ -920,7 +923,7 @@ dependencies: "@babel/helper-plugin-utils" "^7.14.5" -"@babel/plugin-syntax-typescript@^7.12.13", "@babel/plugin-syntax-typescript@^7.18.6", "@babel/plugin-syntax-typescript@^7.7.2": +"@babel/plugin-syntax-typescript@^7.18.6", "@babel/plugin-syntax-typescript@^7.7.2": version "7.18.6" resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.18.6.tgz#1c09cd25795c7c2b8a4ba9ae49394576d4133285" integrity sha512-mAWAuq4rvOepWCBid55JuRNvpTNf2UGVgoz4JV0fXEKolsVZDzsa4NqCef758WZJj/GDu0gVGItjKFiClTAmZA== @@ -950,40 +953,40 @@ dependencies: "@babel/helper-plugin-utils" "^7.18.6" -"@babel/plugin-transform-block-scoping@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.18.6.tgz#b5f78318914615397d86a731ef2cc668796a726c" - integrity sha512-pRqwb91C42vs1ahSAWJkxOxU1RHWDn16XAa6ggQ72wjLlWyYeAcLvTtE0aM8ph3KNydy9CQF2nLYcjq1WysgxQ== +"@babel/plugin-transform-block-scoping@^7.18.9": + version "7.18.9" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.18.9.tgz#f9b7e018ac3f373c81452d6ada8bd5a18928926d" + integrity sha512-5sDIJRV1KtQVEbt/EIBwGy4T01uYIo4KRB3VUqzkhrAIOGx7AoctL9+Ux88btY0zXdDyPJ9mW+bg+v+XEkGmtw== dependencies: - "@babel/helper-plugin-utils" "^7.18.6" + "@babel/helper-plugin-utils" "^7.18.9" -"@babel/plugin-transform-classes@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.18.6.tgz#3501a8f3f4c7d5697c27a3eedbee71d68312669f" - integrity sha512-XTg8XW/mKpzAF3actL554Jl/dOYoJtv3l8fxaEczpgz84IeeVf+T1u2CSvPHuZbt0w3JkIx4rdn/MRQI7mo0HQ== +"@babel/plugin-transform-classes@^7.18.9": + version "7.18.9" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.18.9.tgz#90818efc5b9746879b869d5ce83eb2aa48bbc3da" + integrity sha512-EkRQxsxoytpTlKJmSPYrsOMjCILacAjtSVkd4gChEe2kXjFCun3yohhW5I7plXJhCemM0gKsaGMcO8tinvCA5g== dependencies: "@babel/helper-annotate-as-pure" "^7.18.6" - "@babel/helper-environment-visitor" "^7.18.6" - "@babel/helper-function-name" "^7.18.6" + "@babel/helper-environment-visitor" "^7.18.9" + "@babel/helper-function-name" "^7.18.9" "@babel/helper-optimise-call-expression" "^7.18.6" - "@babel/helper-plugin-utils" "^7.18.6" - "@babel/helper-replace-supers" "^7.18.6" + "@babel/helper-plugin-utils" "^7.18.9" + "@babel/helper-replace-supers" "^7.18.9" "@babel/helper-split-export-declaration" "^7.18.6" globals "^11.1.0" -"@babel/plugin-transform-computed-properties@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.18.6.tgz#5d15eb90e22e69604f3348344c91165c5395d032" - integrity sha512-9repI4BhNrR0KenoR9vm3/cIc1tSBIo+u1WVjKCAynahj25O8zfbiE6JtAtHPGQSs4yZ+bA8mRasRP+qc+2R5A== +"@babel/plugin-transform-computed-properties@^7.18.9": + version "7.18.9" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.18.9.tgz#2357a8224d402dad623caf6259b611e56aec746e" + integrity sha512-+i0ZU1bCDymKakLxn5srGHrsAPRELC2WIbzwjLhHW9SIE1cPYkLCL0NlnXMZaM1vhfgA2+M7hySk42VBvrkBRw== dependencies: - "@babel/helper-plugin-utils" "^7.18.6" + "@babel/helper-plugin-utils" "^7.18.9" -"@babel/plugin-transform-destructuring@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.18.6.tgz#a98b0e42c7ffbf5eefcbcf33280430f230895c6f" - integrity sha512-tgy3u6lRp17ilY8r1kP4i2+HDUwxlVqq3RTc943eAWSzGgpU1qhiKpqZ5CMyHReIYPHdo3Kg8v8edKtDqSVEyQ== +"@babel/plugin-transform-destructuring@^7.18.9": + version "7.18.13" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.18.13.tgz#9e03bc4a94475d62b7f4114938e6c5c33372cbf5" + integrity sha512-TodpQ29XekIsex2A+YJPj5ax2plkGa8YYY6mFjCohk/IG9IY42Rtuj1FuDeemfg2ipxIFLzPeA83SIBnlhSIow== dependencies: - "@babel/helper-plugin-utils" "^7.18.6" + "@babel/helper-plugin-utils" "^7.18.9" "@babel/plugin-transform-dotall-regex@^7.18.6", "@babel/plugin-transform-dotall-regex@^7.4.4": version "7.18.6" @@ -993,12 +996,12 @@ "@babel/helper-create-regexp-features-plugin" "^7.18.6" "@babel/helper-plugin-utils" "^7.18.6" -"@babel/plugin-transform-duplicate-keys@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.18.6.tgz#e6c94e8cd3c9dd8a88144f7b78ae22975a7ff473" - integrity sha512-NJU26U/208+sxYszf82nmGYqVF9QN8py2HFTblPT9hbawi8+1C5a9JubODLTGFuT0qlkqVinmkwOD13s0sZktg== +"@babel/plugin-transform-duplicate-keys@^7.18.9": + version "7.18.9" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.18.9.tgz#687f15ee3cdad6d85191eb2a372c4528eaa0ae0e" + integrity sha512-d2bmXCtZXYc59/0SanQKbiWINadaJXqtvIQIzd4+hNwkWBgyCd5F/2t1kXoUdvPMrxzPvhK6EMQRROxsue+mfw== dependencies: - "@babel/helper-plugin-utils" "^7.18.6" + "@babel/helper-plugin-utils" "^7.18.9" "@babel/plugin-transform-exponentiation-operator@^7.18.6": version "7.18.6" @@ -1008,28 +1011,28 @@ "@babel/helper-builder-binary-assignment-operator-visitor" "^7.18.6" "@babel/helper-plugin-utils" "^7.18.6" -"@babel/plugin-transform-for-of@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.18.6.tgz#e0fdb813be908e91ccc9ec87b30cc2eabf046f7c" - integrity sha512-WAjoMf4wIiSsy88KmG7tgj2nFdEK7E46tArVtcgED7Bkj6Fg/tG5SbvNIOKxbFS2VFgNh6+iaPswBeQZm4ox8w== +"@babel/plugin-transform-for-of@^7.18.8": + version "7.18.8" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.18.8.tgz#6ef8a50b244eb6a0bdbad0c7c61877e4e30097c1" + integrity sha512-yEfTRnjuskWYo0k1mHUqrVWaZwrdq8AYbfrpqULOJOaucGSp4mNMVps+YtA8byoevxS/urwU75vyhQIxcCgiBQ== dependencies: "@babel/helper-plugin-utils" "^7.18.6" -"@babel/plugin-transform-function-name@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.18.6.tgz#6a7e4ae2893d336fd1b8f64c9f92276391d0f1b4" - integrity sha512-kJha/Gbs5RjzIu0CxZwf5e3aTTSlhZnHMT8zPWnJMjNpLOUgqevg+PN5oMH68nMCXnfiMo4Bhgxqj59KHTlAnA== +"@babel/plugin-transform-function-name@^7.18.9": + version "7.18.9" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.18.9.tgz#cc354f8234e62968946c61a46d6365440fc764e0" + integrity sha512-WvIBoRPaJQ5yVHzcnJFor7oS5Ls0PYixlTYE63lCj2RtdQEl15M68FXQlxnG6wdraJIXRdR7KI+hQ7q/9QjrCQ== dependencies: - "@babel/helper-compilation-targets" "^7.18.6" - "@babel/helper-function-name" "^7.18.6" - "@babel/helper-plugin-utils" "^7.18.6" + "@babel/helper-compilation-targets" "^7.18.9" + "@babel/helper-function-name" "^7.18.9" + "@babel/helper-plugin-utils" "^7.18.9" -"@babel/plugin-transform-literals@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.18.6.tgz#9d6af353b5209df72960baf4492722d56f39a205" - integrity sha512-x3HEw0cJZVDoENXOp20HlypIHfl0zMIhMVZEBVTfmqbObIpsMxMbmU5nOEO8R7LYT+z5RORKPlTI5Hj4OsO9/Q== +"@babel/plugin-transform-literals@^7.18.9": + version "7.18.9" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.18.9.tgz#72796fdbef80e56fba3c6a699d54f0de557444bc" + integrity sha512-IFQDSRoTPnrAIrI5zoZv73IFeZu2dhu6irxQjY9rNjTT53VmKg9fenjvoiOWOkJ6mm4jKVPtdMzBY98Fp4Z4cg== dependencies: - "@babel/helper-plugin-utils" "^7.18.6" + "@babel/helper-plugin-utils" "^7.18.9" "@babel/plugin-transform-member-expression-literals@^7.18.6": version "7.18.6" @@ -1057,14 +1060,14 @@ "@babel/helper-simple-access" "^7.18.6" babel-plugin-dynamic-import-node "^2.3.3" -"@babel/plugin-transform-modules-systemjs@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.18.6.tgz#026511b7657d63bf5d4cf2fd4aeb963139914a54" - integrity sha512-UbPYpXxLjTw6w6yXX2BYNxF3p6QY225wcTkfQCy3OMnSlS/C3xGtwUjEzGkldb/sy6PWLiCQ3NbYfjWUTI3t4g== +"@babel/plugin-transform-modules-systemjs@^7.18.9": + version "7.18.9" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.18.9.tgz#545df284a7ac6a05125e3e405e536c5853099a06" + integrity sha512-zY/VSIbbqtoRoJKo2cDTewL364jSlZGvn0LKOf9ntbfxOvjfmyrdtEEOAdswOswhZEb8UH3jDkCKHd1sPgsS0A== dependencies: "@babel/helper-hoist-variables" "^7.18.6" - "@babel/helper-module-transforms" "^7.18.6" - "@babel/helper-plugin-utils" "^7.18.6" + "@babel/helper-module-transforms" "^7.18.9" + "@babel/helper-plugin-utils" "^7.18.9" "@babel/helper-validator-identifier" "^7.18.6" babel-plugin-dynamic-import-node "^2.3.3" @@ -1099,10 +1102,10 @@ "@babel/helper-plugin-utils" "^7.18.6" "@babel/helper-replace-supers" "^7.18.6" -"@babel/plugin-transform-parameters@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.18.6.tgz#cbe03d5a4c6385dd756034ac1baa63c04beab8dc" - integrity sha512-FjdqgMv37yVl/gwvzkcB+wfjRI8HQmc5EgOG9iGNvUY1ok+TjsoaMP7IqCDZBhkFcM5f3OPVMs6Dmp03C5k4/A== +"@babel/plugin-transform-parameters@^7.18.8": + version "7.18.8" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.18.8.tgz#ee9f1a0ce6d78af58d0956a9378ea3427cccb48a" + integrity sha512-ivfbE3X2Ss+Fj8nnXvKJS6sjRG4gzwPMsP+taZC+ZzEGjAYlvENixmt1sZ5Ca6tWls+BlKSGKPJ6OOXvXCbkFg== dependencies: "@babel/helper-plugin-utils" "^7.18.6" @@ -1128,15 +1131,15 @@ "@babel/plugin-transform-react-jsx" "^7.18.6" "@babel/plugin-transform-react-jsx@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.18.6.tgz#2721e96d31df96e3b7ad48ff446995d26bc028ff" - integrity sha512-Mz7xMPxoy9kPS/JScj6fJs03TZ/fZ1dJPlMjRAgTaxaS0fUBk8FV/A2rRgfPsVCZqALNwMexD+0Uaf5zlcKPpw== + version "7.18.10" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.18.10.tgz#ea47b2c4197102c196cbd10db9b3bb20daa820f1" + integrity sha512-gCy7Iikrpu3IZjYZolFE4M1Sm+nrh1/6za2Ewj77Z+XirT4TsbJcvOFOyF+fRPwU6AKKK136CZxx6L8AbSFG6A== dependencies: "@babel/helper-annotate-as-pure" "^7.18.6" "@babel/helper-module-imports" "^7.18.6" - "@babel/helper-plugin-utils" "^7.18.6" + "@babel/helper-plugin-utils" "^7.18.9" "@babel/plugin-syntax-jsx" "^7.18.6" - "@babel/types" "^7.18.6" + "@babel/types" "^7.18.10" "@babel/plugin-transform-react-pure-annotations@^7.18.6": version "7.18.6" @@ -1168,13 +1171,13 @@ dependencies: "@babel/helper-plugin-utils" "^7.18.6" -"@babel/plugin-transform-spread@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.18.6.tgz#82b080241965f1689f0a60ecc6f1f6575dbdb9d6" - integrity sha512-ayT53rT/ENF8WWexIRg9AiV9h0aIteyWn5ptfZTZQrjk/+f3WdrJGCY4c9wcgl2+MKkKPhzbYp97FTsquZpDCw== +"@babel/plugin-transform-spread@^7.18.9": + version "7.18.9" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.18.9.tgz#6ea7a6297740f381c540ac56caf75b05b74fb664" + integrity sha512-39Q814wyoOPtIB/qGopNIL9xDChOE1pNU0ZY5dO0owhiVt/5kFm4li+/bBtwc7QotG0u5EPzqhZdjMtmqBqyQA== dependencies: - "@babel/helper-plugin-utils" "^7.18.6" - "@babel/helper-skip-transparent-expression-wrappers" "^7.18.6" + "@babel/helper-plugin-utils" "^7.18.9" + "@babel/helper-skip-transparent-expression-wrappers" "^7.18.9" "@babel/plugin-transform-sticky-regex@^7.18.6": version "7.18.6" @@ -1183,35 +1186,35 @@ dependencies: "@babel/helper-plugin-utils" "^7.18.6" -"@babel/plugin-transform-template-literals@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.18.6.tgz#b763f4dc9d11a7cce58cf9a490d82e80547db9c2" - integrity sha512-UuqlRrQmT2SWRvahW46cGSany0uTlcj8NYOS5sRGYi8FxPYPoLd5DDmMd32ZXEj2Jq+06uGVQKHxa/hJx2EzKw== +"@babel/plugin-transform-template-literals@^7.18.9": + version "7.18.9" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.18.9.tgz#04ec6f10acdaa81846689d63fae117dd9c243a5e" + integrity sha512-S8cOWfT82gTezpYOiVaGHrCbhlHgKhQt8XH5ES46P2XWmX92yisoZywf5km75wv5sYcXDUCLMmMxOLCtthDgMA== dependencies: - "@babel/helper-plugin-utils" "^7.18.6" + "@babel/helper-plugin-utils" "^7.18.9" -"@babel/plugin-transform-typeof-symbol@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.18.6.tgz#486bb39d5a18047358e0d04dc0d2f322f0b92e92" - integrity sha512-7m71iS/QhsPk85xSjFPovHPcH3H9qeyzsujhTc+vcdnsXavoWYJ74zx0lP5RhpC5+iDnVLO+PPMHzC11qels1g== +"@babel/plugin-transform-typeof-symbol@^7.18.9": + version "7.18.9" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.18.9.tgz#c8cea68263e45addcd6afc9091429f80925762c0" + integrity sha512-SRfwTtF11G2aemAZWivL7PD+C9z52v9EvMqH9BuYbabyPuKUvSWks3oCg6041pT925L4zVFqaVBeECwsmlguEw== dependencies: - "@babel/helper-plugin-utils" "^7.18.6" + "@babel/helper-plugin-utils" "^7.18.9" "@babel/plugin-transform-typescript@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.18.6.tgz#8f4ade1a9cf253e5cf7c7c20173082c2c08a50a7" - integrity sha512-ijHNhzIrLj5lQCnI6aaNVRtGVuUZhOXFLRVFs7lLrkXTHip4FKty5oAuQdk4tywG0/WjXmjTfQCWmuzrvFer1w== + version "7.18.12" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.18.12.tgz#712e9a71b9e00fde9f8c0238e0cceee86ab2f8fd" + integrity sha512-2vjjam0cum0miPkenUbQswKowuxs/NjMwIKEq0zwegRxXk12C9YOF9STXnaUptITOtOJHKHpzvvWYOjbm6tc0w== dependencies: - "@babel/helper-create-class-features-plugin" "^7.18.6" - "@babel/helper-plugin-utils" "^7.18.6" + "@babel/helper-create-class-features-plugin" "^7.18.9" + "@babel/helper-plugin-utils" "^7.18.9" "@babel/plugin-syntax-typescript" "^7.18.6" -"@babel/plugin-transform-unicode-escapes@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.18.6.tgz#0d01fb7fb2243ae1c033f65f6e3b4be78db75f27" - integrity sha512-XNRwQUXYMP7VLuy54cr/KS/WeL3AZeORhrmeZ7iewgu+X2eBqmpaLI/hzqr9ZxCeUoq0ASK4GUzSM0BDhZkLFw== +"@babel/plugin-transform-unicode-escapes@^7.18.10": + version "7.18.10" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.18.10.tgz#1ecfb0eda83d09bbcb77c09970c2dd55832aa246" + integrity sha512-kKAdAI+YzPgGY/ftStBFXTI1LZFju38rYThnfMykS+IXy8BVx+res7s2fxf1l8I35DV2T97ezo6+SGrXz6B3iQ== dependencies: - "@babel/helper-plugin-utils" "^7.18.6" + "@babel/helper-plugin-utils" "^7.18.9" "@babel/plugin-transform-unicode-regex@^7.18.6": version "7.18.6" @@ -1221,29 +1224,29 @@ "@babel/helper-create-regexp-features-plugin" "^7.18.6" "@babel/helper-plugin-utils" "^7.18.6" -"@babel/preset-env@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.18.6.tgz#953422e98a5f66bc56cd0b9074eaea127ec86ace" - integrity sha512-WrthhuIIYKrEFAwttYzgRNQ5hULGmwTj+D6l7Zdfsv5M7IWV/OZbUfbeL++Qrzx1nVJwWROIFhCHRYQV4xbPNw== +"@babel/preset-env@^7.18.10": + version "7.18.10" + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.18.10.tgz#83b8dfe70d7eea1aae5a10635ab0a5fe60dfc0f4" + integrity sha512-wVxs1yjFdW3Z/XkNfXKoblxoHgbtUF7/l3PvvP4m02Qz9TZ6uZGxRVYjSQeR87oQmHco9zWitW5J82DJ7sCjvA== dependencies: - "@babel/compat-data" "^7.18.6" - "@babel/helper-compilation-targets" "^7.18.6" - "@babel/helper-plugin-utils" "^7.18.6" + "@babel/compat-data" "^7.18.8" + "@babel/helper-compilation-targets" "^7.18.9" + "@babel/helper-plugin-utils" "^7.18.9" "@babel/helper-validator-option" "^7.18.6" "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.18.6" - "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.18.6" - "@babel/plugin-proposal-async-generator-functions" "^7.18.6" + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.18.9" + "@babel/plugin-proposal-async-generator-functions" "^7.18.10" "@babel/plugin-proposal-class-properties" "^7.18.6" "@babel/plugin-proposal-class-static-block" "^7.18.6" "@babel/plugin-proposal-dynamic-import" "^7.18.6" - "@babel/plugin-proposal-export-namespace-from" "^7.18.6" + "@babel/plugin-proposal-export-namespace-from" "^7.18.9" "@babel/plugin-proposal-json-strings" "^7.18.6" - "@babel/plugin-proposal-logical-assignment-operators" "^7.18.6" + "@babel/plugin-proposal-logical-assignment-operators" "^7.18.9" "@babel/plugin-proposal-nullish-coalescing-operator" "^7.18.6" "@babel/plugin-proposal-numeric-separator" "^7.18.6" - "@babel/plugin-proposal-object-rest-spread" "^7.18.6" + "@babel/plugin-proposal-object-rest-spread" "^7.18.9" "@babel/plugin-proposal-optional-catch-binding" "^7.18.6" - "@babel/plugin-proposal-optional-chaining" "^7.18.6" + "@babel/plugin-proposal-optional-chaining" "^7.18.9" "@babel/plugin-proposal-private-methods" "^7.18.6" "@babel/plugin-proposal-private-property-in-object" "^7.18.6" "@babel/plugin-proposal-unicode-property-regex" "^7.18.6" @@ -1265,40 +1268,40 @@ "@babel/plugin-transform-arrow-functions" "^7.18.6" "@babel/plugin-transform-async-to-generator" "^7.18.6" "@babel/plugin-transform-block-scoped-functions" "^7.18.6" - "@babel/plugin-transform-block-scoping" "^7.18.6" - "@babel/plugin-transform-classes" "^7.18.6" - "@babel/plugin-transform-computed-properties" "^7.18.6" - "@babel/plugin-transform-destructuring" "^7.18.6" + "@babel/plugin-transform-block-scoping" "^7.18.9" + "@babel/plugin-transform-classes" "^7.18.9" + "@babel/plugin-transform-computed-properties" "^7.18.9" + "@babel/plugin-transform-destructuring" "^7.18.9" "@babel/plugin-transform-dotall-regex" "^7.18.6" - "@babel/plugin-transform-duplicate-keys" "^7.18.6" + "@babel/plugin-transform-duplicate-keys" "^7.18.9" "@babel/plugin-transform-exponentiation-operator" "^7.18.6" - "@babel/plugin-transform-for-of" "^7.18.6" - "@babel/plugin-transform-function-name" "^7.18.6" - "@babel/plugin-transform-literals" "^7.18.6" + "@babel/plugin-transform-for-of" "^7.18.8" + "@babel/plugin-transform-function-name" "^7.18.9" + "@babel/plugin-transform-literals" "^7.18.9" "@babel/plugin-transform-member-expression-literals" "^7.18.6" "@babel/plugin-transform-modules-amd" "^7.18.6" "@babel/plugin-transform-modules-commonjs" "^7.18.6" - "@babel/plugin-transform-modules-systemjs" "^7.18.6" + "@babel/plugin-transform-modules-systemjs" "^7.18.9" "@babel/plugin-transform-modules-umd" "^7.18.6" "@babel/plugin-transform-named-capturing-groups-regex" "^7.18.6" "@babel/plugin-transform-new-target" "^7.18.6" "@babel/plugin-transform-object-super" "^7.18.6" - "@babel/plugin-transform-parameters" "^7.18.6" + "@babel/plugin-transform-parameters" "^7.18.8" "@babel/plugin-transform-property-literals" "^7.18.6" "@babel/plugin-transform-regenerator" "^7.18.6" "@babel/plugin-transform-reserved-words" "^7.18.6" "@babel/plugin-transform-shorthand-properties" "^7.18.6" - "@babel/plugin-transform-spread" "^7.18.6" + "@babel/plugin-transform-spread" "^7.18.9" "@babel/plugin-transform-sticky-regex" "^7.18.6" - "@babel/plugin-transform-template-literals" "^7.18.6" - "@babel/plugin-transform-typeof-symbol" "^7.18.6" - "@babel/plugin-transform-unicode-escapes" "^7.18.6" + "@babel/plugin-transform-template-literals" "^7.18.9" + "@babel/plugin-transform-typeof-symbol" "^7.18.9" + "@babel/plugin-transform-unicode-escapes" "^7.18.10" "@babel/plugin-transform-unicode-regex" "^7.18.6" "@babel/preset-modules" "^0.1.5" - "@babel/types" "^7.18.6" - babel-plugin-polyfill-corejs2 "^0.3.1" - babel-plugin-polyfill-corejs3 "^0.5.2" - babel-plugin-polyfill-regenerator "^0.3.1" + "@babel/types" "^7.18.10" + babel-plugin-polyfill-corejs2 "^0.3.2" + babel-plugin-polyfill-corejs3 "^0.5.3" + babel-plugin-polyfill-regenerator "^0.4.0" core-js-compat "^3.22.1" semver "^6.3.0" @@ -1341,36 +1344,37 @@ dependencies: regenerator-runtime "^0.13.4" -"@babel/template@^7.0.0", "@babel/template@^7.18.6", "@babel/template@^7.3.3": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.18.6.tgz#1283f4993e00b929d6e2d3c72fdc9168a2977a31" - integrity sha512-JoDWzPe+wgBsTTgdnIma3iHNFC7YVJoPssVBDjiHfNlyt4YcunDtcDOUmfVDfCK5MfdsaIoX9PkijPhjH3nYUw== +"@babel/template@^7.0.0", "@babel/template@^7.18.10", "@babel/template@^7.18.6", "@babel/template@^7.3.3": + version "7.18.10" + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.18.10.tgz#6f9134835970d1dbf0835c0d100c9f38de0c5e71" + integrity sha512-TI+rCtooWHr3QJ27kJxfjutghu44DLnasDMwpDqCXVTal9RLp3RSYNh4NdBrRP2cQAoG9A8juOQl6P6oZG4JxA== dependencies: "@babel/code-frame" "^7.18.6" - "@babel/parser" "^7.18.6" - "@babel/types" "^7.18.6" + "@babel/parser" "^7.18.10" + "@babel/types" "^7.18.10" -"@babel/traverse@^7.0.0", "@babel/traverse@^7.13.0", "@babel/traverse@^7.18.6", "@babel/traverse@^7.18.9", "@babel/traverse@^7.7.2": - version "7.18.9" - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.18.9.tgz#deeff3e8f1bad9786874cb2feda7a2d77a904f98" - integrity sha512-LcPAnujXGwBgv3/WHv01pHtb2tihcyW1XuL9wd7jqh1Z8AQkTd+QVjMrMijrln0T7ED3UXLIy36P9Ao7W75rYg== +"@babel/traverse@^7.0.0", "@babel/traverse@^7.18.11", "@babel/traverse@^7.18.13", "@babel/traverse@^7.18.9", "@babel/traverse@^7.7.2": + version "7.18.13" + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.18.13.tgz#5ab59ef51a997b3f10c4587d648b9696b6cb1a68" + integrity sha512-N6kt9X1jRMLPxxxPYWi7tgvJRH/rtoU+dbKAPDM44RFHiMH8igdsaSBgFeskhSl/kLWLDUvIh1RXCrTmg0/zvA== dependencies: "@babel/code-frame" "^7.18.6" - "@babel/generator" "^7.18.9" + "@babel/generator" "^7.18.13" "@babel/helper-environment-visitor" "^7.18.9" "@babel/helper-function-name" "^7.18.9" "@babel/helper-hoist-variables" "^7.18.6" "@babel/helper-split-export-declaration" "^7.18.6" - "@babel/parser" "^7.18.9" - "@babel/types" "^7.18.9" + "@babel/parser" "^7.18.13" + "@babel/types" "^7.18.13" debug "^4.1.0" globals "^11.1.0" -"@babel/types@^7.0.0", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4": - version "7.18.9" - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.18.9.tgz#7148d64ba133d8d73a41b3172ac4b83a1452205f" - integrity sha512-WwMLAg2MvJmt/rKEVQBBhIVffMmnilX4oe0sRe7iPOHIGsqpruFHHdrfj4O1CMMtgMtCU4oPafZjDPCRgO57Wg== +"@babel/types@^7.0.0", "@babel/types@^7.18.10", "@babel/types@^7.18.13", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4": + version "7.18.13" + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.18.13.tgz#30aeb9e514f4100f7c1cb6e5ba472b30e48f519a" + integrity sha512-ePqfTihzW0W6XAU+aMw2ykilisStJfDnsejDCXRchCcMJ4O0+8DhPXf2YUbZ6wjBlsEmZwLK/sPweWtu8hcJYQ== dependencies: + "@babel/helper-string-parser" "^7.18.10" "@babel/helper-validator-identifier" "^7.18.6" to-fast-properties "^2.0.0" @@ -1379,20 +1383,20 @@ resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39" integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw== -"@bloomberg/record-tuple-polyfill@^0.0.3": - version "0.0.3" - resolved "https://registry.yarnpkg.com/@bloomberg/record-tuple-polyfill/-/record-tuple-polyfill-0.0.3.tgz#0b03d18b88a30894caab14abd669b1cbbf47b843" - integrity sha512-sBnCqW0nqofE47mxFnw+lvx6kzsQstwaQMVkh66qm/A6IlsnH7WsyGuVXTou8RF2wL4W7ybOoHPvP2WgIo6rhQ== +"@bloomberg/record-tuple-polyfill@^0.0.4": + version "0.0.4" + resolved "https://registry.yarnpkg.com/@bloomberg/record-tuple-polyfill/-/record-tuple-polyfill-0.0.4.tgz#9ef3df44e472ceb9a0a2010d858a526f2021fefa" + integrity sha512-h0OYmPR3A5Dfbetra/GzxBAzQk8sH7LhRkRUTdagX6nrtlUgJGYCTv4bBK33jsTQw9HDd8PE2x1Ma+iRKEDUsw== -"@changesets/apply-release-plan@^6.0.2": - version "6.0.2" - resolved "https://registry.yarnpkg.com/@changesets/apply-release-plan/-/apply-release-plan-6.0.2.tgz#6937f39425c93a70b1e155d76cfa06bf7255c992" - integrity sha512-s+rYNUTyC3FhTn8Gt35h65Bw/pwFevXLP/yOwzfrlfCd8Hj2FkX+1l3zPVkP+OpeMq7BAYtB6YfSkQe9awl4DQ== +"@changesets/apply-release-plan@^6.0.4": + version "6.0.4" + resolved "https://registry.yarnpkg.com/@changesets/apply-release-plan/-/apply-release-plan-6.0.4.tgz#c08628cf5381be1aad3de69e255c68f658b4ca1a" + integrity sha512-PutV/ymf8cZMqvaLe/Lh5cP3kBQ9FZl6oGQ3qRDxWD1ML+/uH3jrCE7S7Zw7IVSXkD0lnMD+1dAX7fsOJ6ZvgA== dependencies: "@babel/runtime" "^7.10.4" - "@changesets/config" "^2.1.0" + "@changesets/config" "^2.1.1" "@changesets/get-version-range-type" "^0.3.2" - "@changesets/git" "^1.4.0" + "@changesets/git" "^1.4.1" "@changesets/types" "^5.1.0" "@manypkg/get-packages" "^1.1.3" detect-indent "^6.0.0" @@ -1403,10 +1407,10 @@ resolve-from "^5.0.0" semver "^5.4.1" -"@changesets/assemble-release-plan@^5.2.0": - version "5.2.0" - resolved "https://registry.yarnpkg.com/@changesets/assemble-release-plan/-/assemble-release-plan-5.2.0.tgz#35158dc9b496a4c108936ae8ad776ef855795ff6" - integrity sha512-ewY24PEbSec2eKX0+KM7eyENA2hUUp6s4LF9p/iBxTtc+TX2Xbx5rZnlLKZkc8tpuQ3PZbyjLFXWhd1PP6SjCg== +"@changesets/assemble-release-plan@^5.2.1": + version "5.2.1" + resolved "https://registry.yarnpkg.com/@changesets/assemble-release-plan/-/assemble-release-plan-5.2.1.tgz#b66df8d4a5615d4d904b75f7b60faeb64eb1d506" + integrity sha512-d6ckasOWlKF9Mzs82jhl6TKSCgVvfLoUK1ERySrTg2TQJdrVUteZue6uEIYUTA7SgMu67UOSwol6R9yj1nTdjw== dependencies: "@babel/runtime" "^7.10.4" "@changesets/errors" "^0.1.4" @@ -1431,23 +1435,23 @@ "@changesets/types" "^5.1.0" dotenv "^8.1.0" -"@changesets/cli@^2.24.0": - version "2.24.0" - resolved "https://registry.yarnpkg.com/@changesets/cli/-/cli-2.24.0.tgz#e37bda6948425f6de8663700f9b7ab136b5a653c" - integrity sha512-GlY8OGkwoTRupdV9L46NUhAZScJacRpY/ZUNHf+IQ65HoxgeT/OmgMIUnnippW4BtjlikayNV/HhkI/2HLsXcA== +"@changesets/cli@^2.24.3": + version "2.24.3" + resolved "https://registry.yarnpkg.com/@changesets/cli/-/cli-2.24.3.tgz#e6d8ab5d831d2249ca482955232a9a1c9ff02c21" + integrity sha512-okhRV+0WCQJa2Kmil/WvN5TK1o3+1JYSjrsGHqhjv+PYcDgDDgQ6I9J9OMBO9lfmNIpN7xSO80/BzxgvReO4Wg== dependencies: "@babel/runtime" "^7.10.4" - "@changesets/apply-release-plan" "^6.0.2" - "@changesets/assemble-release-plan" "^5.2.0" + "@changesets/apply-release-plan" "^6.0.4" + "@changesets/assemble-release-plan" "^5.2.1" "@changesets/changelog-git" "^0.1.12" - "@changesets/config" "^2.1.0" + "@changesets/config" "^2.1.1" "@changesets/errors" "^0.1.4" "@changesets/get-dependents-graph" "^1.3.3" - "@changesets/get-release-plan" "^3.0.11" - "@changesets/git" "^1.4.0" + "@changesets/get-release-plan" "^3.0.14" + "@changesets/git" "^1.4.1" "@changesets/logger" "^0.0.5" "@changesets/pre" "^1.0.12" - "@changesets/read" "^0.5.6" + "@changesets/read" "^0.5.7" "@changesets/types" "^5.1.0" "@changesets/write" "^0.1.9" "@manypkg/get-packages" "^1.1.3" @@ -1470,10 +1474,10 @@ term-size "^2.1.0" tty-table "^4.1.5" -"@changesets/config@^2.1.0": - version "2.1.0" - resolved "https://registry.yarnpkg.com/@changesets/config/-/config-2.1.0.tgz#bfb663a338fc86e9ea2cb471089aa6dd8dfd7c3d" - integrity sha512-43potf+DwYHmH7EY19vxtCq6fqj7UUIrZ4DTwM3pVBqCKxFIytm7GPy7wNAsH06UvMw7NRuOu4QK5HN02GsIrw== +"@changesets/config@^2.1.1": + version "2.1.1" + resolved "https://registry.yarnpkg.com/@changesets/config/-/config-2.1.1.tgz#96c1fec5dcccb4f6d37b56bba64e5c4f3285cca6" + integrity sha512-nSRINMqHpdtBpNVT9Eh9HtmLhOwOTAeSbaqKM5pRmGfsvyaROTBXV84ujF9UsWNlV71YxFbxTbeZnwXSGQlyTw== dependencies: "@changesets/errors" "^0.1.4" "@changesets/get-dependents-graph" "^1.3.3" @@ -1509,16 +1513,16 @@ dataloader "^1.4.0" node-fetch "^2.5.0" -"@changesets/get-release-plan@^3.0.11": - version "3.0.11" - resolved "https://registry.yarnpkg.com/@changesets/get-release-plan/-/get-release-plan-3.0.11.tgz#ad192466ff71df9dd868fd57e4d869d62426b9a5" - integrity sha512-WDVCuPIdIxLlITsCUEgQiiBitrcAqoOkyEkhkCGgzv4QBf87pJN15McOPKVy7Q2eiU3BfRDwYp4YtOPh4RUgCA== +"@changesets/get-release-plan@^3.0.14": + version "3.0.14" + resolved "https://registry.yarnpkg.com/@changesets/get-release-plan/-/get-release-plan-3.0.14.tgz#b4423028a90c63feec12e22c48078f106f8d01f4" + integrity sha512-xzSfeyIOvUnbqMuQXVKTYUizreWQfICwoQpvEHoePVbERLocc1tPo5lzR7dmVCFcaA/DcnbP6mxyioeq+JuzSg== dependencies: "@babel/runtime" "^7.10.4" - "@changesets/assemble-release-plan" "^5.2.0" - "@changesets/config" "^2.1.0" + "@changesets/assemble-release-plan" "^5.2.1" + "@changesets/config" "^2.1.1" "@changesets/pre" "^1.0.12" - "@changesets/read" "^0.5.6" + "@changesets/read" "^0.5.7" "@changesets/types" "^5.1.0" "@manypkg/get-packages" "^1.1.3" @@ -1527,10 +1531,10 @@ resolved "https://registry.yarnpkg.com/@changesets/get-version-range-type/-/get-version-range-type-0.3.2.tgz#8131a99035edd11aa7a44c341cbb05e668618c67" integrity sha512-SVqwYs5pULYjYT4op21F2pVbcrca4qA/bAA3FmFXKMN7Y+HcO8sbZUTx3TAy2VXulP2FACd1aC7f2nTuqSPbqg== -"@changesets/git@^1.4.0": - version "1.4.0" - resolved "https://registry.yarnpkg.com/@changesets/git/-/git-1.4.0.tgz#2ba38646eaaedb3a62540e431a11cc29a635574d" - integrity sha512-uaFWaxVSotgbqnc0DxBtqJl940QDNlzGaaGJUEhPuNiw6CrpFMKPV9Q4wgiDMGVaIkoUpDbLnLRYjVu/FlqLhA== +"@changesets/git@^1.4.1": + version "1.4.1" + resolved "https://registry.yarnpkg.com/@changesets/git/-/git-1.4.1.tgz#3f30330d94e8bcb45c4a221f34897a29cc72cd05" + integrity sha512-GWwRXEqBsQ3nEYcyvY/u2xUK86EKAevSoKV/IhELoZ13caZ1A1TSak/71vyKILtzuLnFPk5mepP5HjBxr7lZ9Q== dependencies: "@babel/runtime" "^7.10.4" "@changesets/errors" "^0.1.4" @@ -1565,13 +1569,13 @@ "@manypkg/get-packages" "^1.1.3" fs-extra "^7.0.1" -"@changesets/read@^0.5.6": - version "0.5.6" - resolved "https://registry.yarnpkg.com/@changesets/read/-/read-0.5.6.tgz#dc73b0c7aa7dd4348c87a710ed640ddb88253df3" - integrity sha512-0Y2/ym46Vv78Yp4vUuqkQRHo2wdDYvDLtD1t4yoNDZ3ELzgC9kkWYywncxi9rj9nilLrgaVujKfEVNyFYefFoQ== +"@changesets/read@^0.5.7": + version "0.5.7" + resolved "https://registry.yarnpkg.com/@changesets/read/-/read-0.5.7.tgz#ad2454ba8e2dfceb1230102aacffcbbe4d3d4291" + integrity sha512-Iteg0ccTPpkJ+qFzY97k7qqdVE5Kz30TqPo9GibpBk2g8tcLFUqf+Qd0iXPLcyhUZpPL1U6Hia1gINHNKIKx4g== dependencies: "@babel/runtime" "^7.10.4" - "@changesets/git" "^1.4.0" + "@changesets/git" "^1.4.1" "@changesets/logger" "^0.0.5" "@changesets/parse" "^0.3.14" "@changesets/types" "^5.1.0" @@ -1601,14 +1605,14 @@ prettier "^1.19.1" "@commitlint/cli@^17.0.3": - version "17.0.3" - resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-17.0.3.tgz#50be9d9a8d79f6c47bfd2703638fe65215eb2526" - integrity sha512-oAo2vi5d8QZnAbtU5+0cR2j+A7PO8zuccux65R/EycwvsZrDVyW518FFrnJK2UQxbRtHFFIG+NjQ6vOiJV0Q8A== + version "17.1.1" + resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-17.1.1.tgz#994e91a873aea2bcb53dfa3225ffce2c9022fd3e" + integrity sha512-xyQJNJs1j18At5wSBF6bMo1on6ZrpcHUr4duacznPU0RnywCAABDBP1s63BmhkTMdNXLVgVM4J1H2sG0HSS3IA== dependencies: "@commitlint/format" "^17.0.0" - "@commitlint/lint" "^17.0.3" - "@commitlint/load" "^17.0.3" - "@commitlint/read" "^17.0.0" + "@commitlint/lint" "^17.1.0" + "@commitlint/load" "^17.1.1" + "@commitlint/read" "^17.1.0" "@commitlint/types" "^17.0.0" execa "^5.0.0" lodash "^4.17.19" @@ -1617,9 +1621,9 @@ yargs "^17.0.0" "@commitlint/config-conventional@^17.0.3": - version "17.0.3" - resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-17.0.3.tgz#61e937357ce63ea08a2017e58b918748fcf3abc5" - integrity sha512-HCnzTm5ATwwwzNVq5Y57poS0a1oOOcd5pc1MmBpLbGmSysc4i7F/++JuwtdFPu16sgM3H9J/j2zznRLOSGVO2A== + version "17.1.0" + resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-17.1.0.tgz#9bd852766e08842bfe0fe4deb40e152eb718ec1b" + integrity sha512-WU2p0c9/jLi8k2q2YrDV96Y8XVswQOceIQ/wyJvQxawJSCasLdRB3kUIYdNjOCJsxkpoUlV/b90ZPxp1MYZDiA== dependencies: conventional-changelog-conventionalcommits "^5.0.0" @@ -1633,10 +1637,10 @@ resolve-pkg "2.0.0" semver "7.3.7" -"@commitlint/config-validator@^17.0.3": - version "17.0.3" - resolved "https://registry.yarnpkg.com/@commitlint/config-validator/-/config-validator-17.0.3.tgz#5d1ec17eece1f85a0d06c05d168a039b313eb5d7" - integrity sha512-3tLRPQJKapksGE7Kee9axv+9z5I2GDHitDH4q63q7NmNA0wkB+DAorJ0RHz2/K00Zb1/MVdHzhCga34FJvDihQ== +"@commitlint/config-validator@^17.1.0": + version "17.1.0" + resolved "https://registry.yarnpkg.com/@commitlint/config-validator/-/config-validator-17.1.0.tgz#51d09ca53d7a0d19736abf34eb18a66efce0f97a" + integrity sha512-Q1rRRSU09ngrTgeTXHq6ePJs2KrI+axPTgkNYDWSJIuS1Op4w3J30vUfSXjwn5YEJHklK3fSqWNHmBhmTR7Vdg== dependencies: "@commitlint/types" "^17.0.0" ajv "^8.11.0" @@ -1662,37 +1666,37 @@ "@commitlint/types" "^17.0.0" chalk "^4.1.0" -"@commitlint/is-ignored@^17.0.3": - version "17.0.3" - resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-17.0.3.tgz#0e1c725c1e50aea5852fb1260bc92b2ee1856425" - integrity sha512-/wgCXAvPtFTQZxsVxj7owLeRf5wwzcXLaYmrZPR4a87iD4sCvUIRl1/ogYrtOyUmHwWfQsvjqIB4mWE/SqWSnA== +"@commitlint/is-ignored@^17.1.0": + version "17.1.0" + resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-17.1.0.tgz#c9d5ca22679fdc657fff33a8aa23e0c0152ebbd1" + integrity sha512-JITWKDMHhIh8IpdIbcbuH9rEQJty1ZWelgjleTFrVRAcEwN/sPzk1aVUXRIZNXMJWbZj8vtXRJnFihrml8uECQ== dependencies: "@commitlint/types" "^17.0.0" semver "7.3.7" -"@commitlint/lint@^17.0.3": - version "17.0.3" - resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-17.0.3.tgz#98542a48f03b5c144309e24cbe1c032366ea75e2" - integrity sha512-2o1fk7JUdxBUgszyt41sHC/8Nd5PXNpkmuOo9jvGIjDHzOwXyV0PSdbEVTH3xGz9NEmjohFHr5l+N+T9fcxong== +"@commitlint/lint@^17.1.0": + version "17.1.0" + resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-17.1.0.tgz#de2d3baa2b20d9ec3d5fd2f2421f6025c8439630" + integrity sha512-ltpqM2ogt/+SDhUaScFo0MdscncEF96lvQTPMM/VTTWlw7sTGLLWkOOppsee2MN/uLNNWjQ7kqkd4h6JqoM9AQ== dependencies: - "@commitlint/is-ignored" "^17.0.3" + "@commitlint/is-ignored" "^17.1.0" "@commitlint/parse" "^17.0.0" "@commitlint/rules" "^17.0.0" "@commitlint/types" "^17.0.0" -"@commitlint/load@^17.0.3": - version "17.0.3" - resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-17.0.3.tgz#683aa484a5515714512e442f2f4b11f75e66097a" - integrity sha512-3Dhvr7GcKbKa/ey4QJ5MZH3+J7QFlARohUow6hftQyNjzoXXROm+RwpBes4dDFrXG1xDw9QPXA7uzrOShCd4bw== +"@commitlint/load@^17.1.1": + version "17.1.1" + resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-17.1.1.tgz#16f945d2cc4a5d4d75cccc3d7df8066ff152024b" + integrity sha512-jEgdDabfj58kFKZmB7rMtmQa7Feo7Ozh3KmvIlXWqrJmal5auO1RC0Iczfl52DlPn26Uo0goUDHrhoAFs2ze0Q== dependencies: - "@commitlint/config-validator" "^17.0.3" + "@commitlint/config-validator" "^17.1.0" "@commitlint/execute-rule" "^17.0.0" - "@commitlint/resolve-extends" "^17.0.3" + "@commitlint/resolve-extends" "^17.1.0" "@commitlint/types" "^17.0.0" - "@types/node" ">=12" + "@types/node" "^14.0.0" chalk "^4.1.0" cosmiconfig "^7.0.0" - cosmiconfig-typescript-loader "^2.0.0" + cosmiconfig-typescript-loader "^3.0.0" lodash "^4.17.19" resolve-from "^5.0.0" typescript "^4.6.4" @@ -1711,22 +1715,23 @@ conventional-changelog-angular "^5.0.11" conventional-commits-parser "^3.2.2" -"@commitlint/read@^17.0.0": - version "17.0.0" - resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-17.0.0.tgz#8ab01cf2f27350d8f81f21690962679a7cae5abf" - integrity sha512-zkuOdZayKX3J6F6mPnVMzohK3OBrsEdOByIqp4zQjA9VLw1hMsDEFQ18rKgUc2adkZar+4S01QrFreDCfZgbxA== +"@commitlint/read@^17.1.0": + version "17.1.0" + resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-17.1.0.tgz#cf6bab410180f32f70891c97b15467c0b92ac14f" + integrity sha512-73BoFNBA/3Ozo2JQvGsE0J8SdrJAWGfZQRSHqvKaqgmY042Su4gXQLqvAzgr55S9DI1l9TiU/5WDuh8IE86d/g== dependencies: "@commitlint/top-level" "^17.0.0" "@commitlint/types" "^17.0.0" fs-extra "^10.0.0" git-raw-commits "^2.0.0" + minimist "^1.2.6" -"@commitlint/resolve-extends@^17.0.3": - version "17.0.3" - resolved "https://registry.yarnpkg.com/@commitlint/resolve-extends/-/resolve-extends-17.0.3.tgz#43b237899e2abd59d16af091521b888c8a071412" - integrity sha512-H/RFMvrcBeJCMdnVC4i8I94108UDccIHrTke2tyQEg9nXQnR5/Hd6MhyNWkREvcrxh9Y+33JLb+PiPiaBxCtBA== +"@commitlint/resolve-extends@^17.1.0": + version "17.1.0" + resolved "https://registry.yarnpkg.com/@commitlint/resolve-extends/-/resolve-extends-17.1.0.tgz#7cf04fa13096c8a6544a4af13321fdf8d0d50694" + integrity sha512-jqKm00LJ59T0O8O4bH4oMa4XyJVEOK4GzH8Qye9XKji+Q1FxhZznxMV/bDLyYkzbTodBt9sL0WLql8wMtRTbqQ== dependencies: - "@commitlint/config-validator" "^17.0.3" + "@commitlint/config-validator" "^17.1.0" "@commitlint/types" "^17.0.0" import-fresh "^3.0.0" lodash "^4.17.19" @@ -1779,14 +1784,19 @@ esquery "^1.4.0" jsdoc-type-pratt-parser "~3.1.0" -"@eslint/eslintrc@^1.3.0": - version "1.3.0" - resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.3.0.tgz#29f92c30bb3e771e4a2048c95fa6855392dfac4f" - integrity sha512-UWW0TMTmk2d7hLcWD1/e2g5HDM/HQ3csaLSqXCfqwh4uNDuNqlaKWXmEsL4Cs41Z0KnILNvwbHAah3C2yt06kw== +"@esbuild/linux-loong64@0.15.5": + version "0.15.5" + resolved "https://registry.yarnpkg.com/@esbuild/linux-loong64/-/linux-loong64-0.15.5.tgz#91aef76d332cdc7c8942b600fa2307f3387e6f82" + integrity sha512-UHkDFCfSGTuXq08oQltXxSZmH1TXyWsL+4QhZDWvvLl6mEJQqk3u7/wq1LjhrrAXYIllaTtRSzUXl4Olkf2J8A== + +"@eslint/eslintrc@^1.3.1": + version "1.3.1" + resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.3.1.tgz#de0807bfeffc37b964a7d0400e0c348ce5a2543d" + integrity sha512-OhSY22oQQdw3zgPOOwdoj01l/Dzl1Z+xyUP33tkSN+aqyEhymJCcPHyXt+ylW8FSe0TfRC2VG+ROQOapD0aZSQ== dependencies: ajv "^6.12.4" debug "^4.3.2" - espree "^9.3.2" + espree "^9.4.0" globals "^13.15.0" ignore "^5.2.0" import-fresh "^3.2.1" @@ -1794,15 +1804,25 @@ minimatch "^3.1.2" strip-json-comments "^3.1.1" -"@humanwhocodes/config-array@^0.9.2": - version "0.9.5" - resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.9.5.tgz#2cbaf9a89460da24b5ca6531b8bbfc23e1df50c7" - integrity sha512-ObyMyWxZiCu/yTisA7uzx81s40xR2fD5Cg/2Kq7G02ajkNubJf6BopgDTmDyc3U7sXpNKM8cYOw7s7Tyr+DnCw== +"@humanwhocodes/config-array@^0.10.4": + version "0.10.4" + resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.10.4.tgz#01e7366e57d2ad104feea63e72248f22015c520c" + integrity sha512-mXAIHxZT3Vcpg83opl1wGlVZ9xydbfZO3r5YfRSH6Gpp2J/PfdBP0wbDa2sO6/qRbcalpoevVyW6A/fI6LfeMw== dependencies: "@humanwhocodes/object-schema" "^1.2.1" debug "^4.1.1" minimatch "^3.0.4" +"@humanwhocodes/gitignore-to-minimatch@^1.0.2": + version "1.0.2" + resolved "https://registry.yarnpkg.com/@humanwhocodes/gitignore-to-minimatch/-/gitignore-to-minimatch-1.0.2.tgz#316b0a63b91c10e53f242efb4ace5c3b34e8728d" + integrity sha512-rSqmMJDdLFUsyxR6FMtD00nfQKKLFb1kv+qBbOVKqErvloEIJLo5bDTJTQNTYgeyp78JsA7u/NPi5jT1GR/MuA== + +"@humanwhocodes/module-importer@^1.0.1": + version "1.0.1" + resolved "https://registry.yarnpkg.com/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz#af5b2691a22b44be847b0ca81641c5fb6ad0172c" + integrity sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA== + "@humanwhocodes/object-schema@^1.2.1": version "1.2.1" resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz#b520529ec21d8e5945a1851dfd1c32e94e39ff45" @@ -1824,62 +1844,61 @@ resolved "https://registry.yarnpkg.com/@istanbuljs/schema/-/schema-0.1.3.tgz#e45e384e4b8ec16bce2fd903af78450f6bf7ec98" integrity sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA== -"@jest/console@^28.1.3": - version "28.1.3" - resolved "https://registry.yarnpkg.com/@jest/console/-/console-28.1.3.tgz#2030606ec03a18c31803b8a36382762e447655df" - integrity sha512-QPAkP5EwKdK/bxIr6C1I4Vs0rm2nHiANzj/Z5X2JQkrZo6IqvC4ldZ9K95tF0HdidhA8Bo6egxSzUFPYKcEXLw== +"@jest/console@^29.0.1": + version "29.0.1" + resolved "https://registry.yarnpkg.com/@jest/console/-/console-29.0.1.tgz#e0e429cfc89900e3a46ce27f493bf488395ade39" + integrity sha512-SxLvSKf9gk4Rvt3p2KRQWVQ3sVj7S37rjlCHwp2+xNcRO/X+Uw0idbkfOtciUpjghHIxyggqcrrKhThQ+vClLQ== dependencies: - "@jest/types" "^28.1.3" + "@jest/types" "^29.0.1" "@types/node" "*" chalk "^4.0.0" - jest-message-util "^28.1.3" - jest-util "^28.1.3" + jest-message-util "^29.0.1" + jest-util "^29.0.1" slash "^3.0.0" -"@jest/core@^28.1.3": - version "28.1.3" - resolved "https://registry.yarnpkg.com/@jest/core/-/core-28.1.3.tgz#0ebf2bd39840f1233cd5f2d1e6fc8b71bd5a1ac7" - integrity sha512-CIKBrlaKOzA7YG19BEqCw3SLIsEwjZkeJzf5bdooVnW4bH5cktqe3JX+G2YV1aK5vP8N9na1IGWFzYaTp6k6NA== +"@jest/core@^29.0.1": + version "29.0.1" + resolved "https://registry.yarnpkg.com/@jest/core/-/core-29.0.1.tgz#a49517795f692a510b6fae55a9c09e659826c472" + integrity sha512-EcFrXkYh8I1GYHRH9V4TU7jr4P6ckaPqGo/z4AIJjHDZxicjYgWB6fx1xFb5bhEM87eUjCF4FAY5t+RamLWQmA== dependencies: - "@jest/console" "^28.1.3" - "@jest/reporters" "^28.1.3" - "@jest/test-result" "^28.1.3" - "@jest/transform" "^28.1.3" - "@jest/types" "^28.1.3" + "@jest/console" "^29.0.1" + "@jest/reporters" "^29.0.1" + "@jest/test-result" "^29.0.1" + "@jest/transform" "^29.0.1" + "@jest/types" "^29.0.1" "@types/node" "*" ansi-escapes "^4.2.1" chalk "^4.0.0" ci-info "^3.2.0" exit "^0.1.2" graceful-fs "^4.2.9" - jest-changed-files "^28.1.3" - jest-config "^28.1.3" - jest-haste-map "^28.1.3" - jest-message-util "^28.1.3" - jest-regex-util "^28.0.2" - jest-resolve "^28.1.3" - jest-resolve-dependencies "^28.1.3" - jest-runner "^28.1.3" - jest-runtime "^28.1.3" - jest-snapshot "^28.1.3" - jest-util "^28.1.3" - jest-validate "^28.1.3" - jest-watcher "^28.1.3" + jest-changed-files "^29.0.0" + jest-config "^29.0.1" + jest-haste-map "^29.0.1" + jest-message-util "^29.0.1" + jest-regex-util "^29.0.0" + jest-resolve "^29.0.1" + jest-resolve-dependencies "^29.0.1" + jest-runner "^29.0.1" + jest-runtime "^29.0.1" + jest-snapshot "^29.0.1" + jest-util "^29.0.1" + jest-validate "^29.0.1" + jest-watcher "^29.0.1" micromatch "^4.0.4" - pretty-format "^28.1.3" - rimraf "^3.0.0" + pretty-format "^29.0.1" slash "^3.0.0" strip-ansi "^6.0.0" -"@jest/environment@^28.1.3": - version "28.1.3" - resolved "https://registry.yarnpkg.com/@jest/environment/-/environment-28.1.3.tgz#abed43a6b040a4c24fdcb69eab1f97589b2d663e" - integrity sha512-1bf40cMFTEkKyEf585R9Iz1WayDjHoHqvts0XFYEqyKM3cFWDpeMoqKKTAF9LSYQModPUlh8FKptoM2YcMWAXA== +"@jest/environment@^29.0.1": + version "29.0.1" + resolved "https://registry.yarnpkg.com/@jest/environment/-/environment-29.0.1.tgz#d236ce9e906744ac58bfc59ae6f7c9882ace7927" + integrity sha512-iLcFfoq2K6DAB+Mc+2VNLzZVmHdwQFeSqvoM/X8SMON6s/+yEi1iuRX3snx/JfwSnvmiMXjSr0lktxNxOcqXYA== dependencies: - "@jest/fake-timers" "^28.1.3" - "@jest/types" "^28.1.3" + "@jest/fake-timers" "^29.0.1" + "@jest/types" "^29.0.1" "@types/node" "*" - jest-mock "^28.1.3" + jest-mock "^29.0.1" "@jest/expect-utils@^28.1.3": version "28.1.3" @@ -1888,46 +1907,54 @@ dependencies: jest-get-type "^28.0.2" -"@jest/expect@^28.1.3": - version "28.1.3" - resolved "https://registry.yarnpkg.com/@jest/expect/-/expect-28.1.3.tgz#9ac57e1d4491baca550f6bdbd232487177ad6a72" - integrity sha512-lzc8CpUbSoE4dqT0U+g1qODQjBRHPpCPXissXD4mS9+sWQdmmpeJ9zSH1rS1HEkrsMN0fb7nKrJ9giAR1d3wBw== +"@jest/expect-utils@^29.0.1": + version "29.0.1" + resolved "https://registry.yarnpkg.com/@jest/expect-utils/-/expect-utils-29.0.1.tgz#c1a84ee66caaef537f351dd82f7c63d559cf78d5" + integrity sha512-Tw5kUUOKmXGQDmQ9TSgTraFFS7HMC1HG/B7y0AN2G2UzjdAXz9BzK2rmNpCSDl7g7y0Gf/VLBm//blonvhtOTQ== dependencies: - expect "^28.1.3" - jest-snapshot "^28.1.3" + jest-get-type "^29.0.0" -"@jest/fake-timers@^28.1.3": - version "28.1.3" - resolved "https://registry.yarnpkg.com/@jest/fake-timers/-/fake-timers-28.1.3.tgz#230255b3ad0a3d4978f1d06f70685baea91c640e" - integrity sha512-D/wOkL2POHv52h+ok5Oj/1gOG9HSywdoPtFsRCUmlCILXNn5eIWmcnd3DIiWlJnpGvQtmajqBP95Ei0EimxfLw== +"@jest/expect@^29.0.1": + version "29.0.1" + resolved "https://registry.yarnpkg.com/@jest/expect/-/expect-29.0.1.tgz#0ffde7f5b4c87f1dd6f8664726bd53f6cd1f7014" + integrity sha512-qKB3q52XDV8VUEiqKKLgLrJx7puQ8sYVqIDlul6n7SIXWS97DOK3KqbR2rDDaMtmenRHqEUl2fI+aFzx0oSemA== dependencies: - "@jest/types" "^28.1.3" + expect "^29.0.1" + jest-snapshot "^29.0.1" + +"@jest/fake-timers@^29.0.1": + version "29.0.1" + resolved "https://registry.yarnpkg.com/@jest/fake-timers/-/fake-timers-29.0.1.tgz#51ba7a82431db479d4b828576c139c4c0dc5e409" + integrity sha512-XZ+kAhLChVQ+KJNa5034p7O1Mz3vtWrelxDcMoxhZkgqmWDaEQAW9qJeutaeCfPvwaEwKYVyKDYfWpcyT8RiMw== + dependencies: + "@jest/types" "^29.0.1" "@sinonjs/fake-timers" "^9.1.2" "@types/node" "*" - jest-message-util "^28.1.3" - jest-mock "^28.1.3" - jest-util "^28.1.3" + jest-message-util "^29.0.1" + jest-mock "^29.0.1" + jest-util "^29.0.1" -"@jest/globals@^28.1.3": - version "28.1.3" - resolved "https://registry.yarnpkg.com/@jest/globals/-/globals-28.1.3.tgz#a601d78ddc5fdef542728309894895b4a42dc333" - integrity sha512-XFU4P4phyryCXu1pbcqMO0GSQcYe1IsalYCDzRNyhetyeyxMcIxa11qPNDpVNLeretItNqEmYYQn1UYz/5x1NA== +"@jest/globals@^29.0.1": + version "29.0.1" + resolved "https://registry.yarnpkg.com/@jest/globals/-/globals-29.0.1.tgz#764135ad31408fb632b3126793ab3aaed933095f" + integrity sha512-BtZWrVrKRKNUt7T1H2S8Mz31PN7ItROCmH+V5pn10hJDUfjOCTIUwb0WtLZzm0f1tJ3Uvx+5lVZrF/VTKqNaFg== dependencies: - "@jest/environment" "^28.1.3" - "@jest/expect" "^28.1.3" - "@jest/types" "^28.1.3" + "@jest/environment" "^29.0.1" + "@jest/expect" "^29.0.1" + "@jest/types" "^29.0.1" + jest-mock "^29.0.1" -"@jest/reporters@^28.1.3": - version "28.1.3" - resolved "https://registry.yarnpkg.com/@jest/reporters/-/reporters-28.1.3.tgz#9adf6d265edafc5fc4a434cfb31e2df5a67a369a" - integrity sha512-JuAy7wkxQZVNU/V6g9xKzCGC5LVXx9FDcABKsSXp5MiKPEE2144a/vXTEDoyzjUpZKfVwp08Wqg5A4WfTMAzjg== +"@jest/reporters@^29.0.1": + version "29.0.1" + resolved "https://registry.yarnpkg.com/@jest/reporters/-/reporters-29.0.1.tgz#82a491657031c1cc278bf659905e5094973309ad" + integrity sha512-dM3L8JmYYOsdeXUUVZClQy67Tz/v1sMo9h4AQv2U+716VLHV0zdA6Hh4FQNAHMhYw/95dbZbPX8Q+TRR7Rw+wA== dependencies: "@bcoe/v8-coverage" "^0.2.3" - "@jest/console" "^28.1.3" - "@jest/test-result" "^28.1.3" - "@jest/transform" "^28.1.3" - "@jest/types" "^28.1.3" - "@jridgewell/trace-mapping" "^0.3.13" + "@jest/console" "^29.0.1" + "@jest/test-result" "^29.0.1" + "@jest/transform" "^29.0.1" + "@jest/types" "^29.0.1" + "@jridgewell/trace-mapping" "^0.3.15" "@types/node" "*" chalk "^4.0.0" collect-v8-coverage "^1.0.0" @@ -1939,9 +1966,9 @@ istanbul-lib-report "^3.0.0" istanbul-lib-source-maps "^4.0.0" istanbul-reports "^3.1.3" - jest-message-util "^28.1.3" - jest-util "^28.1.3" - jest-worker "^28.1.3" + jest-message-util "^29.0.1" + jest-util "^29.0.1" + jest-worker "^29.0.1" slash "^3.0.0" string-length "^4.0.1" strip-ansi "^6.0.0" @@ -1955,51 +1982,58 @@ dependencies: "@sinclair/typebox" "^0.24.1" -"@jest/source-map@^28.1.2": - version "28.1.2" - resolved "https://registry.yarnpkg.com/@jest/source-map/-/source-map-28.1.2.tgz#7fe832b172b497d6663cdff6c13b0a920e139e24" - integrity sha512-cV8Lx3BeStJb8ipPHnqVw/IM2VCMWO3crWZzYodSIkxXnRcXJipCdx1JCK0K5MsJJouZQTH73mzf4vgxRaH9ww== +"@jest/schemas@^29.0.0": + version "29.0.0" + resolved "https://registry.yarnpkg.com/@jest/schemas/-/schemas-29.0.0.tgz#5f47f5994dd4ef067fb7b4188ceac45f77fe952a" + integrity sha512-3Ab5HgYIIAnS0HjqJHQYZS+zXc4tUmTmBH3z83ajI6afXp8X3ZtdLX+nXx+I7LNkJD7uN9LAVhgnjDgZa2z0kA== + dependencies: + "@sinclair/typebox" "^0.24.1" + +"@jest/source-map@^29.0.0": + version "29.0.0" + resolved "https://registry.yarnpkg.com/@jest/source-map/-/source-map-29.0.0.tgz#f8d1518298089f8ae624e442bbb6eb870ee7783c" + integrity sha512-nOr+0EM8GiHf34mq2GcJyz/gYFyLQ2INDhAylrZJ9mMWoW21mLBfZa0BUVPPMxVYrLjeiRe2Z7kWXOGnS0TFhQ== dependencies: - "@jridgewell/trace-mapping" "^0.3.13" + "@jridgewell/trace-mapping" "^0.3.15" callsites "^3.0.0" graceful-fs "^4.2.9" -"@jest/test-result@^28.1.3": - version "28.1.3" - resolved "https://registry.yarnpkg.com/@jest/test-result/-/test-result-28.1.3.tgz#5eae945fd9f4b8fcfce74d239e6f725b6bf076c5" - integrity sha512-kZAkxnSE+FqE8YjW8gNuoVkkC9I7S1qmenl8sGcDOLropASP+BkcGKwhXoyqQuGOGeYY0y/ixjrd/iERpEXHNg== +"@jest/test-result@^29.0.1": + version "29.0.1" + resolved "https://registry.yarnpkg.com/@jest/test-result/-/test-result-29.0.1.tgz#97ac334e4c6f7d016c341cdd500aa423a38e4cdd" + integrity sha512-XCA4whh/igxjBaR/Hg8qwFd/uTsauoD7QAdAYUjV2CSGx0+iunhjoCRRWTwqjQrETRqOJABx6kNfw0+C0vMSgQ== dependencies: - "@jest/console" "^28.1.3" - "@jest/types" "^28.1.3" + "@jest/console" "^29.0.1" + "@jest/types" "^29.0.1" "@types/istanbul-lib-coverage" "^2.0.0" collect-v8-coverage "^1.0.0" -"@jest/test-sequencer@^28.1.3": - version "28.1.3" - resolved "https://registry.yarnpkg.com/@jest/test-sequencer/-/test-sequencer-28.1.3.tgz#9d0c283d906ac599c74bde464bc0d7e6a82886c3" - integrity sha512-NIMPEqqa59MWnDi1kvXXpYbqsfQmSJsIbnd85mdVGkiDfQ9WQQTXOLsvISUfonmnBT+w85WEgneCigEEdHDFxw== +"@jest/test-sequencer@^29.0.1": + version "29.0.1" + resolved "https://registry.yarnpkg.com/@jest/test-sequencer/-/test-sequencer-29.0.1.tgz#7074b5f89ce30941b5b0fb493a19308d441a30b8" + integrity sha512-3GhSBMCRcWXGluP2Dw7CLP6mNke/t+EcftF5YjzhX1BJmqcatMbtZVwjuCfZy0TCME1GevXy3qTyV5PLpwIFKQ== dependencies: - "@jest/test-result" "^28.1.3" + "@jest/test-result" "^29.0.1" graceful-fs "^4.2.9" - jest-haste-map "^28.1.3" + jest-haste-map "^29.0.1" slash "^3.0.0" -"@jest/transform@^28.1.3": - version "28.1.3" - resolved "https://registry.yarnpkg.com/@jest/transform/-/transform-28.1.3.tgz#59d8098e50ab07950e0f2fc0fc7ec462371281b0" - integrity sha512-u5dT5di+oFI6hfcLOHGTAfmUxFRrjK+vnaP0kkVow9Md/M7V/MxqQMOz/VV25UZO8pzeA9PjfTpOu6BDuwSPQA== +"@jest/transform@^29.0.1": + version "29.0.1" + resolved "https://registry.yarnpkg.com/@jest/transform/-/transform-29.0.1.tgz#fdaa5d9e135c9bd7addbe65bedd1f15ad028cc7e" + integrity sha512-6UxXtqrPScFdDhoip8ys60dQAIYppQinyR87n9nlasR/ZnFfJohKToqzM29KK4gb9gHRv5oDFChdqZKE0SIhsg== dependencies: "@babel/core" "^7.11.6" - "@jest/types" "^28.1.3" - "@jridgewell/trace-mapping" "^0.3.13" + "@jest/types" "^29.0.1" + "@jridgewell/trace-mapping" "^0.3.15" babel-plugin-istanbul "^6.1.1" chalk "^4.0.0" convert-source-map "^1.4.0" - fast-json-stable-stringify "^2.0.0" + fast-json-stable-stringify "^2.1.0" graceful-fs "^4.2.9" - jest-haste-map "^28.1.3" - jest-regex-util "^28.0.2" - jest-util "^28.1.3" + jest-haste-map "^29.0.1" + jest-regex-util "^29.0.0" + jest-util "^29.0.1" micromatch "^4.0.4" pirates "^4.0.4" slash "^3.0.0" @@ -2017,6 +2051,18 @@ "@types/yargs" "^17.0.8" chalk "^4.0.0" +"@jest/types@^29.0.1": + version "29.0.1" + resolved "https://registry.yarnpkg.com/@jest/types/-/types-29.0.1.tgz#1985650acf137bdb81710ff39a4689ec071dd86a" + integrity sha512-ft01rxzVsbh9qZPJ6EFgAIj3PT9FCRfBF9Xljo2/33VDOUjLZr0ZJ2oKANqh9S/K0/GERCsHDAQlBwj7RxA+9g== + dependencies: + "@jest/schemas" "^29.0.0" + "@types/istanbul-lib-coverage" "^2.0.0" + "@types/istanbul-reports" "^3.0.0" + "@types/node" "*" + "@types/yargs" "^17.0.8" + chalk "^4.0.0" + "@jridgewell/gen-mapping@^0.1.0": version "0.1.1" resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.1.1.tgz#e5d2e450306a9491e3bd77e323e38d7aff315996" @@ -2035,9 +2081,9 @@ "@jridgewell/trace-mapping" "^0.3.9" "@jridgewell/resolve-uri@^3.0.3": - version "3.0.8" - resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.0.8.tgz#687cc2bbf243f4e9a868ecf2262318e2658873a1" - integrity sha512-YK5G9LaddzGbcucK4c8h5tWFmMPBvRZ/uyWmN1/SbBdIvqGUdWGkJ5BAaccgs6XbzVLsqbPJrBSFwKv3kT9i7w== + version "3.1.0" + resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz#2203b118c157721addfe69d47b70465463066d78" + integrity sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w== "@jridgewell/set-array@^1.0.0", "@jridgewell/set-array@^1.0.1": version "1.1.2" @@ -2065,10 +2111,10 @@ "@jridgewell/resolve-uri" "^3.0.3" "@jridgewell/sourcemap-codec" "^1.4.10" -"@jridgewell/trace-mapping@^0.3.12", "@jridgewell/trace-mapping@^0.3.13", "@jridgewell/trace-mapping@^0.3.9": - version "0.3.14" - resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.14.tgz#b231a081d8f66796e475ad588a1ef473112701ed" - integrity sha512-bJWEfQ9lPTvm3SneWwRFVLzrh6nhjwqw7TUFFBEMzwvg7t7PCDenf2lDwqo4NQXzdpgBXyFgDWnQA+2vkruksQ== +"@jridgewell/trace-mapping@^0.3.12", "@jridgewell/trace-mapping@^0.3.15", "@jridgewell/trace-mapping@^0.3.9": + version "0.3.15" + resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.15.tgz#aba35c48a38d3fd84b37e66c9c0423f9744f9774" + integrity sha512-oWZNOULl+UbhsgB51uuZzglikfIKSUBO/M9W2OfEjn7cmqoAiCgmv9lyACTUacZwBz0ITnJ2NqjU8Tx0DHL88g== dependencies: "@jridgewell/resolve-uri" "^3.0.3" "@jridgewell/sourcemap-codec" "^1.4.10" @@ -2208,10 +2254,10 @@ html-entities "^2.3.3" tslib "^2.3.1" -"@markuplint/svelte-parser@^2.2.3": - version "2.2.3" - resolved "https://registry.yarnpkg.com/@markuplint/svelte-parser/-/svelte-parser-2.2.3.tgz#0b133b423c9157b08b7d647cf5490397343c19a9" - integrity sha512-TQzuSFL2GrH1l8su+I+IdXXN7R3AgD1yUIjOSxUXo5IZXgqBYjNQGQmCkG0U84KGAJEdBDuzHsORHl3V9OUPPA== +"@markuplint/svelte-parser@^2.2.4": + version "2.2.4" + resolved "https://registry.yarnpkg.com/@markuplint/svelte-parser/-/svelte-parser-2.2.4.tgz#33bd184cb6d6fdcc9a540131986a0b93889651d0" + integrity sha512-CtmKJzZdSmseGpM0qRrAI8jZ47Ub8hQn/0UfDEMs0JpREI8b+rxkWuIEiBpif5gP52bi7J/0kvLXz9P9Cg6rRg== dependencies: "@markuplint/html-parser" "2.2.2" "@markuplint/ml-ast" "2.0.1-dev.20220307.0" @@ -2270,23 +2316,23 @@ fastq "^1.6.0" "@npmcli/config@^4.0.0": - version "4.1.0" - resolved "https://registry.yarnpkg.com/@npmcli/config/-/config-4.1.0.tgz#5c92e5ded2a44baf76b94926646329c3b39e79b8" - integrity sha512-cPQmIQ2Q0vuOfrenrA3isikdMFMAHgzlXV+EmvZ8f2JeJsU5xTU2bG7ipXECiMvPF9nM+QDnMLuIg8QLw9H4xg== + version "4.2.2" + resolved "https://registry.yarnpkg.com/@npmcli/config/-/config-4.2.2.tgz#2e3334dda84f48d059309c53d152e66b05ca24b7" + integrity sha512-5GNcLd+0c4bYBnFop53+26CO5GQP0R9YcxlernohpHDWdIgzUg9I0+GEMk3sNHnLntATVU39d283A4OO+W402w== dependencies: "@npmcli/map-workspaces" "^2.0.2" ini "^3.0.0" mkdirp-infer-owner "^2.0.0" - nopt "^5.0.0" + nopt "^6.0.0" proc-log "^2.0.0" read-package-json-fast "^2.0.3" semver "^7.3.5" walk-up-path "^1.0.0" "@npmcli/map-workspaces@^2.0.2": - version "2.0.3" - resolved "https://registry.yarnpkg.com/@npmcli/map-workspaces/-/map-workspaces-2.0.3.tgz#2d3c75119ee53246e9aa75bc469a55281cd5f08f" - integrity sha512-X6suAun5QyupNM8iHkNPh0AHdRC2rb1W+MTdMvvA/2ixgmqZwlq5cGUBgmKHUHT2LgrkKJMAXbfAoTxOigpK8Q== + version "2.0.4" + resolved "https://registry.yarnpkg.com/@npmcli/map-workspaces/-/map-workspaces-2.0.4.tgz#9e5e8ab655215a262aefabf139782b894e0504fc" + integrity sha512-bMo0aAfwhVwqoVM5UzX1DJnlvVvzDCHae821jv48L1EsrYwfOZChlqWYXEtto/+BkBXetPbEWgau++/brh4oVg== dependencies: "@npmcli/name-from-folder" "^1.0.1" glob "^8.0.1" @@ -2298,60 +2344,60 @@ resolved "https://registry.yarnpkg.com/@npmcli/name-from-folder/-/name-from-folder-1.0.1.tgz#77ecd0a4fcb772ba6fe927e2e2e155fbec2e6b1a" integrity sha512-qq3oEfcLFwNfEYOQ8HLimRGKlD8WSeGEdtUa7hmzpR8Sa7haL1KVQrvgO6wqMjhWFFVjgtrh1gIxDz+P8sjUaA== -"@pkgr/es-modules@^0.6.1": - version "0.6.2" - resolved "https://registry.yarnpkg.com/@pkgr/es-modules/-/es-modules-0.6.2.tgz#81a605d692d8ef297f304bb6b3ccaadf8a1e52f2" - integrity sha512-Fx+TilP+dhat1fvnrE2pEP5xcSQDLSjPV+Uv1IMxsSX6I/G4AWkLtSPwm5b7CN/7Qmr1zt0/9RJYELAWWVSDmw== +"@pkgr/es-modules@^0.6.2": + version "0.6.3" + resolved "https://registry.yarnpkg.com/@pkgr/es-modules/-/es-modules-0.6.3.tgz#ac6508af00ca42bcedf5e10505018b5a0a2634dd" + integrity sha512-YUbEfRmjVW/CCjL8yUyawS8IAYmbWliaGlYUmYBNJpHyIDusrrvjbTQ+NwRemPfgNRW7/YbOUW7S6rFAlfD8Qg== -"@pkgr/rollup@^3.1.4": - version "3.1.4" - resolved "https://registry.yarnpkg.com/@pkgr/rollup/-/rollup-3.1.4.tgz#d8145159fdd07cb579374aaa6c072313ec9072a6" - integrity sha512-OwR/WxTz0LjUwQYvg5YHrAazIi0yj4CH9WpKdo4UOI2kkv9jSJdI6Eh2ZAMcMUNv51yU1NzpNvsrbTw2CrXJqw== +"@pkgr/rollup@^3.2.0": + version "3.2.1" + resolved "https://registry.yarnpkg.com/@pkgr/rollup/-/rollup-3.2.1.tgz#e5955bc7a621bdd1d9c4647db675386875bc03ec" + integrity sha512-HpNuDSInJPl3PBGT/Fi8Im8jFLXaVBm/Y+5ctQtRoogcXe8WK+R8i84LFwfc/T0vd84lBFn0NG1TCbmifY2FPQ== dependencies: - "@babel/core" "^7.18.6" - "@babel/plugin-proposal-decorators" "^7.18.6" - "@babel/preset-env" "^7.18.6" + "@babel/core" "^7.18.13" + "@babel/plugin-proposal-decorators" "^7.18.10" + "@babel/preset-env" "^7.18.10" "@babel/preset-typescript" "^7.18.6" - "@pkgr/es-modules" "^0.6.1" - "@pkgr/umd-globals" "^0.8.1" + "@pkgr/es-modules" "^0.6.2" + "@pkgr/umd-globals" "^0.8.2" "@pkgr/utils" "^2.3.0" "@rollup/plugin-alias" "^3.1.9" "@rollup/plugin-babel" "^5.3.1" - "@rollup/plugin-commonjs" "^22.0.1" + "@rollup/plugin-commonjs" "^22.0.2" "@rollup/plugin-json" "^4.1.0" "@rollup/plugin-node-resolve" "^13.3.0" "@rollup/plugin-replace" "^4.0.0" "@rollup/plugin-url" "^7.0.0" builtin-modules "^3.3.0" - commander "^9.3.0" - core-js "^3.23.3" + commander "^9.4.0" + core-js "^3.25.0" debug "^4.3.4" - esbuild "^0.14.48" + esbuild "^0.15.5" is-glob "^4.0.3" jsox "^1.2.113" lodash-es "^4.17.21" micromatch "^4.0.5" - postcss "^8.4.14" - rollup "^2.75.7" + postcss "^8.4.16" + rollup "^2.78.1" rollup-plugin-copy "^3.4.0" - rollup-plugin-esbuild "^4.9.1" + rollup-plugin-esbuild "^4.9.3" rollup-plugin-postcss "^4.0.2" rollup-plugin-terser "^7.0.2" - rollup-plugin-unassert "^0.4.0" + rollup-plugin-unassert "^0.5.0" rollup-plugin-vue "^6.0.0" rollup-plugin-vue-jsx-compat "^0.0.6" tslib "^2.4.0" - unassert "^1.6.0" + unassert "^2.0.0" -"@pkgr/umd-globals@^0.8.1": - version "0.8.2" - resolved "https://registry.yarnpkg.com/@pkgr/umd-globals/-/umd-globals-0.8.2.tgz#c70b7bfef502c639c8ea32786dad8c435462b469" - integrity sha512-BN28H4aFKL8YH+ur6TCdyAQK+JjtoWAK0qxG+xVrRU3X/tks4kUVHhgETFgQbH7gy1u/KDcvU2VxBN/Aukc7IQ== +"@pkgr/umd-globals@^0.8.2": + version "0.8.3" + resolved "https://registry.yarnpkg.com/@pkgr/umd-globals/-/umd-globals-0.8.3.tgz#229d5df38e1dd2ec29c04a3c69ebbbb0e120bf17" + integrity sha512-Q9W/XvQmoz2jXsQbCUA3iI3rO7Xufvmx0QE/2wAUEUwNzCQwkv8+Xm7isLWh3Y9K6IEDgdQqigLPq440Gw1CiQ== -"@pkgr/utils@^2.2.0", "@pkgr/utils@^2.3.0": - version "2.3.0" - resolved "https://registry.yarnpkg.com/@pkgr/utils/-/utils-2.3.0.tgz#3b8491f112a80839450498816767eb03b7db6139" - integrity sha512-7dIJ9CRVzBnqyEl7diUHPUFJf/oty2SeoVzcMocc5PeOUDK9KGzvgIBjGRRzzlRDaOjh3ADwH0WeibQvi3ls2Q== +"@pkgr/utils@^2.3.0": + version "2.3.1" + resolved "https://registry.yarnpkg.com/@pkgr/utils/-/utils-2.3.1.tgz#0a9b06ffddee364d6642b3cd562ca76f55b34a03" + integrity sha512-wfzX8kc1PMyUILA+1Z/EqoE4UCXGy0iRGMhPwdfae1+f0OXlLqCk+By+aMzgJBzR9AzS4CDizioG6Ss1gvAFJw== dependencies: cross-spawn "^7.0.3" is-glob "^4.0.3" @@ -2360,17 +2406,17 @@ tiny-glob "^0.2.9" tslib "^2.4.0" -"@prettier/plugin-pug@^2.1.1": - version "2.1.1" - resolved "https://registry.yarnpkg.com/@prettier/plugin-pug/-/plugin-pug-2.1.1.tgz#4426a0aa73abbaab36a5f8abc844e069bb2fe4e4" - integrity sha512-YSeE1Z1BCR/ylKv9WE66mvS0OqXaNRoRFFz/VtLoHeU98QZSljUUehyql7Se5NJSUhRSEbkpla42sPu8Ms6Epg== +"@prettier/plugin-pug@^2.2.0": + version "2.2.0" + resolved "https://registry.yarnpkg.com/@prettier/plugin-pug/-/plugin-pug-2.2.0.tgz#1794b1f27b34f9ef6e9519b8a64f2e5e73ad96eb" + integrity sha512-W5CIXtMauz6xB4b0TeBW1Jxtk2ArggKMwqDHdGOfQ9ahABsttg2YZoQgLytETuo8Gjq0QkaGhAGD1pfDaUOZUQ== dependencies: pug-lexer "^5.0.0" -"@prettier/plugin-ruby@^3.1.2": - version "3.1.2" - resolved "https://registry.yarnpkg.com/@prettier/plugin-ruby/-/plugin-ruby-3.1.2.tgz#184b154d666fb4af3c41cf6bd55c373bb3b3540f" - integrity sha512-0riBsZYu9MEdWgiZPKpZTdCbvLOk01xTvOs1wJbO7Hw4Fd/rX4Qhz+qsgJm+zloO99Zng88OQy96nSb6KUQHZg== +"@prettier/plugin-ruby@^3.2.0": + version "3.2.0" + resolved "https://registry.yarnpkg.com/@prettier/plugin-ruby/-/plugin-ruby-3.2.0.tgz#7301d2bcbb062638c839351fd5311e2bbd8fd740" + integrity sha512-hCE4OVohe79FBAy0s9QLq8PmUc9cD4NbQtm2NHPWbSMq3mwHCRaxA+KYDRhHvG4AQIcf4YeQM8oRuTNyvLA41w== dependencies: prettier ">=2.3.0" @@ -2397,10 +2443,10 @@ "@babel/helper-module-imports" "^7.10.4" "@rollup/pluginutils" "^3.1.0" -"@rollup/plugin-commonjs@^22.0.1": - version "22.0.1" - resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-22.0.1.tgz#f7cb777d20de3eeeaf994f39080115c336bef810" - integrity sha512-dGfEZvdjDHObBiP5IvwTKMVeq/tBZGMBHZFMdIV1ClMM/YoWS34xrHFGfag9SN2ZtMgNZRFruqvxZQEa70O6nQ== +"@rollup/plugin-commonjs@^22.0.2": + version "22.0.2" + resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-22.0.2.tgz#ee8ca8415cda30d383b4096aad5222435b4b69b6" + integrity sha512-//NdP6iIwPbMTcazYsiBMbJW7gfmpHom33u1beiIoHDEM0Q9clvtQB1T0efvMqHeKsGohiHo97BCPCkBXdscwg== dependencies: "@rollup/pluginutils" "^3.1.0" commondir "^1.0.1" @@ -2464,9 +2510,9 @@ picomatch "^2.2.2" "@sinclair/typebox@^0.24.1": - version "0.24.20" - resolved "https://registry.yarnpkg.com/@sinclair/typebox/-/typebox-0.24.20.tgz#11a657875de6008622d53f56e063a6347c51a6dd" - integrity sha512-kVaO5aEFZb33nPMTZBxiPEkY+slxiPtqC7QX8f9B3eGOMBvEfuMfxp9DSTTCsRJPumPKjrge4yagyssO4q6qzQ== + version "0.24.28" + resolved "https://registry.yarnpkg.com/@sinclair/typebox/-/typebox-0.24.28.tgz#15aa0b416f82c268b1573ab653e4413c965fe794" + integrity sha512-dgJd3HLOkLmz4Bw50eZx/zJwtBq65nms3N9VBYu5LTjJ883oBFkTyXRlCB/ZGGwqYpJJHA5zW2Ibhl5ngITfow== "@sinonjs/commons@^1.7.0": version "1.8.3" @@ -2556,9 +2602,9 @@ "@babel/types" "^7.0.0" "@types/babel__traverse@*", "@types/babel__traverse@^7.0.6": - version "7.17.1" - resolved "https://registry.yarnpkg.com/@types/babel__traverse/-/babel__traverse-7.17.1.tgz#1a0e73e8c28c7e832656db372b779bfd2ef37314" - integrity sha512-kVzjari1s2YVi77D3w1yuvohV2idweYXMCDzqBiVNN63TcDWrIlTVOYpqVrvbbyOE/IyzBoTKF0fdnLPEORFxA== + version "7.18.0" + resolved "https://registry.yarnpkg.com/@types/babel__traverse/-/babel__traverse-7.18.0.tgz#8134fd78cb39567465be65b9fdc16d378095f41f" + integrity sha512-v4Vwdko+pgymgS+A2UIaJru93zQd85vIGWObM5ekZNdXCKtDYqATlEYnWgfo86Q6I1Lh0oXnksDnMU1cwmlPDw== dependencies: "@babel/types" "^7.3.0" @@ -2584,25 +2630,25 @@ "@types/eslint" "*" "@types/unist" "*" -"@types/eslint@*", "@types/eslint@^8.4.5": - version "8.4.5" - resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-8.4.5.tgz#acdfb7dd36b91cc5d812d7c093811a8f3d9b31e4" - integrity sha512-dhsC09y1gpJWnK+Ff4SGvCuSnk9DaU0BJZSzOwa6GVSg65XtTugLBITDAAzRU5duGBoXBHpdR/9jHGxJjNflJQ== +"@types/eslint@*", "@types/eslint@^8.4.6": + version "8.4.6" + resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-8.4.6.tgz#7976f054c1bccfcf514bff0564c0c41df5c08207" + integrity sha512-/fqTbjxyFUaYNO7VcW5g+4npmqVACz1bB7RTHYuLj+PRjw9hrCwrUXVQFpChUS0JsyEFvMZ7U/PfmvWgxJhI9g== dependencies: "@types/estree" "*" "@types/json-schema" "*" -"@types/estree-jsx@^0.0.1": - version "0.0.1" - resolved "https://registry.yarnpkg.com/@types/estree-jsx/-/estree-jsx-0.0.1.tgz#c36d7a1afeb47a95a8ee0b7bc8bc705db38f919d" - integrity sha512-gcLAYiMfQklDCPjQegGn0TBAn9it05ISEsEhlKQUddIk7o2XDokOcTN7HBO8tznM0D9dGezvHEfRZBfZf6me0A== +"@types/estree-jsx@^1.0.0": + version "1.0.0" + resolved "https://registry.yarnpkg.com/@types/estree-jsx/-/estree-jsx-1.0.0.tgz#7bfc979ab9f692b492017df42520f7f765e98df1" + integrity sha512-3qvGd0z8F2ENTGr/GG1yViqfiKmRfrXVx5sJyHGFu3z7m5g5utCQtGp/g29JnjflhtQJBv1WDQukHiT58xPcYQ== dependencies: "@types/estree" "*" -"@types/estree@*", "@types/estree@^0.0.51": - version "0.0.51" - resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.51.tgz#cfd70924a25a3fd32b218e5e420e6897e1ac4f40" - integrity sha512-CuPgU6f3eT/XgKKPqKd/gLZV1Xmvf1a2R5POBOGQa6uv82xpls89HU5zKeVoyR8XzHd1RGNOlQlvUe3CFkjWNQ== +"@types/estree@*", "@types/estree@^1.0.0": + version "1.0.0" + resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.0.tgz#5fb2e536c1ae9bf35366eed879e827fa59ca41c2" + integrity sha512-WulqXMDUTYAXCjZnk6JtIHPigp55cVtDgDrO2gHRwhyJto21+1zbVCtOYB2L1F9w4qCQ0rOGWBnBe0FNTiEJIQ== "@types/estree@0.0.39": version "0.0.39" @@ -2669,12 +2715,12 @@ dependencies: "@types/istanbul-lib-report" "*" -"@types/jest@^28.1.6": - version "28.1.6" - resolved "https://registry.yarnpkg.com/@types/jest/-/jest-28.1.6.tgz#d6a9cdd38967d2d746861fb5be6b120e38284dd4" - integrity sha512-0RbGAFMfcBJKOmqRazM8L98uokwuwD5F8rHrv/ZMbrZBwVOWZUyPG6VFNscjYr/vjM3Vu4fRrCPbOs42AfemaQ== +"@types/jest@^28.1.8": + version "28.1.8" + resolved "https://registry.yarnpkg.com/@types/jest/-/jest-28.1.8.tgz#6936409f3c9724ea431efd412ea0238a0f03b09b" + integrity sha512-8TJkV++s7B6XqnDrzR1m/TT0A0h948Pnl/097veySPN67VRAgQ4gZ7n2KfJo2rVq6njQjdxU3GCCyDvAeuHoiw== dependencies: - jest-matcher-utils "^28.0.0" + expect "^28.0.0" pretty-format "^28.0.0" "@types/json-schema@*", "@types/json-schema@^7.0.9": @@ -2682,11 +2728,6 @@ resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.11.tgz#d421b6c527a3037f7c84433fd2c4229e016863d3" integrity sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ== -"@types/json5@^0.0.29": - version "0.0.29" - resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee" - integrity sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ== - "@types/mdast@^3.0.0": version "3.0.10" resolved "https://registry.yarnpkg.com/@types/mdast/-/mdast-3.0.10.tgz#4724244a82a4598884cbbe9bcfd73dff927ee8af" @@ -2695,9 +2736,9 @@ "@types/unist" "*" "@types/minimatch@*": - version "3.0.5" - resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.5.tgz#1001cc5e6a3704b83c236027e77f2f58ea010f40" - integrity sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ== + version "5.1.0" + resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-5.1.0.tgz#c3018161691376002f8a22ebb87f341e0dba3219" + integrity sha512-0RJHq5FqDWo17kdHe+SMDJLfxmLaqHbWnqZ6gNKzDvStUlrmx/eKIY17+ifLS1yybo7X86aUshQMlittDOVNnw== "@types/minimist@^1.2.0": version "1.2.2" @@ -2709,16 +2750,21 @@ resolved "https://registry.yarnpkg.com/@types/ms/-/ms-0.7.31.tgz#31b7ca6407128a3d2bbc27fe2d21b345397f6197" integrity sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA== -"@types/node@*", "@types/node@>=12", "@types/node@^18.0.0", "@types/node@^18.0.6": - version "18.0.6" - resolved "https://registry.yarnpkg.com/@types/node/-/node-18.0.6.tgz#0ba49ac517ad69abe7a1508bc9b3a5483df9d5d7" - integrity sha512-/xUq6H2aQm261exT6iZTMifUySEt4GR5KX8eYyY+C4MSNPqSh9oNIP7tz2GLKTlFaiBbgZNxffoR3CVRG+cljw== +"@types/node@*", "@types/node@^18.0.0", "@types/node@^18.7.13": + version "18.7.13" + resolved "https://registry.yarnpkg.com/@types/node/-/node-18.7.13.tgz#23e6c5168333480d454243378b69e861ab5c011a" + integrity sha512-46yIhxSe5xEaJZXWdIBP7GU4HDTG8/eo0qd9atdiL+lFpA03y8KS+lkTN834TWJj5767GbWv4n/P6efyTFt1Dw== "@types/node@^12.7.1": version "12.20.55" resolved "https://registry.yarnpkg.com/@types/node/-/node-12.20.55.tgz#c329cbd434c42164f846b909bd6f85b5537f6240" integrity sha512-J8xLz7q2OFulZ2cyGTLE1TbbZcjpno7FaN6zdJNrgAdrJ+DZzh/uFR6YrTb4C+nXakvud8Q4+rbhoIWlYQbUFQ== +"@types/node@^14.0.0": + version "14.18.26" + resolved "https://registry.yarnpkg.com/@types/node/-/node-14.18.26.tgz#239e19f8b4ea1a9eb710528061c1d733dc561996" + integrity sha512-0b+utRBSYj8L7XAp0d+DX7lI4cSmowNaaTkk6/1SKzbKkG+doLuPusB9EOvzLJ8ahJSk03bTLIL6cWaEd4dBKA== + "@types/normalize-package-data@^2.4.0": version "2.4.1" resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz#d3357479a0fdfdd5907fe67e17e0a85c906e1301" @@ -2730,19 +2776,19 @@ integrity sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA== "@types/prettier@^2.1.5": - version "2.6.3" - resolved "https://registry.yarnpkg.com/@types/prettier/-/prettier-2.6.3.tgz#68ada76827b0010d0db071f739314fa429943d0a" - integrity sha512-ymZk3LEC/fsut+/Q5qejp6R9O1rMxz3XaRHDV6kX8MrGAhOSPqVARbDi+EZvInBpw+BnCX3TD240byVkOfQsHg== + version "2.7.0" + resolved "https://registry.yarnpkg.com/@types/prettier/-/prettier-2.7.0.tgz#ea03e9f0376a4446f44797ca19d9c46c36e352dc" + integrity sha512-RI1L7N4JnW5gQw2spvL7Sllfuf1SaHdrZpCHiBlCXjIlufi1SMNnbu2teze3/QE67Fg2tBlH7W+mi4hVNk4p0A== "@types/prop-types@*": version "15.7.5" resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.5.tgz#5f19d2b85a98e9558036f6a3cacc8819420f05cf" integrity sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w== -"@types/react@^18.0.15": - version "18.0.15" - resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.15.tgz#d355644c26832dc27f3e6cbf0c4f4603fc4ab7fe" - integrity sha512-iz3BtLuIYH1uWdsv6wXYdhozhqj20oD4/Hk2DNXIn1kFsmp9x8d9QB6FnPhfkbhd2PgEONt9Q1x/ebkwjfFLow== +"@types/react@^18.0.17": + version "18.0.17" + resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.17.tgz#4583d9c322d67efe4b39a935d223edcc7050ccf4" + integrity sha512-38ETy4tL+rn4uQQi7mB81G7V1g0u2ryquNmsVIOKUAEIDK+3CUjZ6rSRpdvS99dNBnkLFL83qfmtLacGOTIhwQ== dependencies: "@types/prop-types" "*" "@types/scheduler" "*" @@ -2786,20 +2832,20 @@ integrity sha512-iO9ZQHkZxHn4mSakYV0vFHAVDyEOIJQrV2uZ06HxEPcx+mt8swXoZHIbaaJ2crJYFfErySgktuTZ3BeLz+XmFA== "@types/yargs@^17.0.8": - version "17.0.10" - resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-17.0.10.tgz#591522fce85d8739bca7b8bb90d048e4478d186a" - integrity sha512-gmEaFwpj/7f/ROdtIlci1R1VYU1J4j95m8T+Tj3iBgiBFKg1foE/PSl93bBd5T9LDXNPo8UlNN6W0qwD8O5OaA== + version "17.0.11" + resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-17.0.11.tgz#5e10ca33e219807c0eee0f08b5efcba9b6a42c06" + integrity sha512-aB4y9UDUXTSMxmM4MH+YnuR0g5Cph3FLQBoWoMB21DSvFVAxRVEHEMx3TLh+zUZYMCQtKiqazz0Q4Rre31f/OA== dependencies: "@types/yargs-parser" "*" -"@typescript-eslint/eslint-plugin@^5.30.6": - version "5.30.7" - resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.30.7.tgz#1621dabc1ae4084310e19e9efc80dfdbb97e7493" - integrity sha512-l4L6Do+tfeM2OK0GJsU7TUcM/1oN/N25xHm3Jb4z3OiDU4Lj8dIuxX9LpVMS9riSXQs42D1ieX7b85/r16H9Fw== +"@typescript-eslint/eslint-plugin@^5.35.1": + version "5.35.1" + resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.35.1.tgz#0d822bfea7469904dfc1bb8f13cabd362b967c93" + integrity sha512-RBZZXZlI4XCY4Wzgy64vB+0slT9+yAPQRjj/HSaRwUot33xbDjF1oN9BLwOLTewoOI0jothIltZRe9uJCHf8gg== dependencies: - "@typescript-eslint/scope-manager" "5.30.7" - "@typescript-eslint/type-utils" "5.30.7" - "@typescript-eslint/utils" "5.30.7" + "@typescript-eslint/scope-manager" "5.35.1" + "@typescript-eslint/type-utils" "5.35.1" + "@typescript-eslint/utils" "5.35.1" debug "^4.3.4" functional-red-black-tree "^1.0.1" ignore "^5.2.0" @@ -2807,14 +2853,14 @@ semver "^7.3.7" tsutils "^3.21.0" -"@typescript-eslint/parser@^5.30.6": - version "5.30.7" - resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.30.7.tgz#99d09729392aec9e64b1de45cd63cb81a4ddd980" - integrity sha512-Rg5xwznHWWSy7v2o0cdho6n+xLhK2gntImp0rJroVVFkcYFYQ8C8UJTSuTw/3CnExBmPjycjmUJkxVmjXsld6A== +"@typescript-eslint/parser@^5.35.1": + version "5.35.1" + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.35.1.tgz#bf2ee2ebeaa0a0567213748243fb4eec2857f04f" + integrity sha512-XL2TBTSrh3yWAsMYpKseBYTVpvudNf69rPOWXWVBI08My2JVT5jR66eTt4IgQFHA/giiKJW5dUD4x/ZviCKyGg== dependencies: - "@typescript-eslint/scope-manager" "5.30.7" - "@typescript-eslint/types" "5.30.7" - "@typescript-eslint/typescript-estree" "5.30.7" + "@typescript-eslint/scope-manager" "5.35.1" + "@typescript-eslint/types" "5.35.1" + "@typescript-eslint/typescript-estree" "5.35.1" debug "^4.3.4" "@typescript-eslint/scope-manager@5.29.0": @@ -2825,20 +2871,20 @@ "@typescript-eslint/types" "5.29.0" "@typescript-eslint/visitor-keys" "5.29.0" -"@typescript-eslint/scope-manager@5.30.7": - version "5.30.7" - resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.30.7.tgz#8269a931ef1e5ae68b5eb80743cc515c4ffe3dd7" - integrity sha512-7BM1bwvdF1UUvt+b9smhqdc/eniOnCKxQT/kj3oXtj3LqnTWCAM0qHRHfyzCzhEfWX0zrW7KqXXeE4DlchZBKw== +"@typescript-eslint/scope-manager@5.35.1": + version "5.35.1" + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.35.1.tgz#ccb69d54b7fd0f2d0226a11a75a8f311f525ff9e" + integrity sha512-kCYRSAzIW9ByEIzmzGHE50NGAvAP3wFTaZevgWva7GpquDyFPFcmvVkFJGWJJktg/hLwmys/FZwqM9EKr2u24Q== dependencies: - "@typescript-eslint/types" "5.30.7" - "@typescript-eslint/visitor-keys" "5.30.7" + "@typescript-eslint/types" "5.35.1" + "@typescript-eslint/visitor-keys" "5.35.1" -"@typescript-eslint/type-utils@5.30.7": - version "5.30.7" - resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.30.7.tgz#5693dc3db6f313f302764282d614cfdbc8a9fcfd" - integrity sha512-nD5qAE2aJX/YLyKMvOU5jvJyku4QN5XBVsoTynFrjQZaDgDV6i7QHFiYCx10wvn7hFvfuqIRNBtsgaLe0DbWhw== +"@typescript-eslint/type-utils@5.35.1": + version "5.35.1" + resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.35.1.tgz#d50903b56758c5c8fc3be52b3be40569f27f9c4a" + integrity sha512-8xT8ljvo43Mp7BiTn1vxLXkjpw8wS4oAc00hMSB4L1/jIiYbjjnc3Qp2GAUOG/v8zsNCd1qwcqfCQ0BuishHkw== dependencies: - "@typescript-eslint/utils" "5.30.7" + "@typescript-eslint/utils" "5.35.1" debug "^4.3.4" tsutils "^3.21.0" @@ -2847,10 +2893,10 @@ resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.29.0.tgz#7861d3d288c031703b2d97bc113696b4d8c19aab" integrity sha512-X99VbqvAXOMdVyfFmksMy3u8p8yoRGITgU1joBJPzeYa0rhdf5ok9S56/itRoUSh99fiDoMtarSIJXo7H/SnOg== -"@typescript-eslint/types@5.30.7": - version "5.30.7" - resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.30.7.tgz#18331487cc92d0f1fb1a6f580c8ec832528079d0" - integrity sha512-ocVkETUs82+U+HowkovV6uxf1AnVRKCmDRNUBUUo46/5SQv1owC/EBFkiu4MOHeZqhKz2ktZ3kvJJ1uFqQ8QPg== +"@typescript-eslint/types@5.35.1": + version "5.35.1" + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.35.1.tgz#af355fe52a0cc88301e889bc4ada72f279b63d61" + integrity sha512-FDaujtsH07VHzG0gQ6NDkVVhi1+rhq0qEvzHdJAQjysN+LHDCKDKCBRlZFFE0ec0jKxiv0hN63SNfExy0KrbQQ== "@typescript-eslint/typescript-estree@5.29.0": version "5.29.0" @@ -2865,13 +2911,13 @@ semver "^7.3.7" tsutils "^3.21.0" -"@typescript-eslint/typescript-estree@5.30.7": - version "5.30.7" - resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.30.7.tgz#05da9f1b281985bfedcf62349847f8d168eecc07" - integrity sha512-tNslqXI1ZdmXXrHER83TJ8OTYl4epUzJC0aj2i4DMDT4iU+UqLT3EJeGQvJ17BMbm31x5scSwo3hPM0nqQ1AEA== +"@typescript-eslint/typescript-estree@5.35.1": + version "5.35.1" + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.35.1.tgz#db878a39a0dbdc9bb133f11cdad451770bfba211" + integrity sha512-JUqE1+VRTGyoXlDWWjm6MdfpBYVq+hixytrv1oyjYIBEOZhBCwtpp5ZSvBt4wIA1MKWlnaC2UXl2XmYGC3BoQA== dependencies: - "@typescript-eslint/types" "5.30.7" - "@typescript-eslint/visitor-keys" "5.30.7" + "@typescript-eslint/types" "5.35.1" + "@typescript-eslint/visitor-keys" "5.35.1" debug "^4.3.4" globby "^11.1.0" is-glob "^4.0.3" @@ -2890,15 +2936,15 @@ eslint-scope "^5.1.1" eslint-utils "^3.0.0" -"@typescript-eslint/utils@5.30.7", "@typescript-eslint/utils@^5.10.0": - version "5.30.7" - resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.30.7.tgz#7135be070349e9f7caa262b0ca59dc96123351bb" - integrity sha512-Z3pHdbFw+ftZiGUnm1GZhkJgVqsDL5CYW2yj+TB2mfXDFOMqtbzQi2dNJIyPqPbx9mv2kUxS1gU+r2gKlKi1rQ== +"@typescript-eslint/utils@5.35.1", "@typescript-eslint/utils@^5.10.0": + version "5.35.1" + resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.35.1.tgz#ae1399afbfd6aa7d0ed1b7d941e9758d950250eb" + integrity sha512-v6F8JNXgeBWI4pzZn36hT2HXXzoBBBJuOYvoQiaQaEEjdi5STzux3Yj8v7ODIpx36i/5s8TdzuQ54TPc5AITQQ== dependencies: "@types/json-schema" "^7.0.9" - "@typescript-eslint/scope-manager" "5.30.7" - "@typescript-eslint/types" "5.30.7" - "@typescript-eslint/typescript-estree" "5.30.7" + "@typescript-eslint/scope-manager" "5.35.1" + "@typescript-eslint/types" "5.35.1" + "@typescript-eslint/typescript-estree" "5.35.1" eslint-scope "^5.1.1" eslint-utils "^3.0.0" @@ -2910,18 +2956,18 @@ "@typescript-eslint/types" "5.29.0" eslint-visitor-keys "^3.3.0" -"@typescript-eslint/visitor-keys@5.30.7": - version "5.30.7" - resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.30.7.tgz#c093abae75b4fd822bfbad9fc337f38a7a14909a" - integrity sha512-KrRXf8nnjvcpxDFOKej4xkD7657+PClJs5cJVSG7NNoCNnjEdc46juNAQt7AyuWctuCgs6mVRc1xGctEqrjxWw== +"@typescript-eslint/visitor-keys@5.35.1": + version "5.35.1" + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.35.1.tgz#285e9e34aed7c876f16ff646a3984010035898e6" + integrity sha512-cEB1DvBVo1bxbW/S5axbGPE6b7FIMAbo3w+AGq6zNDA7+NYJOIkKj/sInfTv4edxd4PxJSgdN4t6/pbvgA+n5g== dependencies: - "@typescript-eslint/types" "5.30.7" + "@typescript-eslint/types" "5.35.1" eslint-visitor-keys "^3.3.0" -"@vue/babel-helper-vue-jsx-merge-props@^1.2.1": - version "1.2.1" - resolved "https://registry.yarnpkg.com/@vue/babel-helper-vue-jsx-merge-props/-/babel-helper-vue-jsx-merge-props-1.2.1.tgz#31624a7a505fb14da1d58023725a4c5f270e6a81" - integrity sha512-QOi5OW45e2R20VygMSNhyQHvpdUwQZqGPc748JLGCYEy+yp8fNFNdbNIGAgZmi9e+2JHPd6i6idRuqivyicIkA== +"@vue/babel-helper-vue-jsx-merge-props@^1.4.0": + version "1.4.0" + resolved "https://registry.yarnpkg.com/@vue/babel-helper-vue-jsx-merge-props/-/babel-helper-vue-jsx-merge-props-1.4.0.tgz#8d53a1e21347db8edbe54d339902583176de09f2" + integrity sha512-JkqXfCkUDp4PIlFdDQ0TdXoIejMtTHP67/pvxlgeY+u5k3LEdKuWZ3LK6xkxo52uDoABIVyRwqVkfLQJhk7VBA== "@vue/babel-helper-vue-transform-on@^1.0.2": version "1.0.2" @@ -2943,79 +2989,79 @@ html-tags "^3.1.0" svg-tags "^1.0.0" -"@vue/babel-plugin-transform-vue-jsx@^1.2.1": - version "1.2.1" - resolved "https://registry.yarnpkg.com/@vue/babel-plugin-transform-vue-jsx/-/babel-plugin-transform-vue-jsx-1.2.1.tgz#646046c652c2f0242727f34519d917b064041ed7" - integrity sha512-HJuqwACYehQwh1fNT8f4kyzqlNMpBuUK4rSiSES5D4QsYncv5fxFsLyrxFPG2ksO7t5WP+Vgix6tt6yKClwPzA== +"@vue/babel-plugin-transform-vue-jsx@^1.4.0": + version "1.4.0" + resolved "https://registry.yarnpkg.com/@vue/babel-plugin-transform-vue-jsx/-/babel-plugin-transform-vue-jsx-1.4.0.tgz#4d4b3d46a39ea62b7467dd6e26ce47f7ceafb2fe" + integrity sha512-Fmastxw4MMx0vlgLS4XBX0XiBbUFzoMGeVXuMV08wyOfXdikAFqBTuYPR0tlk+XskL19EzHc39SgjrPGY23JnA== dependencies: "@babel/helper-module-imports" "^7.0.0" "@babel/plugin-syntax-jsx" "^7.2.0" - "@vue/babel-helper-vue-jsx-merge-props" "^1.2.1" + "@vue/babel-helper-vue-jsx-merge-props" "^1.4.0" html-tags "^2.0.0" lodash.kebabcase "^4.1.1" svg-tags "^1.0.0" -"@vue/babel-preset-jsx@^1.3.0": - version "1.3.0" - resolved "https://registry.yarnpkg.com/@vue/babel-preset-jsx/-/babel-preset-jsx-1.3.0.tgz#29f56b7edbfab875dc54a4cbe34646f9a17d830a" - integrity sha512-WFHjZWoUV/W0VAnEM/vi3zhdKsWrYf1TVFuxrpMQXVjhU8w8cxAUzNkmUDvf5iugCNzQssTJp9LjDPHAcmCqUw== - dependencies: - "@vue/babel-helper-vue-jsx-merge-props" "^1.2.1" - "@vue/babel-plugin-transform-vue-jsx" "^1.2.1" - "@vue/babel-sugar-composition-api-inject-h" "^1.3.0" - "@vue/babel-sugar-composition-api-render-instance" "^1.3.0" - "@vue/babel-sugar-functional-vue" "^1.2.2" - "@vue/babel-sugar-inject-h" "^1.2.2" - "@vue/babel-sugar-v-model" "^1.3.0" - "@vue/babel-sugar-v-on" "^1.3.0" - -"@vue/babel-sugar-composition-api-inject-h@^1.3.0": - version "1.3.0" - resolved "https://registry.yarnpkg.com/@vue/babel-sugar-composition-api-inject-h/-/babel-sugar-composition-api-inject-h-1.3.0.tgz#1402f34cea217c7117fb66fdcbd94e1c370cd9c0" - integrity sha512-pIDOutEpqbURdVw7xhgxmuDW8Tl+lTgzJZC5jdlUu0lY2+izT9kz3Umd/Tbu0U5cpCJ2Yhu87BZFBzWpS0Xemg== +"@vue/babel-preset-jsx@^1.4.0": + version "1.4.0" + resolved "https://registry.yarnpkg.com/@vue/babel-preset-jsx/-/babel-preset-jsx-1.4.0.tgz#f4914ba314235ab097bc4372ed67473c0780bfcc" + integrity sha512-QmfRpssBOPZWL5xw7fOuHNifCQcNQC1PrOo/4fu6xlhlKJJKSA3HqX92Nvgyx8fqHZTUGMPHmFA+IDqwXlqkSA== + dependencies: + "@vue/babel-helper-vue-jsx-merge-props" "^1.4.0" + "@vue/babel-plugin-transform-vue-jsx" "^1.4.0" + "@vue/babel-sugar-composition-api-inject-h" "^1.4.0" + "@vue/babel-sugar-composition-api-render-instance" "^1.4.0" + "@vue/babel-sugar-functional-vue" "^1.4.0" + "@vue/babel-sugar-inject-h" "^1.4.0" + "@vue/babel-sugar-v-model" "^1.4.0" + "@vue/babel-sugar-v-on" "^1.4.0" + +"@vue/babel-sugar-composition-api-inject-h@^1.4.0": + version "1.4.0" + resolved "https://registry.yarnpkg.com/@vue/babel-sugar-composition-api-inject-h/-/babel-sugar-composition-api-inject-h-1.4.0.tgz#187e1389f8871d89ece743bb50aed713be9d6c85" + integrity sha512-VQq6zEddJHctnG4w3TfmlVp5FzDavUSut/DwR0xVoe/mJKXyMcsIibL42wPntozITEoY90aBV0/1d2KjxHU52g== dependencies: "@babel/plugin-syntax-jsx" "^7.2.0" -"@vue/babel-sugar-composition-api-render-instance@^1.3.0": - version "1.3.0" - resolved "https://registry.yarnpkg.com/@vue/babel-sugar-composition-api-render-instance/-/babel-sugar-composition-api-render-instance-1.3.0.tgz#3039d3d9eca09e56d41a56a03d73a146211c18a5" - integrity sha512-NYNnU2r7wkJLMV5p9Zj4pswmCs037O/N2+/Fs6SyX7aRFzXJRP1/2CZh5cIwQxWQajHXuCUd5mTb7DxoBVWyTg== +"@vue/babel-sugar-composition-api-render-instance@^1.4.0": + version "1.4.0" + resolved "https://registry.yarnpkg.com/@vue/babel-sugar-composition-api-render-instance/-/babel-sugar-composition-api-render-instance-1.4.0.tgz#2c1607ae6dffdab47e785bc01fa45ba756e992c1" + integrity sha512-6ZDAzcxvy7VcnCjNdHJ59mwK02ZFuP5CnucloidqlZwVQv5CQLijc3lGpR7MD3TWFi78J7+a8J56YxbCtHgT9Q== dependencies: "@babel/plugin-syntax-jsx" "^7.2.0" -"@vue/babel-sugar-functional-vue@^1.2.2": - version "1.2.2" - resolved "https://registry.yarnpkg.com/@vue/babel-sugar-functional-vue/-/babel-sugar-functional-vue-1.2.2.tgz#267a9ac8d787c96edbf03ce3f392c49da9bd2658" - integrity sha512-JvbgGn1bjCLByIAU1VOoepHQ1vFsroSA/QkzdiSs657V79q6OwEWLCQtQnEXD/rLTA8rRit4rMOhFpbjRFm82w== +"@vue/babel-sugar-functional-vue@^1.4.0": + version "1.4.0" + resolved "https://registry.yarnpkg.com/@vue/babel-sugar-functional-vue/-/babel-sugar-functional-vue-1.4.0.tgz#60da31068567082287c7337c66ef4df04e0a1029" + integrity sha512-lTEB4WUFNzYt2In6JsoF9sAYVTo84wC4e+PoZWSgM6FUtqRJz7wMylaEhSRgG71YF+wfLD6cc9nqVeXN2rwBvw== dependencies: "@babel/plugin-syntax-jsx" "^7.2.0" -"@vue/babel-sugar-inject-h@^1.2.2": - version "1.2.2" - resolved "https://registry.yarnpkg.com/@vue/babel-sugar-inject-h/-/babel-sugar-inject-h-1.2.2.tgz#d738d3c893367ec8491dcbb669b000919293e3aa" - integrity sha512-y8vTo00oRkzQTgufeotjCLPAvlhnpSkcHFEp60+LJUwygGcd5Chrpn5480AQp/thrxVm8m2ifAk0LyFel9oCnw== +"@vue/babel-sugar-inject-h@^1.4.0": + version "1.4.0" + resolved "https://registry.yarnpkg.com/@vue/babel-sugar-inject-h/-/babel-sugar-inject-h-1.4.0.tgz#bf39aa6631fb1d0399b1c49b4c59e1c8899b4363" + integrity sha512-muwWrPKli77uO2fFM7eA3G1lAGnERuSz2NgAxuOLzrsTlQl8W4G+wwbM4nB6iewlKbwKRae3nL03UaF5ffAPMA== dependencies: "@babel/plugin-syntax-jsx" "^7.2.0" -"@vue/babel-sugar-v-model@^1.3.0": - version "1.3.0" - resolved "https://registry.yarnpkg.com/@vue/babel-sugar-v-model/-/babel-sugar-v-model-1.3.0.tgz#e4da7ae27a74c473b1abba060260ecaa8cb6e46b" - integrity sha512-zcsabmdX48JmxTObn3xmrvvdbEy8oo63DphVyA3WRYGp4SEvJRpu/IvZCVPl/dXLuob2xO/QRuncqPgHvZPzpA== +"@vue/babel-sugar-v-model@^1.4.0": + version "1.4.0" + resolved "https://registry.yarnpkg.com/@vue/babel-sugar-v-model/-/babel-sugar-v-model-1.4.0.tgz#a51d986609f430c4f70ada3a93cc560a2970f720" + integrity sha512-0t4HGgXb7WHYLBciZzN5s0Hzqan4Ue+p/3FdQdcaHAb7s5D9WZFGoSxEZHrR1TFVZlAPu1bejTKGeAzaaG3NCQ== dependencies: "@babel/plugin-syntax-jsx" "^7.2.0" - "@vue/babel-helper-vue-jsx-merge-props" "^1.2.1" - "@vue/babel-plugin-transform-vue-jsx" "^1.2.1" + "@vue/babel-helper-vue-jsx-merge-props" "^1.4.0" + "@vue/babel-plugin-transform-vue-jsx" "^1.4.0" camelcase "^5.0.0" html-tags "^2.0.0" svg-tags "^1.0.0" -"@vue/babel-sugar-v-on@^1.3.0": - version "1.3.0" - resolved "https://registry.yarnpkg.com/@vue/babel-sugar-v-on/-/babel-sugar-v-on-1.3.0.tgz#d35756f8720e527a3b1867e21c3c248cde47ca87" - integrity sha512-8VZgrS0G5bh7+Prj7oJkzg9GvhSPnuW5YT6MNaVAEy4uwxRLJ8GqHenaStfllChTao4XZ3EZkNtHB4Xbr/ePdA== +"@vue/babel-sugar-v-on@^1.4.0": + version "1.4.0" + resolved "https://registry.yarnpkg.com/@vue/babel-sugar-v-on/-/babel-sugar-v-on-1.4.0.tgz#43b7106a9672d8cbeefc0eb8afe1d376edc6166e" + integrity sha512-m+zud4wKLzSKgQrWwhqRObWzmTuyzl6vOP7024lrpeJM4x2UhQtRDLgYjXAw9xBXjCwS0pP9kXjg91F9ZNo9JA== dependencies: "@babel/plugin-syntax-jsx" "^7.2.0" - "@vue/babel-plugin-transform-vue-jsx" "^1.2.1" + "@vue/babel-plugin-transform-vue-jsx" "^1.4.0" camelcase "^5.0.0" "@xml-tools/parser@^1.0.11": @@ -3038,7 +3084,7 @@ JSONStream@^1.0.4: jsonparse "^1.2.0" through ">=2.2.7 <3" -abbrev@1: +abbrev@^1.0.0: version "1.1.1" resolved "https://registry.yarnpkg.com/abbrev/-/abbrev-1.1.1.tgz#f8f2c887ad10bf67f634f005b6987fed3179aac8" integrity sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q== @@ -3053,12 +3099,12 @@ acorn-walk@^8.1.1: resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-8.2.0.tgz#741210f2e2426454508853a2f44d0ab83b7f69c1" integrity sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA== -acorn@^7.0.0, acorn@^7.1.1: +acorn@^7.1.1: version "7.4.1" resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.4.1.tgz#feaed255973d2e77555b83dbc08851a6c63520fa" integrity sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A== -acorn@^8.0.0, acorn@^8.4.1, acorn@^8.5.0, acorn@^8.7.1, acorn@^8.8.0: +acorn@^8.0.0, acorn@^8.4.1, acorn@^8.5.0, acorn@^8.8.0: version "8.8.0" resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.8.0.tgz#88c0187620435c7f6015803f5539dae05a9dbea8" integrity sha512-QOxyigPVrpZ2GXT+PFyZTl6TtOFc5egxHIP9IlQ+RbupQuX4RkT/Bee4/kQuC02Xkzg84JcT7oLYtDIQxp+v7w== @@ -3194,7 +3240,7 @@ array-ify@^1.0.0: resolved "https://registry.yarnpkg.com/array-ify/-/array-ify-1.0.0.tgz#9e528762b4a9066ad163a6962a364418e9626ece" integrity sha512-c5AMf34bKdvPhQ7tBGhqkgKNUzMr4WUs+WDtC2ZUGOUncbxKMTvqxYctiseW3+L4bA8ec+GcZ6/A/FW4m8ukng== -array-includes@^3.1.4, array-includes@^3.1.5: +array-includes@^3.1.5: version "3.1.5" resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.5.tgz#2c320010db8d31031fd2a5f6b3bbd4b1aad31bdb" integrity sha512-iSDYZMMyTPkiFasVqfuAQnWAYcvO/SeBSCGKePoEthjp4LEMTe4uLc7b025o4jAZpHhihh8xPo99TNWUWWkGDQ== @@ -3210,7 +3256,7 @@ array-union@^2.1.0: resolved "https://registry.yarnpkg.com/array-union/-/array-union-2.1.0.tgz#b798420adbeb1de828d84acd8a2e23d3efe85e8d" integrity sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw== -array.prototype.flat@^1.2.3, array.prototype.flat@^1.2.5: +array.prototype.flat@^1.2.3, array.prototype.flat@^1.3.0: version "1.3.0" resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.3.0.tgz#0b0c1567bf57b38b56b4c97b8aa72ab45e4adc7b" integrity sha512-12IUEkHsAhA4DY5s0FPgNXIdc8VRSqD9Zp78a5au9abH/SOBrsp082JOWFNTjkMozh8mqcdiKuaLGhPeYztxSw== @@ -3230,6 +3276,17 @@ array.prototype.flatmap@^1.3.0: es-abstract "^1.19.2" es-shim-unscopables "^1.0.0" +array.prototype.reduce@^1.0.4: + version "1.0.4" + resolved "https://registry.yarnpkg.com/array.prototype.reduce/-/array.prototype.reduce-1.0.4.tgz#8167e80089f78bff70a99e20bd4201d4663b0a6f" + integrity sha512-WnM+AjG/DvLRLo4DDl+r+SvCzYtD2Jd9oeBYMcEaI7t3fFrHY9M53/wdLcTvmZNQ70IU6Htj0emFkZ5TS+lrdw== + dependencies: + call-bind "^1.0.2" + define-properties "^1.1.3" + es-abstract "^1.19.2" + es-array-method-boxes-properly "^1.0.0" + is-string "^1.0.7" + arrify@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d" @@ -3250,15 +3307,15 @@ axobject-query@3.0.1: resolved "https://registry.yarnpkg.com/axobject-query/-/axobject-query-3.0.1.tgz#160e20533a7010db37726df68b7faf7db9653acd" integrity sha512-vy5JPSOibF9yAeC2PoemRdA1MuSXX7vX5osdoxKf/6OUeppAWekZ3JIJVNWFMH6wgj7uHYyqZUSqE/b/3JLV1A== -babel-jest@^28.1.3: - version "28.1.3" - resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-28.1.3.tgz#c1187258197c099072156a0a121c11ee1e3917d5" - integrity sha512-epUaPOEWMk3cWX0M/sPvCHHCe9fMFAa/9hXEgKP8nFfNl/jlGkE9ucq9NqkZGXLDduCJYS0UvSlPUwC0S+rH6Q== +babel-jest@^29.0.1: + version "29.0.1" + resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-29.0.1.tgz#db50de501fc8727e768f5aa417496cb871ee1ba0" + integrity sha512-wyI9r8tqwsZEMWiIaYjdUJ6ztZIO4DMWpGq7laW34wR71WtRS+D/iBEtXOP5W2aSYCVUQMsypRl/xiJYZznnTg== dependencies: - "@jest/transform" "^28.1.3" + "@jest/transform" "^29.0.1" "@types/babel__core" "^7.1.14" babel-plugin-istanbul "^6.1.1" - babel-preset-jest "^28.1.3" + babel-preset-jest "^29.0.0" chalk "^4.0.0" graceful-fs "^4.2.9" slash "^3.0.0" @@ -3288,39 +3345,39 @@ babel-plugin-istanbul@^6.1.1: istanbul-lib-instrument "^5.0.4" test-exclude "^6.0.0" -babel-plugin-jest-hoist@^28.1.3: - version "28.1.3" - resolved "https://registry.yarnpkg.com/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-28.1.3.tgz#1952c4d0ea50f2d6d794353762278d1d8cca3fbe" - integrity sha512-Ys3tUKAmfnkRUpPdpa98eYrAR0nV+sSFUZZEGuQ2EbFd1y4SOLtD5QDNHAq+bb9a+bbXvYQC4b+ID/THIMcU6Q== +babel-plugin-jest-hoist@^29.0.0: + version "29.0.0" + resolved "https://registry.yarnpkg.com/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-29.0.0.tgz#ae4873399a199ede93697a15919d3d0f614a2eb1" + integrity sha512-B9oaXrlxXHFWeWqhDPg03iqQd2UN/mg/VdZOsLaqAVBkztru3ctTryAI4zisxLEEgmcUnLTKewqx0gGifoXD3A== dependencies: "@babel/template" "^7.3.3" "@babel/types" "^7.3.3" "@types/babel__core" "^7.1.14" "@types/babel__traverse" "^7.0.6" -babel-plugin-polyfill-corejs2@^0.3.1: - version "0.3.1" - resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.1.tgz#440f1b70ccfaabc6b676d196239b138f8a2cfba5" - integrity sha512-v7/T6EQcNfVLfcN2X8Lulb7DjprieyLWJK/zOWH5DUYcAgex9sP3h25Q+DLsX9TloXe3y1O8l2q2Jv9q8UVB9w== +babel-plugin-polyfill-corejs2@^0.3.2: + version "0.3.2" + resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.2.tgz#e4c31d4c89b56f3cf85b92558954c66b54bd972d" + integrity sha512-LPnodUl3lS0/4wN3Rb+m+UK8s7lj2jcLRrjho4gLw+OJs+I4bvGXshINesY5xx/apM+biTnQ9reDI8yj+0M5+Q== dependencies: - "@babel/compat-data" "^7.13.11" - "@babel/helper-define-polyfill-provider" "^0.3.1" + "@babel/compat-data" "^7.17.7" + "@babel/helper-define-polyfill-provider" "^0.3.2" semver "^6.1.1" -babel-plugin-polyfill-corejs3@^0.5.2: - version "0.5.2" - resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.5.2.tgz#aabe4b2fa04a6e038b688c5e55d44e78cd3a5f72" - integrity sha512-G3uJih0XWiID451fpeFaYGVuxHEjzKTHtc9uGFEjR6hHrvNzeS/PX+LLLcetJcytsB5m4j+K3o/EpXJNb/5IEQ== +babel-plugin-polyfill-corejs3@^0.5.3: + version "0.5.3" + resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.5.3.tgz#d7e09c9a899079d71a8b670c6181af56ec19c5c7" + integrity sha512-zKsXDh0XjnrUEW0mxIHLfjBfnXSMr5Q/goMe/fxpQnLm07mcOZiIZHBNWCMx60HmdvjxfXcalac0tfFg0wqxyw== dependencies: - "@babel/helper-define-polyfill-provider" "^0.3.1" + "@babel/helper-define-polyfill-provider" "^0.3.2" core-js-compat "^3.21.0" -babel-plugin-polyfill-regenerator@^0.3.1: - version "0.3.1" - resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.3.1.tgz#2c0678ea47c75c8cc2fbb1852278d8fb68233990" - integrity sha512-Y2B06tvgHYt1x0yz17jGkGeeMr5FeKUu+ASJ+N6nB5lQ8Dapfg42i0OVrf8PNGJ3zKL4A23snMi1IRwrqqND7A== +babel-plugin-polyfill-regenerator@^0.4.0: + version "0.4.0" + resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.4.0.tgz#8f51809b6d5883e07e71548d75966ff7635527fe" + integrity sha512-RW1cnryiADFeHmfLS+WW/G431p1PsW5qdRdz0SDRi7TKcUgc7Oh/uXkT7MZ/+tGsT1BkczEAmD5XjUyJ5SWDTw== dependencies: - "@babel/helper-define-polyfill-provider" "^0.3.1" + "@babel/helper-define-polyfill-provider" "^0.3.2" babel-plugin-transform-async-to-promises@^0.8.18: version "0.8.18" @@ -3362,37 +3419,35 @@ babel-preset-current-node-syntax@^1.0.0: "@babel/plugin-syntax-optional-chaining" "^7.8.3" "@babel/plugin-syntax-top-level-await" "^7.8.3" -babel-preset-jest@^28.1.3: - version "28.1.3" - resolved "https://registry.yarnpkg.com/babel-preset-jest/-/babel-preset-jest-28.1.3.tgz#5dfc20b99abed5db994406c2b9ab94c73aaa419d" - integrity sha512-L+fupJvlWAHbQfn74coNX3zf60LXMJsezNvvx8eIh7iOR1luJ1poxYgQk1F8PYtNq/6QODDHCqsSnTFSWC491A== +babel-preset-jest@^29.0.0: + version "29.0.0" + resolved "https://registry.yarnpkg.com/babel-preset-jest/-/babel-preset-jest-29.0.0.tgz#52d7f1afe3a15d14a3c5ab4349cbd388d98d330b" + integrity sha512-B5Ke47Xcs8rDF3p1korT3LoilpADCwbG93ALqtvqu6Xpf4d8alKkrCBTExbNzdHJcIuEPpfYvEaFFRGee2kUgQ== dependencies: - babel-plugin-jest-hoist "^28.1.3" + babel-plugin-jest-hoist "^29.0.0" babel-preset-current-node-syntax "^1.0.0" -babel-preset-proposal-typescript@^2.2.0: - version "2.2.0" - resolved "https://registry.yarnpkg.com/babel-preset-proposal-typescript/-/babel-preset-proposal-typescript-2.2.0.tgz#799a25e87f4665a7e150678cee8bf48f5e908bb4" - integrity sha512-4OiSFybfaJGPyyxahJEs3hFhcPzLjX4mbmaBfGfO+HrmfDslPlErF8aeCtGmGLzrvdAzTFclpIdT3dDYlPrNYQ== - dependencies: - "@babel/helper-plugin-utils" "^7.13.0" - "@babel/plugin-proposal-async-do-expressions" "^7.14.0" - "@babel/plugin-proposal-class-properties" "^7.13.0" - "@babel/plugin-proposal-class-static-block" "^7.14.3" - "@babel/plugin-proposal-do-expressions" "^7.14.0" - "@babel/plugin-proposal-function-bind" "^7.12.13" - "@babel/plugin-proposal-function-sent" "^7.12.13" - "@babel/plugin-proposal-json-strings" "^7.14.2" - "@babel/plugin-proposal-optional-chaining" "^7.14.2" - "@babel/plugin-proposal-partial-application" "^7.12.13" - "@babel/plugin-proposal-pipeline-operator" "^7.12.13" - "@babel/plugin-proposal-private-property-in-object" "^7.14.0" - "@babel/plugin-proposal-record-and-tuple" "^7.13.0" - "@babel/plugin-proposal-throw-expressions" "^7.12.13" - "@babel/plugin-syntax-decorators" "^7.12.13" - "@babel/plugin-syntax-typescript" "^7.12.13" - "@bloomberg/record-tuple-polyfill" "^0.0.3" - compare-versions "^3.6.0" +babel-preset-proposal-typescript@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/babel-preset-proposal-typescript/-/babel-preset-proposal-typescript-3.0.0.tgz#8e0270143470456eca33a000e1195fb55941acf8" + integrity sha512-J+PczSpvWjLT0l6BvGyuXoM2wssQODSymYo64jvM+jailkkHDoxFd5SgyMaMMoEBPZnZvvbx4X2kvYUghC7bnQ== + dependencies: + "@babel/helper-plugin-utils" "^7.18.9" + "@babel/plugin-proposal-async-do-expressions" "^7.18.6" + "@babel/plugin-proposal-do-expressions" "^7.18.6" + "@babel/plugin-proposal-function-bind" "^7.18.9" + "@babel/plugin-proposal-function-sent" "^7.18.6" + "@babel/plugin-proposal-json-strings" "^7.18.6" + "@babel/plugin-proposal-optional-chaining" "^7.18.9" + "@babel/plugin-proposal-partial-application" "^7.18.9" + "@babel/plugin-proposal-pipeline-operator" "^7.18.9" + "@babel/plugin-proposal-private-property-in-object" "^7.18.6" + "@babel/plugin-proposal-record-and-tuple" "^7.18.6" + "@babel/plugin-proposal-throw-expressions" "^7.18.6" + "@babel/plugin-syntax-decorators" "^7.18.6" + "@babel/plugin-syntax-typescript" "^7.18.6" + "@bloomberg/record-tuple-polyfill" "^0.0.4" + compare-versions "^4.1.3" babylon@^7.0.0-beta.44: version "7.0.0-beta.47" @@ -3464,15 +3519,15 @@ breakword@^1.0.5: dependencies: wcwidth "^1.0.1" -browserslist@^4.0.0, browserslist@^4.16.6, browserslist@^4.20.2, browserslist@^4.20.3, browserslist@^4.21.0: - version "4.21.1" - resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.21.1.tgz#c9b9b0a54c7607e8dc3e01a0d311727188011a00" - integrity sha512-Nq8MFCSrnJXSc88yliwlzQe3qNe3VntIjhsArW9IJOEPSHNx23FalwApUVbzAWABLhYJJ7y8AynWI/XM8OdfjQ== +browserslist@^4.0.0, browserslist@^4.16.6, browserslist@^4.20.2, browserslist@^4.20.3, browserslist@^4.21.3: + version "4.21.3" + resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.21.3.tgz#5df277694eb3c48bc5c4b05af3e8b7e09c5a6d1a" + integrity sha512-898rgRXLAyRkM1GryrrBHGkqA5hlpkV5MhtZwg9QXeiyLUYs2k00Un05aX5l2/yJIOObYKOpS2JNo8nJDE7fWQ== dependencies: - caniuse-lite "^1.0.30001359" - electron-to-chromium "^1.4.172" - node-releases "^2.0.5" - update-browserslist-db "^1.0.4" + caniuse-lite "^1.0.30001370" + electron-to-chromium "^1.4.202" + node-releases "^2.0.6" + update-browserslist-db "^1.0.5" bs-logger@0.x: version "0.2.6" @@ -3493,12 +3548,12 @@ buffer-from@^1.0.0: resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.2.tgz#2b146a6fd72e80b4f55d255f35ed59a3a9a41bd5" integrity sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ== -builtin-modules@^3.0.0, builtin-modules@^3.2.0, builtin-modules@^3.3.0: +builtin-modules@^3.2.0, builtin-modules@^3.3.0: version "3.3.0" resolved "https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-3.3.0.tgz#cae62812b89801e9656336e46223e030386be7b6" integrity sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw== -builtins@^5.0.0, builtins@^5.0.1: +builtins@^5.0.1: version "5.0.1" resolved "https://registry.yarnpkg.com/builtins/-/builtins-5.0.1.tgz#87f6db9ab0458be728564fa81d876d8d74552fa9" integrity sha512-qwVpFEHNfhYJIzNRBvd2C1kyo6jz3ZSMPyyuR47OPdiKWlbYnZNyDWuyR175qDnAJLiCo5fBBqPb3RiXgWlkOQ== @@ -3518,15 +3573,6 @@ call-bind@^1.0.0, call-bind@^1.0.2: function-bind "^1.1.1" get-intrinsic "^1.0.2" -call-matcher@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/call-matcher/-/call-matcher-2.0.0.tgz#a38bee4e9ddbeec76aa31cc20311085a34dd395b" - integrity sha512-CIDC5wZZfZ2VjZu849WQckS58Z3pJXFfRaSjNjgo/q3in5zxkhTwVL83vttgtmvyLG7TuDlLlBya7SKP6CjDIA== - dependencies: - deep-equal "^1.0.0" - espurify "^2.0.0" - estraverse "^4.0.0" - callsites@^3.0.0: version "3.1.0" resolved "https://registry.yarnpkg.com/callsites/-/callsites-3.1.0.tgz#b3630abd8943432f54b3f0519238e33cd7df2f73" @@ -3561,10 +3607,10 @@ caniuse-api@^3.0.0: lodash.memoize "^4.1.2" lodash.uniq "^4.5.0" -caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001359: - version "1.0.30001361" - resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001361.tgz#ba2adb2527566fb96f3ac7c67698ae7fc495a28d" - integrity sha512-ybhCrjNtkFji1/Wto6SSJKkWk6kZgVQsDq5QI83SafsF6FXv2JB4df9eEdH6g8sdGgqTXrFLjAxqBGgYoU3azQ== +caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001370: + version "1.0.30001383" + resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001383.tgz#aecf317ccd940690725ae3ae4f28293c5fb8050e" + integrity sha512-swMpEoTp5vDoGBZsYZX7L7nXHe6dsHxi9o6/LKf/f0LukVtnrxly5GVb/fWdCDTqi/yw6Km6tiJ0pmBacm0gbg== ccount@^2.0.0: version "2.0.1" @@ -3702,12 +3748,12 @@ clean-stack@^2.0.0: integrity sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A== cli-color@^2.0.2: - version "2.0.2" - resolved "https://registry.yarnpkg.com/cli-color/-/cli-color-2.0.2.tgz#e295addbae470800def0254183c648531cdf4e3f" - integrity sha512-g4JYjrTW9MGtCziFNjkqp3IMpGhnJyeB0lOtRPjQkYhXzKYr6tYnXKyEVnMzITxhpbahsEW9KsxOYIDKwcsIBw== + version "2.0.3" + resolved "https://registry.yarnpkg.com/cli-color/-/cli-color-2.0.3.tgz#73769ba969080629670f3f2ef69a4bf4e7cc1879" + integrity sha512-OkoZnxyC4ERN3zLzZaY9Emb7f/MhBOIpePv0Ycok0fJYT+Ouo00UBEIwsVsr0yoow++n5YWlSUgST9GKhNHiRQ== dependencies: d "^1.0.1" - es5-ext "^0.10.59" + es5-ext "^0.10.61" es6-iterator "^2.0.3" memoizee "^0.4.15" timers-ext "^0.1.7" @@ -3798,9 +3844,9 @@ color-name@~1.1.4: integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA== colord@^2.9.1: - version "2.9.2" - resolved "https://registry.yarnpkg.com/colord/-/colord-2.9.2.tgz#25e2bacbbaa65991422c07ea209e2089428effb1" - integrity sha512-Uqbg+J445nc1TKn4FoDPS6ZZqAvEDnwrH42yo8B40JSOgSLxMZ/gt3h4nmCtPLQeXhjJJkqBx7SCY35WnIixaQ== + version "2.9.3" + resolved "https://registry.yarnpkg.com/colord/-/colord-2.9.3.tgz#4f8ce919de456f1d5c1c368c307fe20f3e59fb43" + integrity sha512-jeC1axXpnb0/2nn/Y1LPuLdgXBLH7aDcHu4KEKfqw3CUhX7ZpfBSlPKyqXE6btIgEzfWtrX3/tyBCaCvXvMkOw== colorette@^1.1.0: version "1.4.0" @@ -3822,10 +3868,10 @@ commander@^7.2.0: resolved "https://registry.yarnpkg.com/commander/-/commander-7.2.0.tgz#a36cb57d0b501ce108e4d20559a150a391d97ab7" integrity sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw== -commander@^9.2.0, commander@^9.3.0: - version "9.3.0" - resolved "https://registry.yarnpkg.com/commander/-/commander-9.3.0.tgz#f619114a5a2d2054e0d9ff1b31d5ccf89255e26b" - integrity sha512-hv95iU5uXPbK83mjrJKuZyFM/LBAoCV/XhVGkS5Je6tl7sxr6A0ITMw5WoRV46/UaJ46Nllm3Xt7IaJhXTIkzw== +commander@^9.3.0, commander@^9.4.0: + version "9.4.0" + resolved "https://registry.yarnpkg.com/commander/-/commander-9.4.0.tgz#bc4a40918fefe52e22450c111ecd6b7acce6f11c" + integrity sha512-sRPT+umqkz90UA8M1yqYfnHlZA7fF6nSphDtxeywPZ49ysjxDQybzk13CL+mXekDRG92skbcqCLVovuCusNmFw== comment-parser@1.3.1, comment-parser@^1.1.2: version "1.3.1" @@ -3845,10 +3891,10 @@ compare-func@^2.0.0: array-ify "^1.0.0" dot-prop "^5.1.0" -compare-versions@^3.6.0: - version "3.6.0" - resolved "https://registry.yarnpkg.com/compare-versions/-/compare-versions-3.6.0.tgz#1a5689913685e5a87637b8d3ffca75514ec41d62" - integrity sha512-W6Af2Iw1z4CB7q4uU4hv646dW9GQuBM+YpC0UvUCWSD8w90SJjp+ujJuXaEMtAXBtSqGfMPuFOVn4/+FlaqfBA== +compare-versions@^4.1.3: + version "4.1.4" + resolved "https://registry.yarnpkg.com/compare-versions/-/compare-versions-4.1.4.tgz#3571f4d610924d4414846a4183d386c8f3d51112" + integrity sha512-FemMreK9xNyL8gQevsdRMrvO4lFCkQP7qbuktn1q8ndcNk1+0mz7lgE7b/sNvbhVgY4w6tMN1FDp6aADjqw2rw== concat-map@0.0.1: version "0.0.1" @@ -3909,27 +3955,24 @@ convert-source-map@^1.4.0, convert-source-map@^1.6.0, convert-source-map@^1.7.0, safe-buffer "~5.1.1" core-js-compat@^3.21.0, core-js-compat@^3.22.1: - version "3.23.3" - resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.23.3.tgz#7d8503185be76bb6d8d592c291a4457a8e440aa9" - integrity sha512-WSzUs2h2vvmKsacLHNTdpyOC9k43AEhcGoFlVgCY4L7aw98oSBKtPL6vD0/TqZjRWRQYdDSLkzZIni4Crbbiqw== + version "3.25.0" + resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.25.0.tgz#489affbfbf9cb3fa56192fe2dd9ebaee985a66c5" + integrity sha512-extKQM0g8/3GjFx9US12FAgx8KJawB7RCQ5y8ipYLbmfzEzmFRWdDjIlxDx82g7ygcNG85qMVUSRyABouELdow== dependencies: - browserslist "^4.21.0" + browserslist "^4.21.3" semver "7.0.0" -core-js@^3.23.3: - version "3.23.3" - resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.23.3.tgz#3b977612b15da6da0c9cc4aec487e8d24f371112" - integrity sha512-oAKwkj9xcWNBAvGbT//WiCdOMpb9XQG92/Fe3ABFM/R16BsHgePG00mFOgKf7IsCtfj8tA1kHtf/VwErhriz5Q== +core-js@^3.25.0: + version "3.25.0" + resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.25.0.tgz#be71d9e0dd648ffd70c44a7ec2319d039357eceb" + integrity sha512-CVU1xvJEfJGhyCpBrzzzU1kjCfgsGUxhEvwUV2e/cOedYWHdmluamx+knDnmhqALddMG16fZvIqvs9aijsHHaA== -cosmiconfig-typescript-loader@^2.0.0: - version "2.0.2" - resolved "https://registry.yarnpkg.com/cosmiconfig-typescript-loader/-/cosmiconfig-typescript-loader-2.0.2.tgz#7e7ce6064af041c910e1e43fb0fd9625cee56e93" - integrity sha512-KmE+bMjWMXJbkWCeY4FJX/npHuZPNr9XF9q9CIQ/bpFwi1qHfCmSiKarrCcRa0LO4fWjk93pVoeRtJAkTGcYNw== - dependencies: - cosmiconfig "^7" - ts-node "^10.8.1" +cosmiconfig-typescript-loader@^3.0.0: + version "3.1.2" + resolved "https://registry.yarnpkg.com/cosmiconfig-typescript-loader/-/cosmiconfig-typescript-loader-3.1.2.tgz#e147457854cabe1416152bdca55f53449b1f865d" + integrity sha512-rIwakk27LtK7vjSjGgs3FDbKkq41Byw3VHRGRuAkRQLfGla+O7s+cy1FXRkjLSZ2G9z1og1bcOIsELo1w4G0Kg== -cosmiconfig@^7, cosmiconfig@^7.0.0, cosmiconfig@^7.0.1: +cosmiconfig@^7.0.0, cosmiconfig@^7.0.1: version "7.0.1" resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-7.0.1.tgz#714d756522cace867867ccb4474c5d01bbae5d6d" integrity sha512-a1YWNUV2HwGimB7dU2s1wUMurNKjpx60HxBB6xUM8Re+2s1g1IIfJvFR0/iCF+XHdE0GMTKTuLR32UQff4TEyQ== @@ -4058,9 +4101,9 @@ cssnano-utils@^3.1.0: integrity sha512-JQNR19/YZhz4psLX/rQ9M83e3z2Wf/HdJbryzte4a3NSuafyp9w/I4U+hx5C2S9g41qlstH7DEWnZaaj83OuEA== cssnano@^5.0.1: - version "5.1.12" - resolved "https://registry.yarnpkg.com/cssnano/-/cssnano-5.1.12.tgz#bcd0b64d6be8692de79332c501daa7ece969816c" - integrity sha512-TgvArbEZu0lk/dvg2ja+B7kYoD7BBCmn3+k58xD0qjrGHsFzXY/wKTo9M5egcUCabPol05e/PVoIu79s2JN4WQ== + version "5.1.13" + resolved "https://registry.yarnpkg.com/cssnano/-/cssnano-5.1.13.tgz#83d0926e72955332dc4802a7070296e6258efc0a" + integrity sha512-S2SL2ekdEz6w6a2epXn4CmMKU4K3KpcyXLKfAYc9UQQqJRkD/2eLUG0vJ3Db/9OvO5GuAdgXw3pFbR6abqghDQ== dependencies: cssnano-preset-default "^5.2.12" lilconfig "^2.0.3" @@ -4172,18 +4215,6 @@ dedent@^0.7.0: resolved "https://registry.yarnpkg.com/dedent/-/dedent-0.7.0.tgz#2495ddbaf6eb874abb0e1be9df22d2e5a544326c" integrity sha512-Q6fKUPqnAHAyhiUgFU7BUzLiv0kd8saH9al7tnu5Q/okj6dnupxyTgFIBjVzJATdfIAm9NAsvXNzjaKa+bxVyA== -deep-equal@^1.0.0: - version "1.1.1" - resolved "https://registry.yarnpkg.com/deep-equal/-/deep-equal-1.1.1.tgz#b5c98c942ceffaf7cb051e24e1434a25a2e6076a" - integrity sha512-yd9c5AdiqVcR+JjcwUQb9DkhJc8ngNr0MahEBGvDiJw8puWab2yZlh+nkasOnZP+EGTAP6rRp2JzJhJZzvNF8g== - dependencies: - is-arguments "^1.0.4" - is-date-object "^1.0.1" - is-regex "^1.0.4" - object-is "^1.0.1" - object-keys "^1.1.1" - regexp.prototype.flags "^1.2.0" - deep-is@^0.1.3, deep-is@~0.1.3: version "0.1.4" resolved "https://registry.yarnpkg.com/deep-is/-/deep-is-0.1.4.tgz#a6f2dce612fadd2ef1f519b73551f17e85199831" @@ -4215,9 +4246,9 @@ define-properties@^1.1.3, define-properties@^1.1.4: object-keys "^1.1.1" dequal@^2.0.0: - version "2.0.2" - resolved "https://registry.yarnpkg.com/dequal/-/dequal-2.0.2.tgz#85ca22025e3a87e65ef75a7a437b35284a7e319d" - integrity sha512-q9K8BlJVxK7hQYqa6XISGmBZbtQQWVXSrRrWreHC94rMt1QL/Impruc+7p2CYSYuVIUr+YCt6hjrs1kkdJRTug== + version "2.0.3" + resolved "https://registry.yarnpkg.com/dequal/-/dequal-2.0.3.tgz#2644214f1997d39ed0ee0ece72335490a7ac67be" + integrity sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA== detect-indent@^6.0.0: version "6.1.0" @@ -4241,6 +4272,11 @@ diff-sequences@^28.1.1: resolved "https://registry.yarnpkg.com/diff-sequences/-/diff-sequences-28.1.1.tgz#9989dc731266dc2903457a70e996f3a041913ac6" integrity sha512-FU0iFaH/E23a+a718l8Qa/19bF9p06kgE0KipMOMadwa3SjnaElKzPaUC0vnibs6/B/9ni97s61mcejk8W1fQw== +diff-sequences@^29.0.0: + version "29.0.0" + resolved "https://registry.yarnpkg.com/diff-sequences/-/diff-sequences-29.0.0.tgz#bae49972ef3933556bcb0800b72e8579d19d9e4f" + integrity sha512-7Qe/zd1wxSDL4D/X/FPjOMB+ZMDt71W94KYaq05I2l0oQqgXgs7s4ftYYmV38gBSrPz2vcygxfs1xn0FT+rKNA== + diff@^4.0.1: version "4.0.2" resolved "https://registry.yarnpkg.com/diff/-/diff-4.0.2.tgz#60f3aecb89d5fae520c11aa19efc2bb982aade7d" @@ -4329,10 +4365,10 @@ eastasianwidth@^0.2.0: resolved "https://registry.yarnpkg.com/eastasianwidth/-/eastasianwidth-0.2.0.tgz#696ce2ec0aa0e6ea93a397ffcf24aa7840c827cb" integrity sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA== -electron-to-chromium@^1.4.172: - version "1.4.177" - resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.177.tgz#b6a4436eb788ca732556cd69f384b8a3c82118c5" - integrity sha512-FYPir3NSBEGexSZUEeht81oVhHfLFl6mhUKSkjHN/iB/TwEIt/WHQrqVGfTLN5gQxwJCQkIJBe05eOXjI7omgg== +electron-to-chromium@^1.4.202: + version "1.4.233" + resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.233.tgz#aa142e45468bda111b88abc9cc59d573b75d6a60" + integrity sha512-ejwIKXTg1wqbmkcRJh9Ur3hFGHFDZDw1POzdsVrB2WZjgRuRMHIQQKNpe64N/qh3ZtH2otEoRoS+s6arAAuAAw== emittery@^0.10.2: version "0.10.2" @@ -4383,7 +4419,7 @@ error-ex@^1.3.1, error-ex@^1.3.2: dependencies: is-arrayish "^0.2.1" -es-abstract@^1.19.0, es-abstract@^1.19.1, es-abstract@^1.19.2, es-abstract@^1.19.5: +es-abstract@^1.19.0, es-abstract@^1.19.1, es-abstract@^1.19.2, es-abstract@^1.19.5, es-abstract@^1.20.1: version "1.20.1" resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.20.1.tgz#027292cd6ef44bd12b1913b828116f54787d1814" integrity sha512-WEm2oBhfoI2sImeM4OF2zE2V3BYdSF+KnSi9Sidz51fQHd7+JuF8Xgcj9/0o+OWeIeIS/MiuNnlruQrJf16GQA== @@ -4412,6 +4448,11 @@ es-abstract@^1.19.0, es-abstract@^1.19.1, es-abstract@^1.19.2, es-abstract@^1.19 string.prototype.trimstart "^1.0.5" unbox-primitive "^1.0.2" +es-array-method-boxes-properly@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/es-array-method-boxes-properly/-/es-array-method-boxes-properly-1.0.0.tgz#873f3e84418de4ee19c5be752990b2e44718d09e" + integrity sha512-wd6JXUmyHmt8T5a2xreUwKcGPq6f1f+WwIJkijUqiGcJz1qqnZgP6XIK+QyIWU5lT7imeNxUll48bziG+TSYcA== + es-module-lexer@^0.9.3: version "0.9.3" resolved "https://registry.yarnpkg.com/es-module-lexer/-/es-module-lexer-0.9.3.tgz#6f13db00cc38417137daf74366f535c8eb438f19" @@ -4433,10 +4474,10 @@ es-to-primitive@^1.2.1: is-date-object "^1.0.1" is-symbol "^1.0.2" -es5-ext@^0.10.35, es5-ext@^0.10.46, es5-ext@^0.10.50, es5-ext@^0.10.53, es5-ext@^0.10.59, es5-ext@~0.10.14, es5-ext@~0.10.2, es5-ext@~0.10.46: - version "0.10.61" - resolved "https://registry.yarnpkg.com/es5-ext/-/es5-ext-0.10.61.tgz#311de37949ef86b6b0dcea894d1ffedb909d3269" - integrity sha512-yFhIqQAzu2Ca2I4SE2Au3rxVfmohU9Y7wqGR+s7+H7krk26NXhIRAZDgqd6xqjCEFUomDEA3/Bo/7fKmIkW1kA== +es5-ext@^0.10.35, es5-ext@^0.10.46, es5-ext@^0.10.50, es5-ext@^0.10.53, es5-ext@^0.10.61, es5-ext@~0.10.14, es5-ext@~0.10.2, es5-ext@~0.10.46: + version "0.10.62" + resolved "https://registry.yarnpkg.com/es5-ext/-/es5-ext-0.10.62.tgz#5e6adc19a6da524bf3d1e02bbc8960e5eb49a9a5" + integrity sha512-BHLqn0klhEpnOKSrzn/Xsz2UIW8j+cGmo9JLzr8BiUapV8hPL9+FliFqjwr9ngW7jWdnxv6eO+/LqyhJVqgrjA== dependencies: es6-iterator "^2.0.3" es6-symbol "^3.1.3" @@ -4469,131 +4510,132 @@ es6-weak-map@^2.0.3: es6-iterator "^2.0.3" es6-symbol "^3.1.1" -esbuild-android-64@0.14.48: - version "0.14.48" - resolved "https://registry.yarnpkg.com/esbuild-android-64/-/esbuild-android-64-0.14.48.tgz#7e6394a0e517f738641385aaf553c7e4fb6d1ae3" - integrity sha512-3aMjboap/kqwCUpGWIjsk20TtxVoKck8/4Tu19rubh7t5Ra0Yrpg30Mt1QXXlipOazrEceGeWurXKeFJgkPOUg== - -esbuild-android-arm64@0.14.48: - version "0.14.48" - resolved "https://registry.yarnpkg.com/esbuild-android-arm64/-/esbuild-android-arm64-0.14.48.tgz#6877566be0f82dd5a43030c0007d06ece7f7c02f" - integrity sha512-vptI3K0wGALiDq+EvRuZotZrJqkYkN5282iAfcffjI5lmGG9G1ta/CIVauhY42MBXwEgDJkweiDcDMRLzBZC4g== - -esbuild-darwin-64@0.14.48: - version "0.14.48" - resolved "https://registry.yarnpkg.com/esbuild-darwin-64/-/esbuild-darwin-64-0.14.48.tgz#ea3caddb707d88f844b1aa1dea5ff3b0a71ef1fd" - integrity sha512-gGQZa4+hab2Va/Zww94YbshLuWteyKGD3+EsVon8EWTWhnHFRm5N9NbALNbwi/7hQ/hM1Zm4FuHg+k6BLsl5UA== - -esbuild-darwin-arm64@0.14.48: - version "0.14.48" - resolved "https://registry.yarnpkg.com/esbuild-darwin-arm64/-/esbuild-darwin-arm64-0.14.48.tgz#4e5eaab54df66cc319b76a2ac0e8af4e6f0d9c2f" - integrity sha512-bFjnNEXjhZT+IZ8RvRGNJthLWNHV5JkCtuOFOnjvo5pC0sk2/QVk0Qc06g2PV3J0TcU6kaPC3RN9yy9w2PSLEA== - -esbuild-freebsd-64@0.14.48: - version "0.14.48" - resolved "https://registry.yarnpkg.com/esbuild-freebsd-64/-/esbuild-freebsd-64-0.14.48.tgz#47b5abc7426eae66861490ffbb380acc67af5b15" - integrity sha512-1NOlwRxmOsnPcWOGTB10JKAkYSb2nue0oM1AfHWunW/mv3wERfJmnYlGzL3UAOIUXZqW8GeA2mv+QGwq7DToqA== - -esbuild-freebsd-arm64@0.14.48: - version "0.14.48" - resolved "https://registry.yarnpkg.com/esbuild-freebsd-arm64/-/esbuild-freebsd-arm64-0.14.48.tgz#e8c54c8637cd44feed967ea12338b0a4da3a7b11" - integrity sha512-gXqKdO8wabVcYtluAbikDH2jhXp+Klq5oCD5qbVyUG6tFiGhrC9oczKq3vIrrtwcxDQqK6+HDYK8Zrd4bCA9Gw== - -esbuild-linux-32@0.14.48: - version "0.14.48" - resolved "https://registry.yarnpkg.com/esbuild-linux-32/-/esbuild-linux-32-0.14.48.tgz#229cf3246de2b7937c3ac13fac622d4d7a1344c5" - integrity sha512-ghGyDfS289z/LReZQUuuKq9KlTiTspxL8SITBFQFAFRA/IkIvDpnZnCAKTCjGXAmUqroMQfKJXMxyjJA69c/nQ== - -esbuild-linux-64@0.14.48: - version "0.14.48" - resolved "https://registry.yarnpkg.com/esbuild-linux-64/-/esbuild-linux-64-0.14.48.tgz#7c0e7226c02c42aacc5656c36977493dc1e96c4f" - integrity sha512-vni3p/gppLMVZLghI7oMqbOZdGmLbbKR23XFARKnszCIBpEMEDxOMNIKPmMItQrmH/iJrL1z8Jt2nynY0bE1ug== - -esbuild-linux-arm64@0.14.48: - version "0.14.48" - resolved "https://registry.yarnpkg.com/esbuild-linux-arm64/-/esbuild-linux-arm64-0.14.48.tgz#0af1eda474b5c6cc0cace8235b74d0cb8fcf57a7" - integrity sha512-3CFsOlpoxlKPRevEHq8aAntgYGYkE1N9yRYAcPyng/p4Wyx0tPR5SBYsxLKcgPB9mR8chHEhtWYz6EZ+H199Zw== - -esbuild-linux-arm@0.14.48: - version "0.14.48" - resolved "https://registry.yarnpkg.com/esbuild-linux-arm/-/esbuild-linux-arm-0.14.48.tgz#de4d1fa6b77cdcd00e2bb43dd0801e4680f0ab52" - integrity sha512-+VfSV7Akh1XUiDNXgqgY1cUP1i2vjI+BmlyXRfVz5AfV3jbpde8JTs5Q9sYgaoq5cWfuKfoZB/QkGOI+QcL1Tw== - -esbuild-linux-mips64le@0.14.48: - version "0.14.48" - resolved "https://registry.yarnpkg.com/esbuild-linux-mips64le/-/esbuild-linux-mips64le-0.14.48.tgz#822c1778495f7868e990d4da47ad7281df28fd15" - integrity sha512-cs0uOiRlPp6ymknDnjajCgvDMSsLw5mST2UXh+ZIrXTj2Ifyf2aAP3Iw4DiqgnyYLV2O/v/yWBJx+WfmKEpNLA== - -esbuild-linux-ppc64le@0.14.48: - version "0.14.48" - resolved "https://registry.yarnpkg.com/esbuild-linux-ppc64le/-/esbuild-linux-ppc64le-0.14.48.tgz#55de0a9ec4a48fedfe82a63e083164d001709447" - integrity sha512-+2F0vJMkuI0Wie/wcSPDCqXvSFEELH7Jubxb7mpWrA/4NpT+/byjxDz0gG6R1WJoeDefcrMfpBx4GFNN1JQorQ== - -esbuild-linux-riscv64@0.14.48: - version "0.14.48" - resolved "https://registry.yarnpkg.com/esbuild-linux-riscv64/-/esbuild-linux-riscv64-0.14.48.tgz#cd2b7381880b2f4b21a5a598fb673492120f18a5" - integrity sha512-BmaK/GfEE+5F2/QDrIXteFGKnVHGxlnK9MjdVKMTfvtmudjY3k2t8NtlY4qemKSizc+QwyombGWTBDc76rxePA== - -esbuild-linux-s390x@0.14.48: - version "0.14.48" - resolved "https://registry.yarnpkg.com/esbuild-linux-s390x/-/esbuild-linux-s390x-0.14.48.tgz#4b319eca2a5c64637fc7397ffbd9671719cdb6bf" - integrity sha512-tndw/0B9jiCL+KWKo0TSMaUm5UWBLsfCKVdbfMlb3d5LeV9WbijZ8Ordia8SAYv38VSJWOEt6eDCdOx8LqkC4g== - -esbuild-netbsd-64@0.14.48: - version "0.14.48" - resolved "https://registry.yarnpkg.com/esbuild-netbsd-64/-/esbuild-netbsd-64-0.14.48.tgz#c27cde8b5cb55dcc227943a18ab078fb98d0adbf" - integrity sha512-V9hgXfwf/T901Lr1wkOfoevtyNkrxmMcRHyticybBUHookznipMOHoF41Al68QBsqBxnITCEpjjd4yAos7z9Tw== - -esbuild-openbsd-64@0.14.48: - version "0.14.48" - resolved "https://registry.yarnpkg.com/esbuild-openbsd-64/-/esbuild-openbsd-64-0.14.48.tgz#af5ab2d1cb41f09064bba9465fc8bf1309150df1" - integrity sha512-+IHf4JcbnnBl4T52egorXMatil/za0awqzg2Vy6FBgPcBpisDWT2sVz/tNdrK9kAqj+GZG/jZdrOkj7wsrNTKA== - -esbuild-sunos-64@0.14.48: - version "0.14.48" - resolved "https://registry.yarnpkg.com/esbuild-sunos-64/-/esbuild-sunos-64-0.14.48.tgz#db3ae20526055cf6fd5c4582676233814603ac54" - integrity sha512-77m8bsr5wOpOWbGi9KSqDphcq6dFeJyun8TA+12JW/GAjyfTwVtOnN8DOt6DSPUfEV+ltVMNqtXUeTeMAxl5KA== - -esbuild-windows-32@0.14.48: - version "0.14.48" - resolved "https://registry.yarnpkg.com/esbuild-windows-32/-/esbuild-windows-32-0.14.48.tgz#021ffceb0a3f83078262870da88a912293c57475" - integrity sha512-EPgRuTPP8vK9maxpTGDe5lSoIBHGKO/AuxDncg5O3NkrPeLNdvvK8oywB0zGaAZXxYWfNNSHskvvDgmfVTguhg== - -esbuild-windows-64@0.14.48: - version "0.14.48" - resolved "https://registry.yarnpkg.com/esbuild-windows-64/-/esbuild-windows-64-0.14.48.tgz#a4d3407b580f9faac51f61eec095fa985fb3fee4" - integrity sha512-YmpXjdT1q0b8ictSdGwH3M8VCoqPpK1/UArze3X199w6u8hUx3V8BhAi1WjbsfDYRBanVVtduAhh2sirImtAvA== - -esbuild-windows-arm64@0.14.48: - version "0.14.48" - resolved "https://registry.yarnpkg.com/esbuild-windows-arm64/-/esbuild-windows-arm64-0.14.48.tgz#762c0562127d8b09bfb70a3c816460742dd82880" - integrity sha512-HHaOMCsCXp0rz5BT2crTka6MPWVno121NKApsGs/OIW5QC0ggC69YMGs1aJct9/9FSUF4A1xNE/cLvgB5svR4g== - -esbuild@^0.14.48: - version "0.14.48" - resolved "https://registry.yarnpkg.com/esbuild/-/esbuild-0.14.48.tgz#da5d8d25cd2d940c45ea0cfecdca727f7aee2b85" - integrity sha512-w6N1Yn5MtqK2U1/WZTX9ZqUVb8IOLZkZ5AdHkT6x3cHDMVsYWC7WPdiLmx19w3i4Rwzy5LqsEMtVihG3e4rFzA== +esbuild-android-64@0.15.5: + version "0.15.5" + resolved "https://registry.yarnpkg.com/esbuild-android-64/-/esbuild-android-64-0.15.5.tgz#3c7b2f2a59017dab3f2c0356188a8dd9cbdc91c8" + integrity sha512-dYPPkiGNskvZqmIK29OPxolyY3tp+c47+Fsc2WYSOVjEPWNCHNyqhtFqQadcXMJDQt8eN0NMDukbyQgFcHquXg== + +esbuild-android-arm64@0.15.5: + version "0.15.5" + resolved "https://registry.yarnpkg.com/esbuild-android-arm64/-/esbuild-android-arm64-0.15.5.tgz#e301db818c5a67b786bf3bb7320e414ac0fcf193" + integrity sha512-YyEkaQl08ze3cBzI/4Cm1S+rVh8HMOpCdq8B78JLbNFHhzi4NixVN93xDrHZLztlocEYqi45rHHCgA8kZFidFg== + +esbuild-darwin-64@0.15.5: + version "0.15.5" + resolved "https://registry.yarnpkg.com/esbuild-darwin-64/-/esbuild-darwin-64-0.15.5.tgz#11726de5d0bf5960b92421ef433e35871c091f8d" + integrity sha512-Cr0iIqnWKx3ZTvDUAzG0H/u9dWjLE4c2gTtRLz4pqOBGjfjqdcZSfAObFzKTInLLSmD0ZV1I/mshhPoYSBMMCQ== + +esbuild-darwin-arm64@0.15.5: + version "0.15.5" + resolved "https://registry.yarnpkg.com/esbuild-darwin-arm64/-/esbuild-darwin-arm64-0.15.5.tgz#ad89dafebb3613fd374f5a245bb0ce4132413997" + integrity sha512-WIfQkocGtFrz7vCu44ypY5YmiFXpsxvz2xqwe688jFfSVCnUsCn2qkEVDo7gT8EpsLOz1J/OmqjExePL1dr1Kg== + +esbuild-freebsd-64@0.15.5: + version "0.15.5" + resolved "https://registry.yarnpkg.com/esbuild-freebsd-64/-/esbuild-freebsd-64-0.15.5.tgz#6bfb52b4a0d29c965aa833e04126e95173289c8a" + integrity sha512-M5/EfzV2RsMd/wqwR18CELcenZ8+fFxQAAEO7TJKDmP3knhWSbD72ILzrXFMMwshlPAS1ShCZ90jsxkm+8FlaA== + +esbuild-freebsd-arm64@0.15.5: + version "0.15.5" + resolved "https://registry.yarnpkg.com/esbuild-freebsd-arm64/-/esbuild-freebsd-arm64-0.15.5.tgz#38a3fed8c6398072f9914856c7c3e3444f9ef4dd" + integrity sha512-2JQQ5Qs9J0440F/n/aUBNvY6lTo4XP/4lt1TwDfHuo0DY3w5++anw+jTjfouLzbJmFFiwmX7SmUhMnysocx96w== + +esbuild-linux-32@0.15.5: + version "0.15.5" + resolved "https://registry.yarnpkg.com/esbuild-linux-32/-/esbuild-linux-32-0.15.5.tgz#942dc70127f0c0a7ea91111baf2806e61fc81b32" + integrity sha512-gO9vNnIN0FTUGjvTFucIXtBSr1Woymmx/aHQtuU+2OllGU6YFLs99960UD4Dib1kFovVgs59MTXwpFdVoSMZoQ== + +esbuild-linux-64@0.15.5: + version "0.15.5" + resolved "https://registry.yarnpkg.com/esbuild-linux-64/-/esbuild-linux-64-0.15.5.tgz#6d748564492d5daaa7e62420862c31ac3a44aed9" + integrity sha512-ne0GFdNLsm4veXbTnYAWjbx3shpNKZJUd6XpNbKNUZaNllDZfYQt0/zRqOg0sc7O8GQ+PjSMv9IpIEULXVTVmg== + +esbuild-linux-arm64@0.15.5: + version "0.15.5" + resolved "https://registry.yarnpkg.com/esbuild-linux-arm64/-/esbuild-linux-arm64-0.15.5.tgz#28cd899beb2d2b0a3870fd44f4526835089a318d" + integrity sha512-7EgFyP2zjO065XTfdCxiXVEk+f83RQ1JsryN1X/VSX2li9rnHAt2swRbpoz5Vlrl6qjHrCmq5b6yxD13z6RheA== + +esbuild-linux-arm@0.15.5: + version "0.15.5" + resolved "https://registry.yarnpkg.com/esbuild-linux-arm/-/esbuild-linux-arm-0.15.5.tgz#6441c256225564d8794fdef5b0a69bc1a43051b5" + integrity sha512-wvAoHEN+gJ/22gnvhZnS/+2H14HyAxM07m59RSLn3iXrQsdS518jnEWRBnJz3fR6BJa+VUTo0NxYjGaNt7RA7Q== + +esbuild-linux-mips64le@0.15.5: + version "0.15.5" + resolved "https://registry.yarnpkg.com/esbuild-linux-mips64le/-/esbuild-linux-mips64le-0.15.5.tgz#d4927f817290eaffc062446896b2a553f0e11981" + integrity sha512-KdnSkHxWrJ6Y40ABu+ipTZeRhFtc8dowGyFsZY5prsmMSr1ZTG9zQawguN4/tunJ0wy3+kD54GaGwdcpwWAvZQ== + +esbuild-linux-ppc64le@0.15.5: + version "0.15.5" + resolved "https://registry.yarnpkg.com/esbuild-linux-ppc64le/-/esbuild-linux-ppc64le-0.15.5.tgz#b6d660dc6d5295f89ac51c675f1a2f639e2fb474" + integrity sha512-QdRHGeZ2ykl5P0KRmfGBZIHmqcwIsUKWmmpZTOq573jRWwmpfRmS7xOhmDHBj9pxv+6qRMH8tLr2fe+ZKQvCYw== + +esbuild-linux-riscv64@0.15.5: + version "0.15.5" + resolved "https://registry.yarnpkg.com/esbuild-linux-riscv64/-/esbuild-linux-riscv64-0.15.5.tgz#2801bf18414dc3d3ad58d1ea83084f00d9d84896" + integrity sha512-p+WE6RX+jNILsf+exR29DwgV6B73khEQV0qWUbzxaycxawZ8NE0wA6HnnTxbiw5f4Gx9sJDUBemh9v49lKOORA== + +esbuild-linux-s390x@0.15.5: + version "0.15.5" + resolved "https://registry.yarnpkg.com/esbuild-linux-s390x/-/esbuild-linux-s390x-0.15.5.tgz#12a634ae6d3384cacc2b8f4201047deafe596eae" + integrity sha512-J2ngOB4cNzmqLHh6TYMM/ips8aoZIuzxJnDdWutBw5482jGXiOzsPoEF4j2WJ2mGnm7FBCO4StGcwzOgic70JQ== + +esbuild-netbsd-64@0.15.5: + version "0.15.5" + resolved "https://registry.yarnpkg.com/esbuild-netbsd-64/-/esbuild-netbsd-64-0.15.5.tgz#951bbf87600512dfcfbe3b8d9d117d684d26c1b8" + integrity sha512-MmKUYGDizYjFia0Rwt8oOgmiFH7zaYlsoQ3tIOfPxOqLssAsEgG0MUdRDm5lliqjiuoog8LyDu9srQk5YwWF3w== + +esbuild-openbsd-64@0.15.5: + version "0.15.5" + resolved "https://registry.yarnpkg.com/esbuild-openbsd-64/-/esbuild-openbsd-64-0.15.5.tgz#26705b61961d525d79a772232e8b8f211fdbb035" + integrity sha512-2mMFfkLk3oPWfopA9Plj4hyhqHNuGyp5KQyTT9Rc8hFd8wAn5ZrbJg+gNcLMo2yzf8Uiu0RT6G9B15YN9WQyMA== + +esbuild-sunos-64@0.15.5: + version "0.15.5" + resolved "https://registry.yarnpkg.com/esbuild-sunos-64/-/esbuild-sunos-64-0.15.5.tgz#d794da1ae60e6e2f6194c44d7b3c66bf66c7a141" + integrity sha512-2sIzhMUfLNoD+rdmV6AacilCHSxZIoGAU2oT7XmJ0lXcZWnCvCtObvO6D4puxX9YRE97GodciRGDLBaiC6x1SA== + +esbuild-windows-32@0.15.5: + version "0.15.5" + resolved "https://registry.yarnpkg.com/esbuild-windows-32/-/esbuild-windows-32-0.15.5.tgz#0670326903f421424be86bc03b7f7b3ff86a9db7" + integrity sha512-e+duNED9UBop7Vnlap6XKedA/53lIi12xv2ebeNS4gFmu7aKyTrok7DPIZyU5w/ftHD4MUDs5PJUkQPP9xJRzg== + +esbuild-windows-64@0.15.5: + version "0.15.5" + resolved "https://registry.yarnpkg.com/esbuild-windows-64/-/esbuild-windows-64-0.15.5.tgz#64f32acb7341f3f0a4d10e8ff1998c2d1ebfc0a9" + integrity sha512-v+PjvNtSASHOjPDMIai9Yi+aP+Vwox+3WVdg2JB8N9aivJ7lyhp4NVU+J0MV2OkWFPnVO8AE/7xH+72ibUUEnw== + +esbuild-windows-arm64@0.15.5: + version "0.15.5" + resolved "https://registry.yarnpkg.com/esbuild-windows-arm64/-/esbuild-windows-arm64-0.15.5.tgz#4fe7f333ce22a922906b10233c62171673a3854b" + integrity sha512-Yz8w/D8CUPYstvVQujByu6mlf48lKmXkq6bkeSZZxTA626efQOJb26aDGLzmFWx6eg/FwrXgt6SZs9V8Pwy/aA== + +esbuild@^0.15.5: + version "0.15.5" + resolved "https://registry.yarnpkg.com/esbuild/-/esbuild-0.15.5.tgz#5effd05666f621d4ff2fe2c76a67c198292193ff" + integrity sha512-VSf6S1QVqvxfIsSKb3UKr3VhUCis7wgDbtF4Vd9z84UJr05/Sp2fRKmzC+CSPG/dNAPPJZ0BTBLTT1Fhd6N9Gg== optionalDependencies: - esbuild-android-64 "0.14.48" - esbuild-android-arm64 "0.14.48" - esbuild-darwin-64 "0.14.48" - esbuild-darwin-arm64 "0.14.48" - esbuild-freebsd-64 "0.14.48" - esbuild-freebsd-arm64 "0.14.48" - esbuild-linux-32 "0.14.48" - esbuild-linux-64 "0.14.48" - esbuild-linux-arm "0.14.48" - esbuild-linux-arm64 "0.14.48" - esbuild-linux-mips64le "0.14.48" - esbuild-linux-ppc64le "0.14.48" - esbuild-linux-riscv64 "0.14.48" - esbuild-linux-s390x "0.14.48" - esbuild-netbsd-64 "0.14.48" - esbuild-openbsd-64 "0.14.48" - esbuild-sunos-64 "0.14.48" - esbuild-windows-32 "0.14.48" - esbuild-windows-64 "0.14.48" - esbuild-windows-arm64 "0.14.48" + "@esbuild/linux-loong64" "0.15.5" + esbuild-android-64 "0.15.5" + esbuild-android-arm64 "0.15.5" + esbuild-darwin-64 "0.15.5" + esbuild-darwin-arm64 "0.15.5" + esbuild-freebsd-64 "0.15.5" + esbuild-freebsd-arm64 "0.15.5" + esbuild-linux-32 "0.15.5" + esbuild-linux-64 "0.15.5" + esbuild-linux-arm "0.15.5" + esbuild-linux-arm64 "0.15.5" + esbuild-linux-mips64le "0.15.5" + esbuild-linux-ppc64le "0.15.5" + esbuild-linux-riscv64 "0.15.5" + esbuild-linux-s390x "0.15.5" + esbuild-netbsd-64 "0.15.5" + esbuild-openbsd-64 "0.15.5" + esbuild-sunos-64 "0.15.5" + esbuild-windows-32 "0.15.5" + esbuild-windows-64 "0.15.5" + esbuild-windows-arm64 "0.15.5" escalade@^3.1.1: version "3.1.1" @@ -4671,26 +4713,25 @@ eslint-import-resolver-node@^0.3.6: debug "^3.2.7" resolve "^1.20.0" -eslint-import-resolver-typescript@^3.2.7: - version "3.3.0" - resolved "https://registry.yarnpkg.com/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-3.3.0.tgz#c2b9f420563bdcb4b84d550d81e579f8dc867d5b" - integrity sha512-vlooCGKfDX59rH5TbtluOekinPlIS5Ab+dyQUoCCJoE1IV11R/kn6J+RoMBuBkJhzJEIKJ4myQJhw6lGIXfkRA== +eslint-import-resolver-typescript@^3.5.0: + version "3.5.0" + resolved "https://registry.yarnpkg.com/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-3.5.0.tgz#490ba48cafc5a2fb209bbc7e360defb4c292ed59" + integrity sha512-DEfpfuk+O/T5e9HBZOxocmwMuUGkvQQd5WRiMJF9kKNT9amByqOyGlWoAZAQiv0SZSy4GMtG1clmnvQA/RzA0A== dependencies: debug "^4.3.4" enhanced-resolve "^5.10.0" get-tsconfig "^4.2.0" globby "^13.1.2" - is-core-module "^2.9.0" + is-core-module "^2.10.0" is-glob "^4.0.3" - synckit "^0.8.1" + synckit "^0.8.3" eslint-module-utils@^2.7.3: - version "2.7.3" - resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.7.3.tgz#ad7e3a10552fdd0642e1e55292781bd6e34876ee" - integrity sha512-088JEC7O3lDZM9xGe0RerkOMd0EjFl+Yvd1jPWIkMT5u3H9+HC34mWWPnqPrN13gieT9pBOO+Qt07Nb/6TresQ== + version "2.7.4" + resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.7.4.tgz#4f3e41116aaf13a20792261e61d3a2e7e0583974" + integrity sha512-j4GT+rqzCoRKHwURX7pddtIPGySnX9Si/cgMI5ztrcqOPtk5dDEeZ34CQVPphnqkJytlc97Vuk05Um2mJ3gEQA== dependencies: debug "^3.2.7" - find-up "^2.1.0" eslint-plugin-css@^0.6.0: version "0.6.0" @@ -4726,36 +4767,38 @@ eslint-plugin-eslint-comments@^3.2.0: escape-string-regexp "^1.0.5" ignore "^5.0.5" -eslint-plugin-import@^2.26.0: +"eslint-plugin-import@npm:eslint-plugin-i@^2.26.0": version "2.26.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.26.0.tgz#f812dc47be4f2b72b478a021605a59fc6fe8b88b" - integrity sha512-hYfi3FXaM8WPLf4S1cikh/r4IxnO6zrhZbEGz2b660EJRbuxgpDS5gkCuYgGWg2xxh2rBuIr4Pvhve/7c31koA== + resolved "https://registry.yarnpkg.com/eslint-plugin-i/-/eslint-plugin-i-2.26.0.tgz#2fe54ef29c1d71b4e3bf824a3da482bbaf62f4ee" + integrity sha512-d1o6wLEslujT20ObVE/sAfpgsMBlU58P0rU+sudTHCuWDpVhFAuDz1cYzeM70RJ++XCUsCYBID4a3m51TOPT+g== dependencies: - array-includes "^3.1.4" - array.prototype.flat "^1.2.5" + array-includes "^3.1.5" + array.prototype.flat "^1.3.0" debug "^2.6.9" doctrine "^2.1.0" eslint-import-resolver-node "^0.3.6" eslint-module-utils "^2.7.3" + get-own-property-symbols "^0.9.5" + get-tsconfig "^4.2.0" has "^1.0.3" - is-core-module "^2.8.1" + is-core-module "^2.9.0" is-glob "^4.0.3" minimatch "^3.1.2" + object.getownpropertydescriptors "^2.1.4" object.values "^1.1.5" - resolve "^1.22.0" - tsconfig-paths "^3.14.1" + resolve "^1.22.1" -eslint-plugin-jest@^26.6.0: - version "26.6.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-26.6.0.tgz#546804fa42da75d7d58d4d3b278d5186abd3f6c0" - integrity sha512-f8n46/97ZFdU4KqeQYqO8AEVGIhHWvkpgNBWHH3jrM28/y8llnbf3IjfIKv6p2pZIMinK1PCqbbROxs9Eud02Q== +eslint-plugin-jest@^26.8.7: + version "26.8.7" + resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-26.8.7.tgz#f38f067d0a69483d64578eb43508ca7b29c8a4b7" + integrity sha512-nJJVv3VY6ZZvJGDMC8h1jN/TIGT4We1JkNn1lvstPURicr/eZPVnlFULQ4W2qL9ByCuCr1hPmlBOc2aZ1ktw4Q== dependencies: "@typescript-eslint/utils" "^5.10.0" -eslint-plugin-jsdoc@^39.3.3: - version "39.3.3" - resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.3.3.tgz#75dd67ce581e7527a69f27800138cc0f9c388236" - integrity sha512-K/DAjKRUNaUTf0KQhI9PvsF+Y3mGDx/j0pofXsJCQe/tmRsRweBIXR353c8nAro0lytZYEf7l0PluBpzKDiHxw== +eslint-plugin-jsdoc@^39.3.6: + version "39.3.6" + resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.3.6.tgz#6ba29f32368d72a51335a3dc9ccd22ad0437665d" + integrity sha512-R6dZ4t83qPdMhIOGr7g2QII2pwCjYyKP+z0tPOfO1bbAbQyKC20Y2Rd6z1te86Lq3T7uM8bNo+VD9YFpE8HU/g== dependencies: "@es-joy/jsdoccomment" "~0.31.0" comment-parser "1.3.1" @@ -4765,10 +4808,10 @@ eslint-plugin-jsdoc@^39.3.3: semver "^7.3.7" spdx-expression-parse "^3.0.1" -eslint-plugin-json-schema-validator@^3.2.5: - version "3.2.8" - resolved "https://registry.yarnpkg.com/eslint-plugin-json-schema-validator/-/eslint-plugin-json-schema-validator-3.2.8.tgz#5b4ee425ab55455c38db8e5d4772da9e4bcb31bb" - integrity sha512-IqxvDdBFAWikgAgEzsyZej8aexsn5OLRGinysJVn2uhJEAcESnSLMAlmyL3xshIc9GmTn55uhbwJ0N5betWs3w== +eslint-plugin-json-schema-validator@^4.0.1: + version "4.0.1" + resolved "https://registry.yarnpkg.com/eslint-plugin-json-schema-validator/-/eslint-plugin-json-schema-validator-4.0.1.tgz#00bff11fd16ef9a0bff7bb1cf0092b1691ce9f43" + integrity sha512-TW3e9Itet+PlvkUvVVy2ZvE72XN18vS99KerwEvHqLwxWVBPATAGlkX1q9XwY76dhQLApXg2NSRwbN8hbbLqZQ== dependencies: ajv "^8.0.0" debug "^4.3.1" @@ -4776,15 +4819,15 @@ eslint-plugin-json-schema-validator@^3.2.5: json-schema-migrate "^2.0.0" jsonc-eslint-parser "^2.0.0" minimatch "^5.0.0" - synckit "^0.7.1" + synckit "^0.8.0" toml-eslint-parser "^0.4.0" tunnel-agent "^0.6.0" yaml-eslint-parser "^1.0.0" -eslint-plugin-jsonc@^2.3.1: - version "2.3.1" - resolved "https://registry.yarnpkg.com/eslint-plugin-jsonc/-/eslint-plugin-jsonc-2.3.1.tgz#2048b559dc4239bf3c9c0f52d945c7e12e210c19" - integrity sha512-8sgWGWiVRMFL6xGawRymrE4RjZJgiU0rXYgFFb71wvdwuUkPgWSvfFtc8jfwcgjjqFjis8vzCUFsg7SciMEDWw== +eslint-plugin-jsonc@^2.4.0: + version "2.4.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-jsonc/-/eslint-plugin-jsonc-2.4.0.tgz#83a0f9a22689492d58514ab0464fa0612dceabc7" + integrity sha512-YXy5PjyUL9gFYal6pYijd8P6EmpeWskv7PVhB9Py/AwKPn+hwnQHcIzQILiLfxztfhtWiRIUSzoLe/JThZgSUw== dependencies: eslint-utils "^3.0.0" jsonc-eslint-parser "^2.0.4" @@ -4797,29 +4840,29 @@ eslint-plugin-markdown@^3.0.0: dependencies: mdast-util-from-markdown "^0.8.5" -eslint-plugin-markup@^0.10.0: - version "0.10.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-markup/-/eslint-plugin-markup-0.10.0.tgz#4fa6dc4b43bbd0e44676355657a3509d7b0271ad" - integrity sha512-vC7b3HJldGSb10utUC+cPm2xdsrLz+caKMsHVweOKcBTvyt7tl3wZEXl85gCFjBFsZRraDPZ9qpZlzWd2RvLww== +eslint-plugin-markup@^0.10.1: + version "0.10.1" + resolved "https://registry.yarnpkg.com/eslint-plugin-markup/-/eslint-plugin-markup-0.10.1.tgz#f1b71c54da676adb5dda4d28d2d08e74546c7c94" + integrity sha512-hX5CQBv4MHCP3bhS/cRo8DCCFufn5gk9nqpTfPyM2WjLbKAojHnutQSrEzMlrm5ETBrkwaCYJSphnPfNJ1MFXQ== dependencies: cosmiconfig "^7.0.1" - eslint-plugin-utils "^0.3.0" - markuplint "^2.9.0" - synckit "^0.7.2" + eslint-plugin-utils "^0.3.1" + markuplint "^2.10.0" + synckit "^0.8.1" tslib "^2.4.0" -eslint-plugin-n@^15.2.4: - version "15.2.4" - resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-15.2.4.tgz#d62021a0821ae650701ed459756aaf478a9b6056" - integrity sha512-tjnVMv2fiXYMnuiIFI8QMtyUFI42SckEEWvi8h68SWGWshfqO6SSCASy24dGMGAiy7NUk6DZt90DM0iNUsmQ5w== +eslint-plugin-n@^15.2.5: + version "15.2.5" + resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-15.2.5.tgz#aa7ff8d45bb8bf2df8ea3b7d3774ae570cb794b8" + integrity sha512-8+BYsqiyZfpu6NXmdLOXVUfk8IocpCjpd8nMRRH0A9ulrcemhb2VI9RSJMEy5udx++A/YcVPD11zT8hpFq368g== dependencies: builtins "^5.0.1" eslint-plugin-es "^4.1.0" eslint-utils "^3.0.0" ignore "^5.1.1" - is-core-module "^2.9.0" + is-core-module "^2.10.0" minimatch "^3.1.2" - resolve "^1.10.1" + resolve "^1.22.1" semver "^7.3.7" eslint-plugin-prettier@^4.2.1: @@ -4829,20 +4872,20 @@ eslint-plugin-prettier@^4.2.1: dependencies: prettier-linter-helpers "^1.0.0" -eslint-plugin-promise@^6.0.0: - version "6.0.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-6.0.0.tgz#017652c07c9816413a41e11c30adc42c3d55ff18" - integrity sha512-7GPezalm5Bfi/E22PnQxDWH2iW9GTvAlUNTztemeHb6c1BniSyoeTrM87JkC0wYdi6aQrZX9p2qEiAno8aTcbw== +eslint-plugin-promise@^6.0.1: + version "6.0.1" + resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-6.0.1.tgz#a8cddf96a67c4059bdabf4d724a29572188ae423" + integrity sha512-uM4Tgo5u3UWQiroOyDEsYcVMOo7re3zmno0IZmB5auxoaQNIceAbXEkSt8RNrKtaYehARHG06pYK6K1JhtP0Zw== eslint-plugin-react-hooks@^4.6.0: version "4.6.0" resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.0.tgz#4c3e697ad95b77e93f8646aaa1630c1ba607edd3" integrity sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g== -eslint-plugin-react@^7.30.1: - version "7.30.1" - resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.30.1.tgz#2be4ab23ce09b5949c6631413ba64b2810fd3e22" - integrity sha512-NbEvI9jtqO46yJA3wcRF9Mo0lF9T/jhdHqhCHXiXtD+Zcb98812wvokjWpU7Q4QH5edo6dmqrukxVvWWXHlsUg== +eslint-plugin-react@^7.30.1, eslint-plugin-react@^7.31.0: + version "7.31.1" + resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.31.1.tgz#d29793ed27743f3ed8a473c347b1bf5a0a8fb9af" + integrity sha512-j4/2xWqt/R7AZzG8CakGHA6Xa/u7iR8Q3xCxY+AUghdT92bnIDOBEefV456OeH0QvBcroVc0eyvrrLSyQGYIfg== dependencies: array-includes "^3.1.5" array.prototype.flatmap "^1.3.0" @@ -4859,10 +4902,10 @@ eslint-plugin-react@^7.30.1: semver "^6.3.0" string.prototype.matchall "^4.0.7" -eslint-plugin-regexp@^1.7.0: - version "1.7.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-regexp/-/eslint-plugin-regexp-1.7.0.tgz#19b3c98f4f4d5314242ecc8936346b1936de523e" - integrity sha512-nmhXqrEP+O+dz2z5MSkc41u/4fA8oakweoCUdfYwox7DBhzadEqZz8T+s6/UiY0NIU0kv+3UrzBfhPp4wUxbaA== +eslint-plugin-regexp@^1.9.0: + version "1.9.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-regexp/-/eslint-plugin-regexp-1.9.0.tgz#692476a4f620e16634f747bf5c4bfbcd480ff6d9" + integrity sha512-Che49IZ07w9KcKvrMiqfwBYv44VBunA4NqUo+UTLluYbCos9Du3+pnhkPTLTAx6ZoZ1Rmz7u7o2iC6g6qCuvxw== dependencies: comment-parser "^1.1.2" eslint-utils "^3.0.0" @@ -4878,15 +4921,18 @@ eslint-plugin-simple-import-sort@^7.0.0: resolved "https://registry.yarnpkg.com/eslint-plugin-simple-import-sort/-/eslint-plugin-simple-import-sort-7.0.0.tgz#a1dad262f46d2184a90095a60c66fef74727f0f8" integrity sha512-U3vEDB5zhYPNfxT5TYR7u01dboFZp+HNpnGhkDB2g/2E4wZ/g1Q9Ton8UwCLfRV9yAKyYqDh62oHOamvkFxsvw== -eslint-plugin-sonar@^0.8.0: - version "0.8.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-sonar/-/eslint-plugin-sonar-0.8.0.tgz#c67b3da53ca3a8531e3e333891b54c1d92f1176b" - integrity sha512-5ZqgYIY1NSyR80v9RXbgwaK/jkHuGmuBa7ybsDEhwPydGplYvoj4zx8ahR8II7SoIOXPuzeh8HifEvKQSxu0iQ== +eslint-plugin-sonar@^0.9.1: + version "0.9.1" + resolved "https://registry.yarnpkg.com/eslint-plugin-sonar/-/eslint-plugin-sonar-0.9.1.tgz#7c31b79202eb45dd4142998289cf297b08736b77" + integrity sha512-+N56TU0PkUKitb4OC1tSamibSF9EAM1DWZOPwrFDwpO7OTpWwuH6lUkrB1I+Q2NJoK4Fmy6m1QqvfvLRgkit4g== dependencies: "@babel/eslint-parser" "^7.17.0" builtin-modules "^3.2.0" bytes "^3.1.2" + eslint-plugin-react "^7.30.1" + eslint-plugin-react-hooks "^4.6.0" eslint-plugin-sonarjs "^0.13.0" + regexpp "^3.2.0" scslre "^0.1.6" eslint-plugin-sonarjs@^0.13.0: @@ -4894,10 +4940,15 @@ eslint-plugin-sonarjs@^0.13.0: resolved "https://registry.yarnpkg.com/eslint-plugin-sonarjs/-/eslint-plugin-sonarjs-0.13.0.tgz#c34d140cc90abaaed38f5a5201a2ccdebe398862" integrity sha512-t3m7ta0EspzDxSOZh3cEOJIJVZgN/TlJYaBGnQlK6W/PZNbWep8q4RQskkJkA7/zwNpX0BaoEOSUUrqaADVoqA== -eslint-plugin-svelte@^2.2.0: - version "2.2.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-svelte/-/eslint-plugin-svelte-2.2.0.tgz#fe7376245af002681aad38a9ba266391acab6723" - integrity sha512-V7LwA2lEzGqQ1/Cor3uZS/dL3ff6kdHX44TNYViXyHifIEsFiN2TJWdnH+n6NewjCQ93KVI4cWeZI0Pl7ET/hA== +eslint-plugin-sonarjs@^0.15.0: + version "0.15.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-sonarjs/-/eslint-plugin-sonarjs-0.15.0.tgz#f9c904f143f4e2336f2923be08399b32b5bd2781" + integrity sha512-LuxHdAe6VqSbi1phsUvNjbmXLuvlobmryQJJNyQYbdubCfz6K8tmgoqNiJPnz0pP2AbYDbtuPm0ajOMgMrC+dQ== + +eslint-plugin-svelte@^2.7.0: + version "2.7.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-svelte/-/eslint-plugin-svelte-2.7.0.tgz#11cecc81570854d4ffa8e769c4b409642787ad34" + integrity sha512-K43Eehm5Gal1GxeBjcUMuJRGLHtIwXmLiItNBApV4N1RQYknRh2gVPc6CsJsVlncCvyw6qvNsGX/db1v1PRdMw== dependencies: debug "^4.3.1" eslint-utils "^3.0.0" @@ -4906,7 +4957,7 @@ eslint-plugin-svelte@^2.2.0: postcss-load-config "^3.1.4" postcss-safe-parser "^6.0.0" sourcemap-codec "^1.4.8" - svelte-eslint-parser "^0.16.0" + svelte-eslint-parser "^0.18.0" eslint-plugin-toml@^0.3.1: version "0.3.1" @@ -4917,10 +4968,10 @@ eslint-plugin-toml@^0.3.1: lodash "^4.17.19" toml-eslint-parser "^0.4.0" -eslint-plugin-unicorn@^43.0.1: - version "43.0.1" - resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-43.0.1.tgz#71c79caa95dde626c1cd285540fbccaafc262511" - integrity sha512-wYvF6q0RRTKw6gzbKy5bbazWUrBEPIto2S9U6eSF+tsHgtgE+CwQ6Bww1W2Ie9TRED01QkZRN79c5aVMFgrFYw== +eslint-plugin-unicorn@^43.0.2: + version "43.0.2" + resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-43.0.2.tgz#b189d58494c8a0985a4b89dba5dbfde3ad7575a5" + integrity sha512-DtqZ5mf/GMlfWoz1abIjq5jZfaFuHzGBZYIeuJfEoKKGWRHr2JiJR+ea+BF7Wx2N1PPRoT/2fwgiK1NnmNE3Hg== dependencies: "@babel/helper-validator-identifier" "^7.18.6" ci-info "^3.3.2" @@ -4937,15 +4988,15 @@ eslint-plugin-unicorn@^43.0.1: semver "^7.3.7" strip-indent "^3.0.0" -eslint-plugin-utils@^0.3.0: - version "0.3.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-utils/-/eslint-plugin-utils-0.3.0.tgz#c0e8f6339c1130d3472e02c0f25f6afcaad55cb5" - integrity sha512-8f7VcZNYE1f3enuW+FdEJlcC233FEDq4ac7jtSh8PM6G+sAEj/EkNuxvcv1Vs3el7mfBKHWNtDOlC8qeKZz2FA== +eslint-plugin-utils@^0.3.1: + version "0.3.1" + resolved "https://registry.yarnpkg.com/eslint-plugin-utils/-/eslint-plugin-utils-0.3.1.tgz#3d75085cbc6a3d8ce05776f4bb265f864e36d0af" + integrity sha512-bomAAoDLoAZ54eu2+fTOMl02q+fhGlQkU9LqIbsADFiTaaWWpfozbeX70I9RxwwkzZdFpfG+n06yeKlWv7s8dQ== -eslint-plugin-vue@^9.2.0: - version "9.2.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-9.2.0.tgz#b7ca02b2ce8218b7586346440fc61c2655db353a" - integrity sha512-W2hc+NUXoce8sZtWgZ45miQTy6jNyuSdub5aZ1IBune4JDeAyzucYX0TzkrQ1jMO52sNUDYlCIHDoaNePe0p5g== +eslint-plugin-vue@^9.4.0: + version "9.4.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-9.4.0.tgz#31c2d9002b5bb437b351a5feffdf37c4397e5cb9" + integrity sha512-Nzz2QIJ8FG+rtJaqT/7/ru5ie2XgT9KCudkbN0y3uFYhQ41nuHEaboLAiqwMcK006hZPQv/rVMRhUIwEGhIvfQ== dependencies: eslint-utils "^3.0.0" natural-compare "^1.4.0" @@ -4955,15 +5006,15 @@ eslint-plugin-vue@^9.2.0: vue-eslint-parser "^9.0.1" xml-name-validator "^4.0.0" -eslint-plugin-yml@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-yml/-/eslint-plugin-yml-1.0.0.tgz#9a1bd81176d2d70201b8db048533c0f1faebb35e" - integrity sha512-0RVoUFh5vpznE2DIP5agSpWO/nU8GgAWwoTAHWopU2X+1SCB5ykHU6DwS0GrZ5Hvejtk6CcADQllpQQJB4C5QA== +eslint-plugin-yml@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-yml/-/eslint-plugin-yml-1.1.0.tgz#cf280b79acc704b9bc1d39aef28e8dbcc65a18a2" + integrity sha512-64g3vWwolk9d+FykuqxXGLn3oGEK2ZecIAyfIEsyuSHBQkR8utp5h8e75R6tGph1IRggoGl27QQ2oi2M1IF1Vw== dependencies: debug "^4.3.2" lodash "^4.17.21" natural-compare "^1.4.0" - yaml-eslint-parser "^1.0.0" + yaml-eslint-parser "^1.1.0" eslint-rule-composer@^0.3.0: version "0.3.0" @@ -5015,13 +5066,15 @@ eslint-visitor-keys@^3.0.0, eslint-visitor-keys@^3.1.0, eslint-visitor-keys@^3.3 resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826" integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA== -eslint@^8.20.0: - version "8.20.0" - resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.20.0.tgz#048ac56aa18529967da8354a478be4ec0a2bc81b" - integrity sha512-d4ixhz5SKCa1D6SCPrivP7yYVi7nyD6A4vs6HIAul9ujBzcEmZVM3/0NN/yu5nKhmO1wjp5xQ46iRfmDGlOviA== +eslint@^8.22.0: + version "8.23.0" + resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.23.0.tgz#a184918d288820179c6041bb3ddcc99ce6eea040" + integrity sha512-pBG/XOn0MsJcKcTRLr27S5HpzQo4kLr+HjLQIyK4EiCsijDl/TB+h5uEuJU6bQ8Edvwz1XWOjpaP2qgnXGpTcA== dependencies: - "@eslint/eslintrc" "^1.3.0" - "@humanwhocodes/config-array" "^0.9.2" + "@eslint/eslintrc" "^1.3.1" + "@humanwhocodes/config-array" "^0.10.4" + "@humanwhocodes/gitignore-to-minimatch" "^1.0.2" + "@humanwhocodes/module-importer" "^1.0.1" ajv "^6.10.0" chalk "^4.0.0" cross-spawn "^7.0.2" @@ -5031,14 +5084,17 @@ eslint@^8.20.0: eslint-scope "^7.1.1" eslint-utils "^3.0.0" eslint-visitor-keys "^3.3.0" - espree "^9.3.2" + espree "^9.4.0" esquery "^1.4.0" esutils "^2.0.2" fast-deep-equal "^3.1.3" file-entry-cache "^6.0.1" + find-up "^5.0.0" functional-red-black-tree "^1.0.1" glob-parent "^6.0.1" globals "^13.15.0" + globby "^11.1.0" + grapheme-splitter "^1.0.4" ignore "^5.2.0" import-fresh "^3.0.0" imurmurhash "^0.1.4" @@ -5054,14 +5110,13 @@ eslint@^8.20.0: strip-ansi "^6.0.1" strip-json-comments "^3.1.0" text-table "^0.2.0" - v8-compile-cache "^2.0.3" -espree@^9.0.0, espree@^9.3.1, espree@^9.3.2: - version "9.3.2" - resolved "https://registry.yarnpkg.com/espree/-/espree-9.3.2.tgz#f58f77bd334731182801ced3380a8cc859091596" - integrity sha512-D211tC7ZwouTIuY5x9XnS0E9sWNChB7IYKX/Xp5eQj3nFXhqmiUDB9q27y76oFl8jTg3pXcQx/bpxMfs3CIZbA== +espree@^9.0.0, espree@^9.3.1, espree@^9.4.0: + version "9.4.0" + resolved "https://registry.yarnpkg.com/espree/-/espree-9.4.0.tgz#cd4bc3d6e9336c433265fc0aa016fc1aaf182f8a" + integrity sha512-DQmnRpLj7f6TgN/NYb0MTzJXL+vJF9h3pHy4JhCIs3zwcgez8xmGg3sXHcEO97BrmO2OSvCwMdfdlyl+E9KjOw== dependencies: - acorn "^8.7.1" + acorn "^8.8.0" acorn-jsx "^5.3.2" eslint-visitor-keys "^3.3.0" @@ -5070,11 +5125,6 @@ esprima@^4.0.0, esprima@^4.0.1: resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71" integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A== -espurify@^2.0.0, espurify@^2.0.1: - version "2.1.1" - resolved "https://registry.yarnpkg.com/espurify/-/espurify-2.1.1.tgz#afb043f22fac908d991dd25f7bf40bcf03935b9c" - integrity sha512-zttWvnkhcDyGOhSH4vO2qCBILpdCMv/MX8lp4cqgRkQoDRGK2oZxi2GfWhlP2dIXmk7BaKeOTuzbHhyC68o8XQ== - esquery@^1.4.0: version "1.4.0" resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.4.0.tgz#2148ffc38b82e8c7057dfed48425b3e61f0f24a5" @@ -5089,12 +5139,12 @@ esrecurse@^4.3.0: dependencies: estraverse "^5.2.0" -estraverse@^4.0.0, estraverse@^4.1.0, estraverse@^4.1.1: +estraverse@^4.1.1: version "4.3.0" resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-4.3.0.tgz#398ad3f3c5a24948be7725e83d11a7de28cdbd1d" integrity sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw== -estraverse@^5.1.0, estraverse@^5.2.0, estraverse@^5.3.0: +estraverse@^5.0.0, estraverse@^5.1.0, estraverse@^5.2.0, estraverse@^5.3.0: version "5.3.0" resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.3.0.tgz#2eea5290702f26ab8fe5370370ff86c965d21123" integrity sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA== @@ -5104,12 +5154,12 @@ estree-util-is-identifier-name@^2.0.0: resolved "https://registry.yarnpkg.com/estree-util-is-identifier-name/-/estree-util-is-identifier-name-2.0.1.tgz#cf07867f42705892718d9d89eb2d85eaa8f0fcb5" integrity sha512-rxZj1GkQhY4x1j/CSnybK9cGuMFQYFPLq0iNyopqf14aOVLFtMv7Esika+ObJWPWiOHuMOAHz3YkWoLYYRnzWQ== -estree-util-visit@^1.0.0, estree-util-visit@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/estree-util-visit/-/estree-util-visit-1.1.0.tgz#c0ea7942c40ac7889a77b57a11e92f987744bc6f" - integrity sha512-3lXJ4Us9j8TUif9cWcQy81t9p5OLasnDuuhrFiqb+XstmKC1d1LmrQWYsY49/9URcfHE64mPypDBaNK9NwWDPQ== +estree-util-visit@^1.0.0, estree-util-visit@^1.2.0: + version "1.2.0" + resolved "https://registry.yarnpkg.com/estree-util-visit/-/estree-util-visit-1.2.0.tgz#aa0311a9c2f2aa56e9ae5e8b9d87eac14e4ec8f8" + integrity sha512-wdsoqhWueuJKsh5hqLw3j8lwFqNStm92VcwtAOAny8g/KS/l5Y8RISjR4k5W6skCj3Nirag/WUCMS0Nfy3sgsg== dependencies: - "@types/estree-jsx" "^0.0.1" + "@types/estree-jsx" "^1.0.0" "@types/unist" "^2.0.0" estree-walker@^0.6.1: @@ -5207,7 +5257,7 @@ expand-tilde@^2.0.0, expand-tilde@^2.0.2: dependencies: homedir-polyfill "^1.0.1" -expect@^28.1.3: +expect@^28.0.0: version "28.1.3" resolved "https://registry.yarnpkg.com/expect/-/expect-28.1.3.tgz#90a7c1a124f1824133dd4533cce2d2bdcb6603ec" integrity sha512-eEh0xn8HlsuOBxFgIss+2mX85VAS4Qy3OSkjV7rlBWljtA4oWH37glVGyOZSZvErDT/yBywZdPGwCXuTvSG85g== @@ -5218,6 +5268,17 @@ expect@^28.1.3: jest-message-util "^28.1.3" jest-util "^28.1.3" +expect@^29.0.1: + version "29.0.1" + resolved "https://registry.yarnpkg.com/expect/-/expect-29.0.1.tgz#a2fa64a59cffe4b4007877e730bc82be3d1742bb" + integrity sha512-yQgemsjLU+1S8t2A7pXT3Sn/v5/37LY8J+tocWtKEA0iEYYc6gfKbbJJX2fxHZmd7K9WpdbQqXUpmYkq1aewYg== + dependencies: + "@jest/expect-utils" "^29.0.1" + jest-get-type "^29.0.0" + jest-matcher-utils "^29.0.1" + jest-message-util "^29.0.1" + jest-util "^29.0.1" + ext@^1.1.2: version "1.6.0" resolved "https://registry.yarnpkg.com/ext/-/ext-1.6.0.tgz#3871d50641e874cc172e2b53f919842d19db4c52" @@ -5276,7 +5337,7 @@ fast-glob@3, fast-glob@^3.0.3, fast-glob@^3.2.11, fast-glob@^3.2.9: merge2 "^1.3.0" micromatch "^4.0.4" -fast-json-stable-stringify@2.x, fast-json-stable-stringify@^2.0.0: +fast-json-stable-stringify@2.x, fast-json-stable-stringify@^2.0.0, fast-json-stable-stringify@^2.1.0: version "2.1.0" resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633" integrity sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw== @@ -5326,13 +5387,6 @@ fill-range@^7.0.1: dependencies: to-regex-range "^5.0.1" -find-up@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/find-up/-/find-up-2.1.0.tgz#45d1b7e506c717ddd482775a2b77920a3c0c57a7" - integrity sha512-NWzkk0jSJtTt08+FBFMvXoeZnOJD+jTtsRmBYbAIzJdX6l7dLgR7CTubCM5/eDdPUBvLCeVasP1brfVR/9/EZQ== - dependencies: - locate-path "^2.0.0" - find-up@^4.0.0, find-up@^4.1.0: version "4.1.0" resolved "https://registry.yarnpkg.com/find-up/-/find-up-4.1.0.tgz#97afe7d6cdc0bc5928584b7c8d7b16e8a9aa5d19" @@ -5373,9 +5427,9 @@ flat-cache@^3.0.4: rimraf "^3.0.2" flatted@^3.1.0: - version "3.2.6" - resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.6.tgz#022e9218c637f9f3fc9c35ab9c9193f05add60b2" - integrity sha512-0sQoMh9s0BYsm+12Huy/rkKxVu4R1+r96YX5cG44rHV0pQ6iC3Q+mkoMFaGWObMFYQxCVT+ssG1ksneA2MI9KQ== + version "3.2.7" + resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.7.tgz#609f39207cb614b89d0765b477cb2d437fbf9787" + integrity sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ== format@^0.2.0: version "0.2.2" @@ -5477,6 +5531,11 @@ get-intrinsic@^1.0.2, get-intrinsic@^1.1.0, get-intrinsic@^1.1.1: has "^1.0.3" has-symbols "^1.0.3" +get-own-property-symbols@^0.9.5: + version "0.9.5" + resolved "https://registry.yarnpkg.com/get-own-property-symbols/-/get-own-property-symbols-0.9.5.tgz#14916f4b4488478cff7bdcff00b209db6724a559" + integrity sha512-ZvAIlmbmRE39iErqrw45vIkUUi0TQ78AWi5RtesI8rP13kECtm56WwgaWXn8valvJ6bOhQhBrn+PoNqnDu132w== + get-package-type@^0.1.0: version "0.1.0" resolved "https://registry.yarnpkg.com/get-package-type/-/get-package-type-0.1.0.tgz#8de2d803cff44df3bc6c456e6668b36c3926e11a" @@ -5598,9 +5657,9 @@ globals@^11.1.0: integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA== globals@^13.15.0: - version "13.15.0" - resolved "https://registry.yarnpkg.com/globals/-/globals-13.15.0.tgz#38113218c907d2f7e98658af246cef8b77e90bac" - integrity sha512-bpzcOlgDhMG070Av0Vy5Owklpv1I6+j96GhUI7Rh7IzDCKLzboflLrrfqMu8NquDbiR4EOQk7XzJwqVJxicxog== + version "13.17.0" + resolved "https://registry.yarnpkg.com/globals/-/globals-13.17.0.tgz#902eb1e680a41da93945adbdcb5a9f361ba69bd4" + integrity sha512-1C+6nQRb1GwGMKm2dH/E7enFAMxGTmGI7/dEdhy/DNelv85w9B72t3uc5frtMNXIbzrarJJ/lTCjcaZwbLJmyw== dependencies: type-fest "^0.20.2" @@ -5688,7 +5747,7 @@ has-property-descriptors@^1.0.0: dependencies: get-intrinsic "^1.1.1" -has-symbols@^1.0.1, has-symbols@^1.0.2, has-symbols@^1.0.3: +has-symbols@^1.0.2, has-symbols@^1.0.3: version "1.0.3" resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.3.tgz#bb7b2c4349251dce87b125f7bdf874aa7c8b39f8" integrity sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A== @@ -5737,9 +5796,9 @@ hosted-git-info@^4.0.1: lru-cache "^6.0.0" hosted-git-info@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-5.0.0.tgz#df7a06678b4ebd722139786303db80fdf302ea56" - integrity sha512-rRnjWu0Bxj+nIfUOkz0695C0H6tRrN5iYIzYejb0tDEefe2AekHu/U5Kn9pEie5vsJqpNQU02az7TGSH3qpz4Q== + version "5.1.0" + resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-5.1.0.tgz#9786123f92ef3627f24abc3f15c20d98ec4a6594" + integrity sha512-Ek+QmMEqZF8XrbFdwoDjSbm7rT23pCgEMOJmz6GPk/s4yH//RQfNPArhIxbguNxROq/+5lNBwCDHMhA903Kx1Q== dependencies: lru-cache "^7.5.1" @@ -5841,11 +5900,9 @@ import-local@^3.0.2: resolve-cwd "^3.0.0" import-meta-resolve@^2.0.0: - version "2.0.3" - resolved "https://registry.yarnpkg.com/import-meta-resolve/-/import-meta-resolve-2.0.3.tgz#117f3dc9a6415e82c32530545e1cf91be5c0a5d1" - integrity sha512-fpAppnBpZ3ymQ/dPP97TNsco1HB5+V9SYJ3chY50PP8xn4U/w+Y6ovWBmTImB/prmGsTjzPh8pQYY+EVBlr9mw== - dependencies: - builtins "^5.0.0" + version "2.1.0" + resolved "https://registry.yarnpkg.com/import-meta-resolve/-/import-meta-resolve-2.1.0.tgz#c8952d331ed6e9bb6ad524a7549deb3d34af41ce" + integrity sha512-yG9pxkWJVTy4cmRsNWE3ztFdtFuYIV8G4N+cbCkO8b+qngkLyIUhxQFuZ0qJm67+0nUOxjMPT7nfksPKza1v2g== imurmurhash@^0.1.4: version "0.1.4" @@ -5881,9 +5938,9 @@ ini@^1.3.4: integrity sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew== ini@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/ini/-/ini-3.0.0.tgz#2f6de95006923aa75feed8894f5686165adc08f1" - integrity sha512-TxYQaeNW/N8ymDvwAxPyRbhMBtnEwuvaTYpOQkFx1nSeusgezHniEc/l35Vo4iCq/mMiTJbpD7oYxN98hFlfmw== + version "3.0.1" + resolved "https://registry.yarnpkg.com/ini/-/ini-3.0.1.tgz#c76ec81007875bc44d544ff7a11a55d12294102d" + integrity sha512-it4HyVAUTKBc6m8e1iXWvXSTdndF7HbdN713+kvLrymxTaU4AUBWrJ4vEooP+V7fexnVD3LKcBshjGGPefSMUQ== internal-slot@^1.0.3: version "1.0.3" @@ -5925,14 +5982,6 @@ is-alphanumerical@^2.0.0: is-alphabetical "^2.0.0" is-decimal "^2.0.0" -is-arguments@^1.0.4: - version "1.1.1" - resolved "https://registry.yarnpkg.com/is-arguments/-/is-arguments-1.1.1.tgz#15b3f88fda01f2a97fec84ca761a560f123efa9b" - integrity sha512-8Q7EARjzEnKpt/PCD7e1cgUS0a6X8u5tdSiMqXhojOdoV9TsMsiO+9VLC5vAmO8N7/GmXn7yjR8qnA6bVAEzfA== - dependencies: - call-bind "^1.0.2" - has-tostringtag "^1.0.0" - is-arrayish@^0.2.1: version "0.2.1" resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.2.1.tgz#77c99840527aa8ecb1a8ba697b80645a7a926a9d" @@ -5966,11 +6015,11 @@ is-buffer@^2.0.0: integrity sha512-i2R6zNFDwgEHJyQUtJEk0XFi1i0dPFn/oqjK3/vPCcDeJvW5NQ83V8QbicfF1SupOaB0h8ntgBC2YiE7dfyctQ== is-builtin-module@^3.1.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/is-builtin-module/-/is-builtin-module-3.1.0.tgz#6fdb24313b1c03b75f8b9711c0feb8c30b903b00" - integrity sha512-OV7JjAgOTfAFJmHZLvpSTb4qi0nIILDV1gWPYDnDJUTNFM5aGlRAhk4QcT8i7TuAleeEV5Fdkqn3t4mS+Q11fg== + version "3.2.0" + resolved "https://registry.yarnpkg.com/is-builtin-module/-/is-builtin-module-3.2.0.tgz#bb0310dfe881f144ca83f30100ceb10cf58835e0" + integrity sha512-phDA4oSGt7vl1n5tJvTWooWWAsXLY+2xCnxNqvKhGEzujg+A43wPlPOyDg3C8XQHN+6k/JTQWJ/j0dQh/qr+Hw== dependencies: - builtin-modules "^3.0.0" + builtin-modules "^3.3.0" is-callable@^1.1.4, is-callable@^1.2.4: version "1.2.4" @@ -5991,10 +6040,10 @@ is-ci@^3.0.1: dependencies: ci-info "^3.2.0" -is-core-module@^2.5.0, is-core-module@^2.8.1, is-core-module@^2.9.0: - version "2.9.0" - resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.9.0.tgz#e1c34429cd51c6dd9e09e0799e396e27b19a9c69" - integrity sha512-+5FPy5PnwmO3lvfMb0AsoPaBG+5KHUI0wYFXOtYPnVVVspTFUuMZNfNaNVRt3FZadstu2c8x23vykRW/NBoU6A== +is-core-module@^2.10.0, is-core-module@^2.5.0, is-core-module@^2.9.0: + version "2.10.0" + resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.10.0.tgz#9012ede0a91c69587e647514e1d5277019e728ed" + integrity sha512-Erxj2n/LDAZ7H8WNJXd9tw38GYM3dv8rk8Zcs+jJuxYTW7sozH+SS8NtrSjVL1/vpLvWi1hxy96IzjJ3EHTJJg== dependencies: has "^1.0.3" @@ -6129,7 +6178,7 @@ is-reference@^1.2.1: dependencies: "@types/estree" "*" -is-regex@^1.0.3, is-regex@^1.0.4, is-regex@^1.1.4: +is-regex@^1.0.3, is-regex@^1.1.4: version "1.1.4" resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.4.tgz#eef5663cd59fa4c0ae339505323df6854bb15958" integrity sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg== @@ -6248,82 +6297,82 @@ istanbul-reports@^3.1.3: html-escaper "^2.0.0" istanbul-lib-report "^3.0.0" -jest-changed-files@^28.1.3: - version "28.1.3" - resolved "https://registry.yarnpkg.com/jest-changed-files/-/jest-changed-files-28.1.3.tgz#d9aeee6792be3686c47cb988a8eaf82ff4238831" - integrity sha512-esaOfUWJXk2nfZt9SPyC8gA1kNfdKLkQWyzsMlqq8msYSlNKfmZxfRgZn4Cd4MGVUF+7v6dBs0d5TOAKa7iIiA== +jest-changed-files@^29.0.0: + version "29.0.0" + resolved "https://registry.yarnpkg.com/jest-changed-files/-/jest-changed-files-29.0.0.tgz#aa238eae42d9372a413dd9a8dadc91ca1806dce0" + integrity sha512-28/iDMDrUpGoCitTURuDqUzWQoWmOmOKOFST1mi2lwh62X4BFf6khgH3uSuo1e49X/UDjuApAj3w0wLOex4VPQ== dependencies: execa "^5.0.0" p-limit "^3.1.0" -jest-circus@^28.1.3: - version "28.1.3" - resolved "https://registry.yarnpkg.com/jest-circus/-/jest-circus-28.1.3.tgz#d14bd11cf8ee1a03d69902dc47b6bd4634ee00e4" - integrity sha512-cZ+eS5zc79MBwt+IhQhiEp0OeBddpc1n8MBo1nMB8A7oPMKEO+Sre+wHaLJexQUj9Ya/8NOBY0RESUgYjB6fow== +jest-circus@^29.0.1: + version "29.0.1" + resolved "https://registry.yarnpkg.com/jest-circus/-/jest-circus-29.0.1.tgz#7ecb4913e134fb4addc03655fb36c9398014fa07" + integrity sha512-I5J4LyK3qPo8EnqPmxsMAVR+2SFx7JOaZsbqW9xQmk4UDmTCD92EQgS162Ey3Jq6CfpKJKFDhzhG3QqiE0fRbw== dependencies: - "@jest/environment" "^28.1.3" - "@jest/expect" "^28.1.3" - "@jest/test-result" "^28.1.3" - "@jest/types" "^28.1.3" + "@jest/environment" "^29.0.1" + "@jest/expect" "^29.0.1" + "@jest/test-result" "^29.0.1" + "@jest/types" "^29.0.1" "@types/node" "*" chalk "^4.0.0" co "^4.6.0" dedent "^0.7.0" is-generator-fn "^2.0.0" - jest-each "^28.1.3" - jest-matcher-utils "^28.1.3" - jest-message-util "^28.1.3" - jest-runtime "^28.1.3" - jest-snapshot "^28.1.3" - jest-util "^28.1.3" + jest-each "^29.0.1" + jest-matcher-utils "^29.0.1" + jest-message-util "^29.0.1" + jest-runtime "^29.0.1" + jest-snapshot "^29.0.1" + jest-util "^29.0.1" p-limit "^3.1.0" - pretty-format "^28.1.3" + pretty-format "^29.0.1" slash "^3.0.0" stack-utils "^2.0.3" -jest-cli@^28.1.3: - version "28.1.3" - resolved "https://registry.yarnpkg.com/jest-cli/-/jest-cli-28.1.3.tgz#558b33c577d06de55087b8448d373b9f654e46b2" - integrity sha512-roY3kvrv57Azn1yPgdTebPAXvdR2xfezaKKYzVxZ6It/5NCxzJym6tUI5P1zkdWhfUYkxEI9uZWcQdaFLo8mJQ== +jest-cli@^29.0.1: + version "29.0.1" + resolved "https://registry.yarnpkg.com/jest-cli/-/jest-cli-29.0.1.tgz#6633c2ab97337ac5207910bd6b0aba2ef0900110" + integrity sha512-XozBHtoJCS6mnjCxNESyGm47Y4xSWzNlBJj4tix9nGrG6m068B83lrTWKtjYAenYSfOqyYVpQCkyqUp35IT+qA== dependencies: - "@jest/core" "^28.1.3" - "@jest/test-result" "^28.1.3" - "@jest/types" "^28.1.3" + "@jest/core" "^29.0.1" + "@jest/test-result" "^29.0.1" + "@jest/types" "^29.0.1" chalk "^4.0.0" exit "^0.1.2" graceful-fs "^4.2.9" import-local "^3.0.2" - jest-config "^28.1.3" - jest-util "^28.1.3" - jest-validate "^28.1.3" + jest-config "^29.0.1" + jest-util "^29.0.1" + jest-validate "^29.0.1" prompts "^2.0.1" yargs "^17.3.1" -jest-config@^28.1.3: - version "28.1.3" - resolved "https://registry.yarnpkg.com/jest-config/-/jest-config-28.1.3.tgz#e315e1f73df3cac31447eed8b8740a477392ec60" - integrity sha512-MG3INjByJ0J4AsNBm7T3hsuxKQqFIiRo/AUqb1q9LRKI5UU6Aar9JHbr9Ivn1TVwfUD9KirRoM/T6u8XlcQPHQ== +jest-config@^29.0.1: + version "29.0.1" + resolved "https://registry.yarnpkg.com/jest-config/-/jest-config-29.0.1.tgz#bccc2aedc3bafb6cb08bad23e5f0fcc3b1959268" + integrity sha512-3duIx5ucEPIsUOESDTuasMfqHonD0oZRjqHycIMHSC4JwbvHDjAWNKN/NiM0ZxHXjAYrMTLt2QxSQ+IqlbYE5A== dependencies: "@babel/core" "^7.11.6" - "@jest/test-sequencer" "^28.1.3" - "@jest/types" "^28.1.3" - babel-jest "^28.1.3" + "@jest/test-sequencer" "^29.0.1" + "@jest/types" "^29.0.1" + babel-jest "^29.0.1" chalk "^4.0.0" ci-info "^3.2.0" deepmerge "^4.2.2" glob "^7.1.3" graceful-fs "^4.2.9" - jest-circus "^28.1.3" - jest-environment-node "^28.1.3" - jest-get-type "^28.0.2" - jest-regex-util "^28.0.2" - jest-resolve "^28.1.3" - jest-runner "^28.1.3" - jest-util "^28.1.3" - jest-validate "^28.1.3" + jest-circus "^29.0.1" + jest-environment-node "^29.0.1" + jest-get-type "^29.0.0" + jest-regex-util "^29.0.0" + jest-resolve "^29.0.1" + jest-runner "^29.0.1" + jest-util "^29.0.1" + jest-validate "^29.0.1" micromatch "^4.0.4" parse-json "^5.2.0" - pretty-format "^28.1.3" + pretty-format "^29.0.1" slash "^3.0.0" strip-json-comments "^3.1.1" @@ -6337,69 +6386,84 @@ jest-diff@^28.1.3: jest-get-type "^28.0.2" pretty-format "^28.1.3" -jest-docblock@^28.1.1: - version "28.1.1" - resolved "https://registry.yarnpkg.com/jest-docblock/-/jest-docblock-28.1.1.tgz#6f515c3bf841516d82ecd57a62eed9204c2f42a8" - integrity sha512-3wayBVNiOYx0cwAbl9rwm5kKFP8yHH3d/fkEaL02NPTkDojPtheGB7HZSFY4wzX+DxyrvhXz0KSCVksmCknCuA== +jest-diff@^29.0.1: + version "29.0.1" + resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-29.0.1.tgz#d14e900a38ee4798d42feaaf0c61cb5b98e4c028" + integrity sha512-l8PYeq2VhcdxG9tl5cU78ClAlg/N7RtVSp0v3MlXURR0Y99i6eFnegmasOandyTmO6uEdo20+FByAjBFEO9nuw== dependencies: - detect-newline "^3.0.0" + chalk "^4.0.0" + diff-sequences "^29.0.0" + jest-get-type "^29.0.0" + pretty-format "^29.0.1" -jest-each@^28.1.3: - version "28.1.3" - resolved "https://registry.yarnpkg.com/jest-each/-/jest-each-28.1.3.tgz#bdd1516edbe2b1f3569cfdad9acd543040028f81" - integrity sha512-arT1z4sg2yABU5uogObVPvSlSMQlDA48owx07BDPAiasW0yYpYHYOo4HHLz9q0BVzDVU4hILFjzJw0So9aCL/g== +jest-docblock@^29.0.0: + version "29.0.0" + resolved "https://registry.yarnpkg.com/jest-docblock/-/jest-docblock-29.0.0.tgz#3151bcc45ed7f5a8af4884dcc049aee699b4ceae" + integrity sha512-s5Kpra/kLzbqu9dEjov30kj1n4tfu3e7Pl8v+f8jOkeWNqM6Ds8jRaJfZow3ducoQUrf2Z4rs2N5S3zXnb83gw== dependencies: - "@jest/types" "^28.1.3" - chalk "^4.0.0" - jest-get-type "^28.0.2" - jest-util "^28.1.3" - pretty-format "^28.1.3" + detect-newline "^3.0.0" -jest-environment-node@^28.1.3: - version "28.1.3" - resolved "https://registry.yarnpkg.com/jest-environment-node/-/jest-environment-node-28.1.3.tgz#7e74fe40eb645b9d56c0c4b70ca4357faa349be5" - integrity sha512-ugP6XOhEpjAEhGYvp5Xj989ns5cB1K6ZdjBYuS30umT4CQEETaxSiPcZ/E1kFktX4GkrcM4qu07IIlDYX1gp+A== +jest-each@^29.0.1: + version "29.0.1" + resolved "https://registry.yarnpkg.com/jest-each/-/jest-each-29.0.1.tgz#c17da68a7073440122dbd47dca3941351ee0cbe5" + integrity sha512-UmCZYU9LPvRfSDoCrKJqrCNmgTYGGb3Ga6IVsnnVjedBTRRR9GJMca7UmDKRrJ1s+U632xrVtiRD27BxaG1aaQ== dependencies: - "@jest/environment" "^28.1.3" - "@jest/fake-timers" "^28.1.3" - "@jest/types" "^28.1.3" + "@jest/types" "^29.0.1" + chalk "^4.0.0" + jest-get-type "^29.0.0" + jest-util "^29.0.1" + pretty-format "^29.0.1" + +jest-environment-node@^29.0.1: + version "29.0.1" + resolved "https://registry.yarnpkg.com/jest-environment-node/-/jest-environment-node-29.0.1.tgz#b09db2a1b8439aace11a6805719d92498a64987e" + integrity sha512-PcIRBrEBFAPBqkbL53ZpEvTptcAnOW6/lDfqBfACMm3vkVT0N7DcfkH/hqNSbDmSxzGr0FtJI6Ej3TPhveWCMA== + dependencies: + "@jest/environment" "^29.0.1" + "@jest/fake-timers" "^29.0.1" + "@jest/types" "^29.0.1" "@types/node" "*" - jest-mock "^28.1.3" - jest-util "^28.1.3" + jest-mock "^29.0.1" + jest-util "^29.0.1" jest-get-type@^28.0.2: version "28.0.2" resolved "https://registry.yarnpkg.com/jest-get-type/-/jest-get-type-28.0.2.tgz#34622e628e4fdcd793d46db8a242227901fcf203" integrity sha512-ioj2w9/DxSYHfOm5lJKCdcAmPJzQXmbM/Url3rhlghrPvT3tt+7a/+oXc9azkKmLvoiXjtV83bEWqi+vs5nlPA== -jest-haste-map@^28.1.3: - version "28.1.3" - resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-28.1.3.tgz#abd5451129a38d9841049644f34b034308944e2b" - integrity sha512-3S+RQWDXccXDKSWnkHa/dPwt+2qwA8CJzR61w3FoYCvoo3Pn8tvGcysmMF0Bj0EX5RYvAI2EIvC57OmotfdtKA== +jest-get-type@^29.0.0: + version "29.0.0" + resolved "https://registry.yarnpkg.com/jest-get-type/-/jest-get-type-29.0.0.tgz#843f6c50a1b778f7325df1129a0fd7aa713aef80" + integrity sha512-83X19z/HuLKYXYHskZlBAShO7UfLFXu/vWajw9ZNJASN32li8yHMaVGAQqxFW1RCFOkB7cubaL6FaJVQqqJLSw== + +jest-haste-map@^29.0.1: + version "29.0.1" + resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-29.0.1.tgz#472212f93ef44309bf97d191f93ddd2e41169615" + integrity sha512-gcKOAydafpGoSBvcj/mGCfhOKO8fRLkAeee1KXGdcJ1Pb9O2nnOl4I8bQSIID2MaZeMHtLLgNboukh/pUGkBtg== dependencies: - "@jest/types" "^28.1.3" + "@jest/types" "^29.0.1" "@types/graceful-fs" "^4.1.3" "@types/node" "*" anymatch "^3.0.3" fb-watchman "^2.0.0" graceful-fs "^4.2.9" - jest-regex-util "^28.0.2" - jest-util "^28.1.3" - jest-worker "^28.1.3" + jest-regex-util "^29.0.0" + jest-util "^29.0.1" + jest-worker "^29.0.1" micromatch "^4.0.4" walker "^1.0.8" optionalDependencies: fsevents "^2.3.2" -jest-leak-detector@^28.1.3: - version "28.1.3" - resolved "https://registry.yarnpkg.com/jest-leak-detector/-/jest-leak-detector-28.1.3.tgz#a6685d9b074be99e3adee816ce84fd30795e654d" - integrity sha512-WFVJhnQsiKtDEo5lG2mM0v40QWnBM+zMdHHyJs8AWZ7J0QZJS59MsyKeJHWhpBZBH32S48FOVvGyOFT1h0DlqA== +jest-leak-detector@^29.0.1: + version "29.0.1" + resolved "https://registry.yarnpkg.com/jest-leak-detector/-/jest-leak-detector-29.0.1.tgz#1a7cf8475d85e7b2bd53efa5adc5195828a12c33" + integrity sha512-5tISHJphB+sCmKXtVHJGQGltj7ksrLLb9vkuNWwFR86Of1tfzjskvrrrZU1gSzEfWC+qXIn4tuh8noKHYGMIPA== dependencies: - jest-get-type "^28.0.2" - pretty-format "^28.1.3" + jest-get-type "^29.0.0" + pretty-format "^29.0.1" -jest-matcher-utils@^28.0.0, jest-matcher-utils@^28.1.3: +jest-matcher-utils@^28.1.3: version "28.1.3" resolved "https://registry.yarnpkg.com/jest-matcher-utils/-/jest-matcher-utils-28.1.3.tgz#5a77f1c129dd5ba3b4d7fc20728806c78893146e" integrity sha512-kQeJ7qHemKfbzKoGjHHrRKH6atgxMk8Enkk2iPQ3XwO6oE/KYD8lMYOziCkeSB9G4adPM4nR1DE8Tf5JeWH6Bw== @@ -6409,6 +6473,16 @@ jest-matcher-utils@^28.0.0, jest-matcher-utils@^28.1.3: jest-get-type "^28.0.2" pretty-format "^28.1.3" +jest-matcher-utils@^29.0.1: + version "29.0.1" + resolved "https://registry.yarnpkg.com/jest-matcher-utils/-/jest-matcher-utils-29.0.1.tgz#eaa92dd5405c2df9d31d45ec4486361d219de3e9" + integrity sha512-/e6UbCDmprRQFnl7+uBKqn4G22c/OmwriE5KCMVqxhElKCQUDcFnq5XM9iJeKtzy4DUjxT27y9VHmKPD8BQPaw== + dependencies: + chalk "^4.0.0" + jest-diff "^29.0.1" + jest-get-type "^29.0.0" + pretty-format "^29.0.1" + jest-message-util@^28.1.3: version "28.1.3" resolved "https://registry.yarnpkg.com/jest-message-util/-/jest-message-util-28.1.3.tgz#232def7f2e333f1eecc90649b5b94b0055e7c43d" @@ -6424,12 +6498,27 @@ jest-message-util@^28.1.3: slash "^3.0.0" stack-utils "^2.0.3" -jest-mock@^28.1.3: - version "28.1.3" - resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-28.1.3.tgz#d4e9b1fc838bea595c77ab73672ebf513ab249da" - integrity sha512-o3J2jr6dMMWYVH4Lh/NKmDXdosrsJgi4AviS8oXLujcjpCMBb1FMsblDnOXKZKfSiHLxYub1eS0IHuRXsio9eA== +jest-message-util@^29.0.1: + version "29.0.1" + resolved "https://registry.yarnpkg.com/jest-message-util/-/jest-message-util-29.0.1.tgz#85c4b5b90296c228da158e168eaa5b079f2ab879" + integrity sha512-wRMAQt3HrLpxSubdnzOo68QoTfQ+NLXFzU0Heb18ZUzO2S9GgaXNEdQ4rpd0fI9dq2NXkpCk1IUWSqzYKji64A== dependencies: - "@jest/types" "^28.1.3" + "@babel/code-frame" "^7.12.13" + "@jest/types" "^29.0.1" + "@types/stack-utils" "^2.0.0" + chalk "^4.0.0" + graceful-fs "^4.2.9" + micromatch "^4.0.4" + pretty-format "^29.0.1" + slash "^3.0.0" + stack-utils "^2.0.3" + +jest-mock@^29.0.1: + version "29.0.1" + resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-29.0.1.tgz#12e1b137035365b022ccdb8fd67d476cd4d4bfad" + integrity sha512-i1yTceg2GKJwUNZFjIzrH7Y74fN1SKJWxQX/Vu3LT4TiJerFARH5l+4URNyapZ+DNpchHYrGOP2deVbn3ma8JA== + dependencies: + "@jest/types" "^29.0.1" "@types/node" "*" jest-pnp-resolver@^1.2.2: @@ -6437,116 +6526,117 @@ jest-pnp-resolver@^1.2.2: resolved "https://registry.yarnpkg.com/jest-pnp-resolver/-/jest-pnp-resolver-1.2.2.tgz#b704ac0ae028a89108a4d040b3f919dfddc8e33c" integrity sha512-olV41bKSMm8BdnuMsewT4jqlZ8+3TCARAXjZGT9jcoSnrfUnRCqnMoF9XEeoWjbzObpqF9dRhHQj0Xb9QdF6/w== -jest-regex-util@^28.0.2: - version "28.0.2" - resolved "https://registry.yarnpkg.com/jest-regex-util/-/jest-regex-util-28.0.2.tgz#afdc377a3b25fb6e80825adcf76c854e5bf47ead" - integrity sha512-4s0IgyNIy0y9FK+cjoVYoxamT7Zeo7MhzqRGx7YDYmaQn1wucY9rotiGkBzzcMXTtjrCAP/f7f+E0F7+fxPNdw== +jest-regex-util@^29.0.0: + version "29.0.0" + resolved "https://registry.yarnpkg.com/jest-regex-util/-/jest-regex-util-29.0.0.tgz#b442987f688289df8eb6c16fa8df488b4cd007de" + integrity sha512-BV7VW7Sy0fInHWN93MMPtlClweYv2qrSCwfeFWmpribGZtQPWNvRSq9XOVgOEjU1iBGRKXUZil0o2AH7Iy9Lug== -jest-resolve-dependencies@^28.1.3: - version "28.1.3" - resolved "https://registry.yarnpkg.com/jest-resolve-dependencies/-/jest-resolve-dependencies-28.1.3.tgz#8c65d7583460df7275c6ea2791901fa975c1fe66" - integrity sha512-qa0QO2Q0XzQoNPouMbCc7Bvtsem8eQgVPNkwn9LnS+R2n8DaVDPL/U1gngC0LTl1RYXJU0uJa2BMC2DbTfFrHA== +jest-resolve-dependencies@^29.0.1: + version "29.0.1" + resolved "https://registry.yarnpkg.com/jest-resolve-dependencies/-/jest-resolve-dependencies-29.0.1.tgz#c41b88380c8ea178ce72a750029b5f3d5f65cb94" + integrity sha512-fUGcYlSc1NzNz+tsHDjjG0rclw6blJcFZsLEsezxm/n54bAm9HFvJxgBuCV1CJQoPtIx6AfR+tXkR9lpWJs2LQ== dependencies: - jest-regex-util "^28.0.2" - jest-snapshot "^28.1.3" + jest-regex-util "^29.0.0" + jest-snapshot "^29.0.1" -jest-resolve@^28.1.3: - version "28.1.3" - resolved "https://registry.yarnpkg.com/jest-resolve/-/jest-resolve-28.1.3.tgz#cfb36100341ddbb061ec781426b3c31eb51aa0a8" - integrity sha512-Z1W3tTjE6QaNI90qo/BJpfnvpxtaFTFw5CDgwpyE/Kz8U/06N1Hjf4ia9quUhCh39qIGWF1ZuxFiBiJQwSEYKQ== +jest-resolve@^29.0.1: + version "29.0.1" + resolved "https://registry.yarnpkg.com/jest-resolve/-/jest-resolve-29.0.1.tgz#4f1338eee2ccc7319ffce850e13eb118a9e93ce5" + integrity sha512-dwb5Z0lLZbptlBtPExqsHfdDamXeiRLv4vdkfPrN84vBwLSWHWcXjlM2JXD/KLSQfljBcXbzI/PDvUJuTQ84Nw== dependencies: chalk "^4.0.0" graceful-fs "^4.2.9" - jest-haste-map "^28.1.3" + jest-haste-map "^29.0.1" jest-pnp-resolver "^1.2.2" - jest-util "^28.1.3" - jest-validate "^28.1.3" + jest-util "^29.0.1" + jest-validate "^29.0.1" resolve "^1.20.0" resolve.exports "^1.1.0" slash "^3.0.0" -jest-runner@^28.1.3: - version "28.1.3" - resolved "https://registry.yarnpkg.com/jest-runner/-/jest-runner-28.1.3.tgz#5eee25febd730b4713a2cdfd76bdd5557840f9a1" - integrity sha512-GkMw4D/0USd62OVO0oEgjn23TM+YJa2U2Wu5zz9xsQB1MxWKDOlrnykPxnMsN0tnJllfLPinHTka61u0QhaxBA== +jest-runner@^29.0.1: + version "29.0.1" + resolved "https://registry.yarnpkg.com/jest-runner/-/jest-runner-29.0.1.tgz#15bacd13170f3d786168ef8548fdeb96933ea643" + integrity sha512-XeFfPmHtO7HyZyD1uJeO4Oqa8PyTbDHzS1YdGrvsFXk/A5eXinbqA5a42VUEqvsKQgNnKTl5NJD0UtDWg7cQ2A== dependencies: - "@jest/console" "^28.1.3" - "@jest/environment" "^28.1.3" - "@jest/test-result" "^28.1.3" - "@jest/transform" "^28.1.3" - "@jest/types" "^28.1.3" + "@jest/console" "^29.0.1" + "@jest/environment" "^29.0.1" + "@jest/test-result" "^29.0.1" + "@jest/transform" "^29.0.1" + "@jest/types" "^29.0.1" "@types/node" "*" chalk "^4.0.0" emittery "^0.10.2" graceful-fs "^4.2.9" - jest-docblock "^28.1.1" - jest-environment-node "^28.1.3" - jest-haste-map "^28.1.3" - jest-leak-detector "^28.1.3" - jest-message-util "^28.1.3" - jest-resolve "^28.1.3" - jest-runtime "^28.1.3" - jest-util "^28.1.3" - jest-watcher "^28.1.3" - jest-worker "^28.1.3" + jest-docblock "^29.0.0" + jest-environment-node "^29.0.1" + jest-haste-map "^29.0.1" + jest-leak-detector "^29.0.1" + jest-message-util "^29.0.1" + jest-resolve "^29.0.1" + jest-runtime "^29.0.1" + jest-util "^29.0.1" + jest-watcher "^29.0.1" + jest-worker "^29.0.1" p-limit "^3.1.0" source-map-support "0.5.13" -jest-runtime@^28.1.3: - version "28.1.3" - resolved "https://registry.yarnpkg.com/jest-runtime/-/jest-runtime-28.1.3.tgz#a57643458235aa53e8ec7821949e728960d0605f" - integrity sha512-NU+881ScBQQLc1JHG5eJGU7Ui3kLKrmwCPPtYsJtBykixrM2OhVQlpMmFWJjMyDfdkGgBMNjXCGB/ebzsgNGQw== - dependencies: - "@jest/environment" "^28.1.3" - "@jest/fake-timers" "^28.1.3" - "@jest/globals" "^28.1.3" - "@jest/source-map" "^28.1.2" - "@jest/test-result" "^28.1.3" - "@jest/transform" "^28.1.3" - "@jest/types" "^28.1.3" +jest-runtime@^29.0.1: + version "29.0.1" + resolved "https://registry.yarnpkg.com/jest-runtime/-/jest-runtime-29.0.1.tgz#cafdc10834c45c50105eecb0ded8677ce741e2af" + integrity sha512-yDgz5OE0Rm44PUAfTqwA6cDFnTYnVcYbRpPECsokSASQ0I5RXpnKPVr2g0CYZWKzbsXqqtmM7TIk7CAutZJ7gQ== + dependencies: + "@jest/environment" "^29.0.1" + "@jest/fake-timers" "^29.0.1" + "@jest/globals" "^29.0.1" + "@jest/source-map" "^29.0.0" + "@jest/test-result" "^29.0.1" + "@jest/transform" "^29.0.1" + "@jest/types" "^29.0.1" + "@types/node" "*" chalk "^4.0.0" cjs-module-lexer "^1.0.0" collect-v8-coverage "^1.0.0" - execa "^5.0.0" glob "^7.1.3" graceful-fs "^4.2.9" - jest-haste-map "^28.1.3" - jest-message-util "^28.1.3" - jest-mock "^28.1.3" - jest-regex-util "^28.0.2" - jest-resolve "^28.1.3" - jest-snapshot "^28.1.3" - jest-util "^28.1.3" + jest-haste-map "^29.0.1" + jest-message-util "^29.0.1" + jest-mock "^29.0.1" + jest-regex-util "^29.0.0" + jest-resolve "^29.0.1" + jest-snapshot "^29.0.1" + jest-util "^29.0.1" slash "^3.0.0" strip-bom "^4.0.0" -jest-snapshot@^28.1.3: - version "28.1.3" - resolved "https://registry.yarnpkg.com/jest-snapshot/-/jest-snapshot-28.1.3.tgz#17467b3ab8ddb81e2f605db05583d69388fc0668" - integrity sha512-4lzMgtiNlc3DU/8lZfmqxN3AYD6GGLbl+72rdBpXvcV+whX7mDrREzkPdp2RnmfIiWBg1YbuFSkXduF2JcafJg== +jest-snapshot@^29.0.1: + version "29.0.1" + resolved "https://registry.yarnpkg.com/jest-snapshot/-/jest-snapshot-29.0.1.tgz#ed455cb7e56fb43e2d451edd902d622349d6afed" + integrity sha512-OuYGp+lsh7RhB3DDX36z/pzrGm2F740e5ERG9PQpJyDknCRtWdhaehBQyMqDnsQdKkvC2zOcetcxskiHjO7e8Q== dependencies: "@babel/core" "^7.11.6" "@babel/generator" "^7.7.2" + "@babel/plugin-syntax-jsx" "^7.7.2" "@babel/plugin-syntax-typescript" "^7.7.2" "@babel/traverse" "^7.7.2" "@babel/types" "^7.3.3" - "@jest/expect-utils" "^28.1.3" - "@jest/transform" "^28.1.3" - "@jest/types" "^28.1.3" + "@jest/expect-utils" "^29.0.1" + "@jest/transform" "^29.0.1" + "@jest/types" "^29.0.1" "@types/babel__traverse" "^7.0.6" "@types/prettier" "^2.1.5" babel-preset-current-node-syntax "^1.0.0" chalk "^4.0.0" - expect "^28.1.3" + expect "^29.0.1" graceful-fs "^4.2.9" - jest-diff "^28.1.3" - jest-get-type "^28.0.2" - jest-haste-map "^28.1.3" - jest-matcher-utils "^28.1.3" - jest-message-util "^28.1.3" - jest-util "^28.1.3" + jest-diff "^29.0.1" + jest-get-type "^29.0.0" + jest-haste-map "^29.0.1" + jest-matcher-utils "^29.0.1" + jest-message-util "^29.0.1" + jest-util "^29.0.1" natural-compare "^1.4.0" - pretty-format "^28.1.3" + pretty-format "^29.0.1" semver "^7.3.5" jest-util@^28.0.0, jest-util@^28.1.3: @@ -6561,30 +6651,42 @@ jest-util@^28.0.0, jest-util@^28.1.3: graceful-fs "^4.2.9" picomatch "^2.2.3" -jest-validate@^28.1.3: - version "28.1.3" - resolved "https://registry.yarnpkg.com/jest-validate/-/jest-validate-28.1.3.tgz#e322267fd5e7c64cea4629612c357bbda96229df" - integrity sha512-SZbOGBWEsaTxBGCOpsRWlXlvNkvTkY0XxRfh7zYmvd8uL5Qzyg0CHAXiXKROflh801quA6+/DsT4ODDthOC/OA== +jest-util@^29.0.1: + version "29.0.1" + resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-29.0.1.tgz#f854a4a8877c7817316c4afbc2a851ceb2e71598" + integrity sha512-GIWkgNfkeA9d84rORDHPGGTFBrRD13A38QVSKE0bVrGSnoR1KDn8Kqz+0yI5kezMgbT/7zrWaruWP1Kbghlb2A== dependencies: - "@jest/types" "^28.1.3" + "@jest/types" "^29.0.1" + "@types/node" "*" + chalk "^4.0.0" + ci-info "^3.2.0" + graceful-fs "^4.2.9" + picomatch "^2.2.3" + +jest-validate@^29.0.1: + version "29.0.1" + resolved "https://registry.yarnpkg.com/jest-validate/-/jest-validate-29.0.1.tgz#8de8ff9d65507c0477964fd39c5b0a1778e3103d" + integrity sha512-mS4q7F738YXZFWBPqE+NjHU/gEOs7IBIFQ8i9zq5EO691cLrUbLhFq4larf8/lNcmauRO71tn/+DTW2y+MrLow== + dependencies: + "@jest/types" "^29.0.1" camelcase "^6.2.0" chalk "^4.0.0" - jest-get-type "^28.0.2" + jest-get-type "^29.0.0" leven "^3.1.0" - pretty-format "^28.1.3" + pretty-format "^29.0.1" -jest-watcher@^28.1.3: - version "28.1.3" - resolved "https://registry.yarnpkg.com/jest-watcher/-/jest-watcher-28.1.3.tgz#c6023a59ba2255e3b4c57179fc94164b3e73abd4" - integrity sha512-t4qcqj9hze+jviFPUN3YAtAEeFnr/azITXQEMARf5cMwKY2SMBRnCQTXLixTl20OR6mLh9KLMrgVJgJISym+1g== +jest-watcher@^29.0.1: + version "29.0.1" + resolved "https://registry.yarnpkg.com/jest-watcher/-/jest-watcher-29.0.1.tgz#63adeb8887a0562ed8f990f413b830ef48a8db94" + integrity sha512-0LBWDL3sZ+vyHRYxjqm2irhfwhUXHonjLSbd0oDeGq44U1e1uUh3icWNXYF8HO/UEnOoa6+OJDncLUXP2Hdg9A== dependencies: - "@jest/test-result" "^28.1.3" - "@jest/types" "^28.1.3" + "@jest/test-result" "^29.0.1" + "@jest/types" "^29.0.1" "@types/node" "*" ansi-escapes "^4.2.1" chalk "^4.0.0" emittery "^0.10.2" - jest-util "^28.1.3" + jest-util "^29.0.1" string-length "^4.0.1" jest-worker@^26.2.1: @@ -6596,24 +6698,24 @@ jest-worker@^26.2.1: merge-stream "^2.0.0" supports-color "^7.0.0" -jest-worker@^28.1.3: - version "28.1.3" - resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-28.1.3.tgz#7e3c4ce3fa23d1bb6accb169e7f396f98ed4bb98" - integrity sha512-CqRA220YV/6jCo8VWvAt1KKx6eek1VIHMPeLEbpcfSfkEeWyBNppynM/o6q+Wmw+sOhos2ml34wZbSX3G13//g== +jest-worker@^29.0.1: + version "29.0.1" + resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-29.0.1.tgz#fb42ff7e05e0573f330ec0cf781fc545dcd11a31" + integrity sha512-+B/2/8WW7goit7qVezG9vnI1QP3dlmuzi2W0zxazAQQ8dcDIA63dDn6j4pjOGBARha/ZevcwYQtNIzCySbS7fQ== dependencies: "@types/node" "*" merge-stream "^2.0.0" supports-color "^8.0.0" -jest@^28.1.3: - version "28.1.3" - resolved "https://registry.yarnpkg.com/jest/-/jest-28.1.3.tgz#e9c6a7eecdebe3548ca2b18894a50f45b36dfc6b" - integrity sha512-N4GT5on8UkZgH0O5LUavMRV1EDEhNTL0KEfRmDIeZHSV7p2XgLoY9t9VDUgL6o+yfdgYHVxuz81G8oB9VG5uyA== +jest@^29.0.1: + version "29.0.1" + resolved "https://registry.yarnpkg.com/jest/-/jest-29.0.1.tgz#4a1c48d79fada0a47c686a111ed9411fd41cd584" + integrity sha512-liHkwzaW6iwQyhRBFj0A4ZYKcsQ7ers1s62CCT95fPeNzoxT/vQRWwjTT4e7jpSCwrvPP2t1VESuy7GrXcr2ug== dependencies: - "@jest/core" "^28.1.3" - "@jest/types" "^28.1.3" + "@jest/core" "^29.0.1" + "@jest/types" "^29.0.1" import-local "^3.0.2" - jest-cli "^28.1.3" + jest-cli "^29.0.1" joycon@^3.0.1: version "3.1.1" @@ -6692,13 +6794,6 @@ json-stable-stringify-without-jsonify@^1.0.1: resolved "https://registry.yarnpkg.com/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz#9db7b59496ad3f3cfef30a75142d2d930ad72651" integrity sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw== -json5@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/json5/-/json5-1.0.1.tgz#779fb0018604fa854eacbf6252180d83543e3dbe" - integrity sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow== - dependencies: - minimist "^1.2.0" - json5@^2.2.1: version "2.2.1" resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.1.tgz#655d50ed1e6f95ad1a3caababd2b0efda10b395c" @@ -6715,9 +6810,9 @@ jsonc-eslint-parser@^2.0.0, jsonc-eslint-parser@^2.0.4: semver "^7.3.5" jsonc-parser@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/jsonc-parser/-/jsonc-parser-3.0.0.tgz#abdd785701c7e7eaca8a9ec8cf070ca51a745a22" - integrity sha512-fQzRfAbIBnR0IQvftw9FJveWiHp72Fg20giDrHz6TdfB12UH/uue0D3hm57UB5KgAVuniLMCaS8P1IMj9NR7cA== + version "3.1.0" + resolved "https://registry.yarnpkg.com/jsonc-parser/-/jsonc-parser-3.1.0.tgz#73b8f0e5c940b83d03476bc2e51a20ef0932615d" + integrity sha512-DRf0QjnNeCUds3xTjKlQQ3DpJD51GvDjJfnxUVWg6PZTo2otSm+slzNAxU/35hF8/oJIKoG9slq30JYOsF2azg== jsonc@^2.0.0: version "2.0.0" @@ -6758,12 +6853,12 @@ jsox@^1.2.113: integrity sha512-Qvfxml1nIeG5mvuxgmAocz8fBtjnP9E92gvS76gS8akZs3cGPmq6gqNL+ashjsWj2ETt81qB1aWrWdEMRw3LEA== "jsx-ast-utils@^2.4.1 || ^3.0.0": - version "3.3.1" - resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-3.3.1.tgz#a3e0f1cb7e230954eab4dcbce9f6288a78f8ba44" - integrity sha512-pxrjmNpeRw5wwVeWyEAk7QJu2GnBO3uzPFmHCKJJFPKK2Cy0cWL23krGtLdnMmbIi6/FjlrQpPyfQI19ByPOhQ== + version "3.3.3" + resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-3.3.3.tgz#76b3e6e6cece5c69d49a5792c3d01bd1a0cdc7ea" + integrity sha512-fYQHZTZ8jSfmWZ0iyzfwiU4WDX4HpHbMCZ3gPlWYiCl3BoeOTsqKBqnTVfH2rYT7eP5c3sVbeSPHnnJOaTrWiw== dependencies: array-includes "^3.1.5" - object.assign "^4.1.2" + object.assign "^4.1.3" kind-of@^6.0.3: version "6.0.3" @@ -6845,11 +6940,6 @@ lines-and-columns@^2.0.2: resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-2.0.3.tgz#b2f0badedb556b747020ab8ea7f0373e22efac1b" integrity sha512-cNOjgCnLB+FnvWWtyRTzmB3POJ+cXxTA81LoW7u8JdmhfXzriropYwpjShnz1QLLWsQwY7nIxoDmcPTwphDK9w== -linguist-languages@^7.9.0: - version "7.21.0" - resolved "https://registry.yarnpkg.com/linguist-languages/-/linguist-languages-7.21.0.tgz#da0184f622367cb092f1f8ba435937a85534f675" - integrity sha512-KrWJJbFOvlDhjlt5OhUipVlXg+plUfRurICAyij1ZVxQcqPt/zeReb9KiUVdGUwwhS/2KS9h3TbyfYLA5MDlxQ== - lint-staged@^13.0.3: version "13.0.3" resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-13.0.3.tgz#d7cdf03a3830b327a2b63c6aec953d71d9dc48c6" @@ -6916,14 +7006,6 @@ loader-utils@^3.2.0: resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-3.2.0.tgz#bcecc51a7898bee7473d4bc6b845b23af8304d4f" integrity sha512-HVl9ZqccQihZ7JM85dco1MvO9G+ONvxoGa9rkhzFsneGLKSUg1gJf9bWzhRhcvm2qChhWpebQhP44qxjKIUCaQ== -locate-path@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-2.0.0.tgz#2b568b265eec944c6d9c0de9c3dbbbca0354cd8e" - integrity sha512-NCI2kiDkyR7VeEKm27Kda/iQHyKJe1Bu0FlTbYp3CqJu+9IFe9bLyAjMxf5ZDDbEg+iMPzB5zYyUTSm8wVTKmA== - dependencies: - p-locate "^2.0.0" - path-exists "^3.0.0" - locate-path@^5.0.0: version "5.0.0" resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-5.0.0.tgz#1afba396afd676a6d42504d0a67a3a7eb9f62aa0" @@ -7021,9 +7103,9 @@ lru-cache@^6.0.0: yallist "^4.0.0" lru-cache@^7.5.1: - version "7.12.0" - resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-7.12.0.tgz#be2649a992c8a9116efda5c487538dcf715f3476" - integrity sha512-OIP3DwzRZDfLg9B9VP/huWBlpvbkmbfiBy8xmsXp4RPmE4A3MhwNozc5ZJ3fWnSg8fDcdlE/neRTPG2ycEKliw== + version "7.14.0" + resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-7.14.0.tgz#21be64954a4680e303a09e9468f880b98a0b3c7f" + integrity sha512-EIRtP1GrSJny0dqb50QXRUNBxHJhcpxHC++M5tD7RYbvLLn5KVWKsbyswSSqDuU15UFi3bgTQIY8nhDMeF6aDQ== lru-queue@^0.1.0: version "0.1.0" @@ -7091,10 +7173,10 @@ markuplint-angular-parser@^1.1.3: angular-html-parser "^1.8.0" tslib "^2.4.0" -markuplint@^2.9.0: - version "2.9.0" - resolved "https://registry.yarnpkg.com/markuplint/-/markuplint-2.9.0.tgz#1b9f2257c9993a24c91fd9af690b08750bdc092b" - integrity sha512-zfJepajlWeQnfCQRME07CwZb4As0rjM8Mh/lv02zXEnVWJzsSX/DeLrTw3E2U3f3d6ehRoyV4WM4NxTlzI5IiA== +markuplint@^2.10.0: + version "2.10.1" + resolved "https://registry.yarnpkg.com/markuplint/-/markuplint-2.10.1.tgz#e095c85c349a4274b2cc1f9eedeae283846e6229" + integrity sha512-SkVQjPQxiHF/S4k3NqWZ9dA+q+lLGAKyTJfmqdVPUZhC74/rvt6bZ9ZW/WXxCOZbccQfWKq1nSTDU0GXJbGkdQ== dependencies: "@markuplint/create-rule-helper" "2.3.3" "@markuplint/file-resolver" "2.5.3" @@ -7129,9 +7211,9 @@ mdast-comment-marker@^2.0.0: mdast-util-mdx-expression "^1.1.0" mdast-util-find-and-replace@^2.0.0: - version "2.2.0" - resolved "https://registry.yarnpkg.com/mdast-util-find-and-replace/-/mdast-util-find-and-replace-2.2.0.tgz#6167edf16c2fd79e7213024544575f304151953f" - integrity sha512-bz8hUWkMX7UcasORORcyBEsTKJ+dBiFwRPrm43hHC9NMRylIMLbfO5rwfeCN+UtY4AAi7s8WqXftb9eX6ZsqCg== + version "2.2.1" + resolved "https://registry.yarnpkg.com/mdast-util-find-and-replace/-/mdast-util-find-and-replace-2.2.1.tgz#249901ef43c5f41d6e8a8d446b3b63b17e592d7c" + integrity sha512-SobxkQXFAdd4b5WmEakmkVoh18icjQRxGy5OWTCzgsLRm1Fu/KCtwD1HIQSsmq5ZRjVH0Ehwg6/Fn3xIUk+nKw== dependencies: escape-string-regexp "^5.0.0" unist-util-is "^5.0.0" @@ -7238,22 +7320,22 @@ mdast-util-heading-style@^2.0.0: "@types/mdast" "^3.0.0" mdast-util-mdx-expression@^1.0.0, mdast-util-mdx-expression@^1.1.0: - version "1.2.1" - resolved "https://registry.yarnpkg.com/mdast-util-mdx-expression/-/mdast-util-mdx-expression-1.2.1.tgz#3195450498c438fbdb82838c23d9b3f8b23174da" - integrity sha512-BtQwyalaq6jRjx0pagtuAwGrmzL1yInrfA4EJv7GOoiPOUbR4gr6h65I+G3WTh1/Cag2Eda4ip400Ch6CFmWiA== + version "1.3.0" + resolved "https://registry.yarnpkg.com/mdast-util-mdx-expression/-/mdast-util-mdx-expression-1.3.0.tgz#fed063cc6320da1005c8e50338bb374d6dac69ba" + integrity sha512-9kTO13HaL/ChfzVCIEfDRdp1m5hsvsm6+R8yr67mH+KS2ikzZ0ISGLPTbTswOFpLLlgVHO9id3cul4ajutCvCA== dependencies: - "@types/estree-jsx" "^0.0.1" + "@types/estree-jsx" "^1.0.0" "@types/hast" "^2.0.0" "@types/mdast" "^3.0.0" mdast-util-from-markdown "^1.0.0" mdast-util-to-markdown "^1.0.0" mdast-util-mdx-jsx@^2.0.0: - version "2.0.1" - resolved "https://registry.yarnpkg.com/mdast-util-mdx-jsx/-/mdast-util-mdx-jsx-2.0.1.tgz#03d003c8b0b4bd94ab092d876c0f92d2b0c83b0b" - integrity sha512-oPC7/smPBf7vxnvIYH5y3fPo2lw1rdrswFfSb4i0GTAXRUQv7JUU/t/hbp07dgGdUFTSDOHm5DNamhNg/s2Hrg== + version "2.1.0" + resolved "https://registry.yarnpkg.com/mdast-util-mdx-jsx/-/mdast-util-mdx-jsx-2.1.0.tgz#029f5a9c38485dbb5cf482059557ee7d788f1947" + integrity sha512-KzgzfWMhdteDkrY4mQtyvTU5bc/W4ppxhe9SzelO6QUUiwLAM+Et2Dnjjprik74a336kHdo0zKm7Tp+n6FFeRg== dependencies: - "@types/estree-jsx" "^0.0.1" + "@types/estree-jsx" "^1.0.0" "@types/hast" "^2.0.0" "@types/mdast" "^3.0.0" ccount "^2.0.0" @@ -7274,11 +7356,11 @@ mdast-util-mdx@^2.0.0: mdast-util-mdxjs-esm "^1.0.0" mdast-util-mdxjs-esm@^1.0.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/mdast-util-mdxjs-esm/-/mdast-util-mdxjs-esm-1.2.0.tgz#eca8b985f091c2d65a72c19d2740cefbc209aa63" - integrity sha512-IPpX9GBzAIbIRCjbyeLDpMhACFb0wxTIujuR3YElB8LWbducUdMgRJuqs/Vg8xQ1bIAMm7lw8L+YNtua0xKXRw== + version "1.3.0" + resolved "https://registry.yarnpkg.com/mdast-util-mdxjs-esm/-/mdast-util-mdxjs-esm-1.3.0.tgz#137345ef827169aeeeb6069277cd3e090830ce9a" + integrity sha512-7N5ihsOkAEGjFotIX9p/YPdl4TqUoMxL4ajNz7PbT89BqsdWJuBC9rvgt6wpbwTZqWWR0jKWqQbwsOWDBUZv4g== dependencies: - "@types/estree-jsx" "^0.0.1" + "@types/estree-jsx" "^1.0.0" "@types/hast" "^2.0.0" "@types/mdast" "^3.0.0" mdast-util-from-markdown "^1.0.0" @@ -7698,12 +7780,12 @@ micromark-util-encode@^1.0.0: integrity sha512-U2s5YdnAYexjKDel31SVMPbfi+eF8y1U4pfiRW/Y8EFVCy/vgxk/2wWTxzcqE71LHtCuCzlBDRU2a5CQ5j+mQA== micromark-util-events-to-acorn@^1.0.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/micromark-util-events-to-acorn/-/micromark-util-events-to-acorn-1.1.0.tgz#9891638e201c266484d0af7cd2505d208f73db9d" - integrity sha512-hB8HzidNt/Us5q2BvqXj8eeEm0U9rRfnZxcA9T65JRUMAY4MbfJRAFm7m9fXMAdSHJiVPmajsp8/rp6/FlHL8A== + version "1.2.0" + resolved "https://registry.yarnpkg.com/micromark-util-events-to-acorn/-/micromark-util-events-to-acorn-1.2.0.tgz#65785cb77299d791bfefdc6a5213ab57ceead115" + integrity sha512-WWp3bf7xT9MppNuw3yPjpnOxa8cj5ACivEzXJKu0WwnjBYfzaBvIAT9KfeyI0Qkll+bfQtfftSwdgTH6QhTOKw== dependencies: "@types/acorn" "^4.0.0" - "@types/estree" "^0.0.51" + "@types/estree" "^1.0.0" estree-util-visit "^1.0.0" micromark-util-types "^1.0.0" uvu "^0.5.0" @@ -7935,10 +8017,10 @@ node-int64@^0.4.0: resolved "https://registry.yarnpkg.com/node-int64/-/node-int64-0.4.0.tgz#87a9065cdb355d3182d8f94ce11188b825c68a3b" integrity sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw== -node-releases@^2.0.5: - version "2.0.5" - resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.5.tgz#280ed5bc3eba0d96ce44897d8aee478bfb3d9666" - integrity sha512-U9h1NLROZTq9uE1SNffn6WuPDg8icmi3ns4rEl/oTfIle4iLjTliCzgTsbaIFMq/Xn078/lfY/BL0GWZ+psK4Q== +node-releases@^2.0.6: + version "2.0.6" + resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.6.tgz#8a7088c63a55e493845683ebf3c828d8c51c5503" + integrity sha512-PiVXnNuFm5+iYkLBNeq5211hvO38y63T0i2KKh2KnUs3RpzJ+JtODFjkD8yjLwnDkTYF1eKXheUwdssR+NRZdg== nodent-runtime@^3.2.1: version "3.2.1" @@ -7950,12 +8032,12 @@ nodent-transform@^3.2.4: resolved "https://registry.yarnpkg.com/nodent-transform/-/nodent-transform-3.2.9.tgz#ec11a6116b5476e60bc212371cf6b8e4c74f40b6" integrity sha512-4a5FH4WLi+daH/CGD5o/JWRR8W5tlCkd3nrDSkxbOzscJTyTUITltvOJeQjg3HJ1YgEuNyiPhQbvbtRjkQBByQ== -nopt@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/nopt/-/nopt-5.0.0.tgz#530942bb58a512fccafe53fe210f13a25355dc88" - integrity sha512-Tbj67rffqceeLpcRXrT7vKAN8CwfPeIBgM7E6iBkmKLV7bEMwpGgYLGv0jACUsECaa/vuxP0IjEont6umdMgtQ== +nopt@^6.0.0: + version "6.0.0" + resolved "https://registry.yarnpkg.com/nopt/-/nopt-6.0.0.tgz#245801d8ebf409c6df22ab9d95b65e1309cdb16d" + integrity sha512-ZwLpbTgdhuZUnZzjd7nb1ZV+4DoiC6/sfiVKok72ym/4Tlf+DFdlHYmT2JPmcNNWV6Pi3SDf1kT+A4r9RTuT9g== dependencies: - abbrev "1" + abbrev "^1.0.0" normalize-package-data@^2.3.2, normalize-package-data@^2.5.0: version "2.5.0" @@ -8028,7 +8110,7 @@ nth-check@^2.0.1: dependencies: boolbase "^1.0.0" -object-assign@^4.1.0, object-assign@^4.1.1: +object-assign@^4.1.1: version "4.1.1" resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863" integrity sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg== @@ -8038,27 +8120,19 @@ object-inspect@^1.12.0, object-inspect@^1.12.2, object-inspect@^1.9.0: resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.12.2.tgz#c0641f26394532f28ab8d796ab954e43c009a8ea" integrity sha512-z+cPxW0QGUp0mcqcsgQyLVRDoXFQbXOwBaqyF7VIgI4TWNQsDHrBpUQslRmIfAoYWdYzs6UlKJtB2XJpTaNSpQ== -object-is@^1.0.1: - version "1.1.5" - resolved "https://registry.yarnpkg.com/object-is/-/object-is-1.1.5.tgz#b9deeaa5fc7f1846a0faecdceec138e5778f53ac" - integrity sha512-3cyDsyHgtmi7I7DfSSI2LDp6SK2lwvtbg0p0R1e0RvTqF5ceGx+K2dfSjm1bKDMVCFEDAQvy+o8c6a7VujOddw== - dependencies: - call-bind "^1.0.2" - define-properties "^1.1.3" - object-keys@^1.1.1: version "1.1.1" resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e" integrity sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA== -object.assign@^4.1.0, object.assign@^4.1.2: - version "4.1.2" - resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.2.tgz#0ed54a342eceb37b38ff76eb831a0e788cb63940" - integrity sha512-ixT2L5THXsApyiUPYKmW+2EHpXXe5Ii3M+f4e+aJFAHao5amFRW6J0OO6c/LU8Be47utCx2GL89hxGB6XSmKuQ== +object.assign@^4.1.0, object.assign@^4.1.2, object.assign@^4.1.3: + version "4.1.4" + resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.4.tgz#9673c7c7c351ab8c4d0b516f4343ebf4dfb7799f" + integrity sha512-1mxKf0e58bvyjSCtKYY4sRe9itRk3PJpquJOjeIkz885CczcI4IvJJDLPS72oowuSh+pBxUFROpX+TU++hxhZQ== dependencies: - call-bind "^1.0.0" - define-properties "^1.1.3" - has-symbols "^1.0.1" + call-bind "^1.0.2" + define-properties "^1.1.4" + has-symbols "^1.0.3" object-keys "^1.1.1" object.entries@^1.1.5: @@ -8079,6 +8153,16 @@ object.fromentries@^2.0.5: define-properties "^1.1.3" es-abstract "^1.19.1" +object.getownpropertydescriptors@^2.1.4: + version "2.1.4" + resolved "https://registry.yarnpkg.com/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.4.tgz#7965e6437a57278b587383831a9b829455a4bc37" + integrity sha512-sccv3L/pMModT6dJAYF3fzGMVcb38ysQ0tEE6ixv2yXJDtEIPph268OlAdJj5/qZMZDq2g/jqvwppt36uS/uQQ== + dependencies: + array.prototype.reduce "^1.0.4" + call-bind "^1.0.2" + define-properties "^1.1.4" + es-abstract "^1.20.1" + object.hasown@^1.1.1: version "1.1.1" resolved "https://registry.yarnpkg.com/object.hasown/-/object.hasown-1.1.1.tgz#ad1eecc60d03f49460600430d97f23882cf592a3" @@ -8199,13 +8283,6 @@ p-is-promise@^2.1.0: resolved "https://registry.yarnpkg.com/p-is-promise/-/p-is-promise-2.1.0.tgz#918cebaea248a62cf7ffab8e3bca8c5f882fc42e" integrity sha512-Y3W0wlRPK8ZMRbNq97l4M5otioeA5lm1z7bkNkxCka8HSPjR0xRWmpCmc9utiaLP9Jb1eD8BgeIxTW4AIF45Pg== -p-limit@^1.1.0: - version "1.3.0" - resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-1.3.0.tgz#b86bd5f0c25690911c7590fcbfc2010d54b3ccb8" - integrity sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q== - dependencies: - p-try "^1.0.0" - p-limit@^2.2.0: version "2.3.0" resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-2.3.0.tgz#3dd33c647a214fdfffd835933eb086da0dc21db1" @@ -8220,13 +8297,6 @@ p-limit@^3.0.2, p-limit@^3.1.0: dependencies: yocto-queue "^0.1.0" -p-locate@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-2.0.0.tgz#20a0103b222a70c8fd39cc2e580680f3dde5ec43" - integrity sha512-nQja7m7gSKuewoVRen45CtVfODR3crN3goVQ0DDZ9N3yHxgpkuBhZqsaiotSQRrADUrne346peY7kT3TSACykg== - dependencies: - p-limit "^1.1.0" - p-locate@^4.1.0: version "4.1.0" resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-4.1.0.tgz#a3428bb7088b3a60292f66919278b7c297ad4f07" @@ -8268,11 +8338,6 @@ p-timeout@^3.2.0: dependencies: p-finally "^1.0.0" -p-try@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/p-try/-/p-try-1.0.0.tgz#cbc79cdbaf8fd4228e13f621f2b1a237c1b207b3" - integrity sha512-U1etNYuMJoIz3ZXSrrySFjsXQTWOx2/jdi86L+2pRvph/qMKL6sbcCYdH23fqsbm8TH2Gn0OybpT4eSFlCVHww== - p-try@^2.0.0: version "2.2.0" resolved "https://registry.yarnpkg.com/p-try/-/p-try-2.2.0.tgz#cb2868540e313d61de58fafbe35ce9004d5540e6" @@ -8368,11 +8433,6 @@ patch-package@^6.4.7: slash "^2.0.0" tmp "^0.0.33" -path-exists@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-3.0.0.tgz#ce0ebeaa5f78cb18925ea7d810d7b59b010fd515" - integrity sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ== - path-exists@^4.0.0: version "4.0.0" resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-4.0.0.tgz#513bdbe2d3b95d7762e8c1137efa195c6c61b5b3" @@ -8732,10 +8792,10 @@ postcss-value-parser@^4.1.0, postcss-value-parser@^4.2.0: resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz#723c09920836ba6d3e5af019f92bc0971c02e514" integrity sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ== -postcss@^8.4.14, postcss@^8.4.5: - version "8.4.14" - resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.14.tgz#ee9274d5622b4858c1007a74d76e42e56fd21caf" - integrity sha512-E398TUmfAYFPBSdzgeieK2Y1+1cpdxJx8yXbK/m57nRhKSmk1GB2tO4lbLBtlkfPQTDKfe4Xqv1ASWPpayPEig== +postcss@^8.4.16, postcss@^8.4.5: + version "8.4.16" + resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.16.tgz#33a1d675fac39941f5f445db0de4db2b6e01d43c" + integrity sha512-ipHE1XBvKzm5xI7hiHCZJCSugxvsdq2mPnsq5+UF+VHCjiBvtDrlxJfMBToWaP9D5XlgNmcFGqoHmUn0EYEaRQ== dependencies: nanoid "^3.3.4" picocolors "^1.0.0" @@ -8768,39 +8828,39 @@ prettier-linter-helpers@^1.0.0: dependencies: fast-diff "^1.1.2" -prettier-plugin-ini@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/prettier-plugin-ini/-/prettier-plugin-ini-1.0.0.tgz#af0ecea207683c1598190d69e9a8cb49e94690eb" - integrity sha512-/b/D6U2Ivo0CW8kvfXpzNTl/6ehnTngNeUiS1Ao69uxbugHL1BVaT1gUX7BgobrdQPvWRgH2j2hOyBw7bEPNEA== +prettier-plugin-ini@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/prettier-plugin-ini/-/prettier-plugin-ini-1.1.0.tgz#922fc10398a72e1bfe2d742c702b58060da43eb5" + integrity sha512-xlWM//GrLYU5CX3Qdn5isOlxz1LHnTi4fdSHZX/UYV/C5ipbcFfdCglENoOPGp4N5EvtA5Q1FuVhg95K58TMRg== dependencies: prettier ">=2.3" -prettier-plugin-pkg@^0.16.0: - version "0.16.0" - resolved "https://registry.yarnpkg.com/prettier-plugin-pkg/-/prettier-plugin-pkg-0.16.0.tgz#eb2e063796a77bf6fd786f8d3699f3a17b8dac77" - integrity sha512-+pUzsNzs16OSUf82OqF6+B4RajiDoHToJElp8T6YjcPF3uKCy7P3zk2rpdBPPXVMaR+lp5c4C1rbTniC34tz6g== +prettier-plugin-pkg@^0.17.0: + version "0.17.0" + resolved "https://registry.yarnpkg.com/prettier-plugin-pkg/-/prettier-plugin-pkg-0.17.0.tgz#5d77b7feec480d746b57359505b097d060d855c0" + integrity sha512-TwQqf8XT+esIy75Js4WywCjhhCya46uCX2kP3elgCmmHwP9twybGYJfZLYJ0wnKgkFUXjlAzDypbPcNXfJA/mg== -prettier-plugin-properties@^0.1.0: - version "0.1.0" - resolved "https://registry.yarnpkg.com/prettier-plugin-properties/-/prettier-plugin-properties-0.1.0.tgz#15302dfb9b34c0a845bd8ed6f8084e3765cdc05f" - integrity sha512-lObSgVaTVWSyYWxKMOzRGmvQp64S1qumu5vS91ZlMc198ay8EGUuDH+Tc019iMJXc2KNpdAYif2qAJA6mjTkgA== +prettier-plugin-properties@^0.2.0: + version "0.2.0" + resolved "https://registry.yarnpkg.com/prettier-plugin-properties/-/prettier-plugin-properties-0.2.0.tgz#ad025de49ea55ce2c20ee498d1ed713f6ee99311" + integrity sha512-Mt+z2nPkG+apJJLxfv8/Z/knhF/pTFUyxTeaRCuvQhs33rzQEkquGXSyKyvcWfijOTlOvB6KnmSJXpmblLNYrQ== dependencies: dot-properties "^1.0.0" - linguist-languages "^7.9.0" -prettier-plugin-sh@^0.12.6: - version "0.12.6" - resolved "https://registry.yarnpkg.com/prettier-plugin-sh/-/prettier-plugin-sh-0.12.6.tgz#7d0f184c3106a387817afaa136429958a0d1a64a" - integrity sha512-Tqzj6mDW/+8umOgZO/qfLcpWYZFnRKYC3T9uK3t5aKpxeIspB7rT70TS3IFjUnYNQOLUM542HRW18L6Imj+uYQ== +prettier-plugin-sh@^0.12.8: + version "0.12.8" + resolved "https://registry.yarnpkg.com/prettier-plugin-sh/-/prettier-plugin-sh-0.12.8.tgz#174106774c06304e082f030ecb05cdcaeabb2585" + integrity sha512-VOq8h2Gn5UzrCIKm4p/nAScXJbN09HdyFDknAcxt6Qu/tv/juu9bahxSrcnM9XWYA+Spz1F1ANJ4LhfwB7+Q1Q== dependencies: mvdan-sh "^0.10.1" + sh-syntax "^0.3.6" + synckit "^0.8.1" -prettier-plugin-stylus@^0.0.1-beta.3: - version "0.0.1-beta.3" - resolved "https://registry.yarnpkg.com/prettier-plugin-stylus/-/prettier-plugin-stylus-0.0.1-beta.3.tgz#7025e03aae1f8cd937b627304d5bae9037ccf5fa" - integrity sha512-/Y5yKdUTUtAtI7JRzyA+w+JQWy5xUEeWKPOunMW5X+m8QHzhrFmOncHw643Y2BAgpUaQgO5zSJT+aZiYzvb+sA== +prettier-plugin-stylus@^0.0.1-beta.8: + version "0.0.1-beta.8" + resolved "https://registry.yarnpkg.com/prettier-plugin-stylus/-/prettier-plugin-stylus-0.0.1-beta.8.tgz#b9d0f0105cd2747e882b8225dfbd5e20b92978b1" + integrity sha512-EjM9yiMC2PNbfNpc/3WQVNnyTnQaMvlkNNv2odLWiyoqhmv1QzSvib3CEF9MeumENTNT1bNrqjPJUA2qYfskJg== dependencies: - prettier "^2.6.2" stylus "^0.57.0" prettier-plugin-svelte@^2.7.0: @@ -8831,6 +8891,15 @@ pretty-format@^28.0.0, pretty-format@^28.1.3: ansi-styles "^5.0.0" react-is "^18.0.0" +pretty-format@^29.0.1: + version "29.0.1" + resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-29.0.1.tgz#2f8077114cdac92a59b464292972a106410c7ad0" + integrity sha512-iTHy3QZMzuL484mSTYbQIM1AHhEQsH8mXWS2/vd2yFBYnG3EBqGiMONo28PlPgrW7P/8s/1ISv+y7WH306l8cw== + dependencies: + "@jest/schemas" "^29.0.0" + ansi-styles "^5.0.0" + react-is "^18.0.0" + proc-log@^2.0.0: version "2.0.1" resolved "https://registry.yarnpkg.com/proc-log/-/proc-log-2.0.1.tgz#8f3f69a1f608de27878f91f5c688b225391cb685" @@ -9068,7 +9137,7 @@ regexp-tree@^0.1.24, regexp-tree@~0.1.1: resolved "https://registry.yarnpkg.com/regexp-tree/-/regexp-tree-0.1.24.tgz#3d6fa238450a4d66e5bc9c4c14bb720e2196829d" integrity sha512-s2aEVuLhvnVJW6s/iPgEGK6R+/xngd2jNQ+xy4bXNDKxZKJH6jpPHY6kVeVv1IeLCHgswRj+Kl3ELaDjG6V1iw== -regexp.prototype.flags@^1.2.0, regexp.prototype.flags@^1.4.1, regexp.prototype.flags@^1.4.3: +regexp.prototype.flags@^1.4.1, regexp.prototype.flags@^1.4.3: version "1.4.3" resolved "https://registry.yarnpkg.com/regexp.prototype.flags/-/regexp.prototype.flags-1.4.3.tgz#87cab30f80f66660181a3bb7bf5981a872b367ac" integrity sha512-fjggEOO3slI6Wvgjwflkc4NFRCTZAu5CnNfBd5qOMYhWdn67nJBBu34/TkD++eeFmd8C9r9jfXJ27+nSiRkSUA== @@ -9779,10 +9848,10 @@ remark-lint@^9.0.0, remark-lint@^9.1.1: remark-message-control "^7.0.0" unified "^10.1.0" -remark-mdx@^2.1.2: - version "2.1.2" - resolved "https://registry.yarnpkg.com/remark-mdx/-/remark-mdx-2.1.2.tgz#eea2784fa5697e14f6e0686700077986b88b8078" - integrity sha512-npQagPdczPAv0xN9F8GSi5hJfAe/z6nBjylyfOfjLOmz086ahWrIjlk4BulRfNhA+asutqWxyuT3DFVsxiTVHA== +remark-mdx@^2.1.3: + version "2.1.3" + resolved "https://registry.yarnpkg.com/remark-mdx/-/remark-mdx-2.1.3.tgz#6273e8b94d27ade35407a63bc8cdd04592f7be9f" + integrity sha512-3SmtXOy9+jIaVctL8Cs3VAQInjRLGOwNXfrBB9KCT+EpJpKD3PQiy0x8hUNGyjQmdyOs40BqgPU7kYtH9uoR6w== dependencies: mdast-util-mdx "^2.0.0" micromark-extension-mdxjs "^1.0.0" @@ -9903,10 +9972,10 @@ remark-preset-lint-recommended@^6.1.2: remark-lint-ordered-list-marker-style "^3.0.0" unified "^10.0.0" -remark-preset-prettier@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/remark-preset-prettier/-/remark-preset-prettier-1.0.1.tgz#119648e41fd565945f1d3a7d1d75ce35d13fc791" - integrity sha512-fjODzwpJ9kdTYZrT7iW+1Me87EW9tq6AlP9LF5Ynbqi8vHvLGW5oAHFNm83WBmQ0nDVQsPVcAEkadzqHTrKXJA== +remark-preset-prettier@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/remark-preset-prettier/-/remark-preset-prettier-1.0.2.tgz#57146d9128447840690ae25c1797c34d1883a40f" + integrity sha512-GiTOnOh5NyG0XesZqNLzAqXqs3Z/HFmStcPZP/ZMIQvHOPGmv6zDixItNZeVtDDDWgn0J6BuALI/mv0m4pA6vQ== dependencies: remark-lint-blank-lines-1-0-2 "*" remark-lint-blockquote-indentation "*" @@ -9954,9 +10023,9 @@ remark-stringify@^10.0.2: unified "^10.0.0" remark-validate-links@^12.0.0: - version "12.0.0" - resolved "https://registry.yarnpkg.com/remark-validate-links/-/remark-validate-links-12.0.0.tgz#fb44666c8ba56bbcdf334dd9de03655054588731" - integrity sha512-mBNfsGBPO3A4CYnHDd3fpnr+A2Ep71moc0UlxC6lhZSJslMAU3UZypKK3DLlxUPoLy9TlJaEVEnfy6qpGQU7sg== + version "12.1.0" + resolved "https://registry.yarnpkg.com/remark-validate-links/-/remark-validate-links-12.1.0.tgz#496da668182036fbd5015ff727f05ce754951af4" + integrity sha512-+QhcQmu4WhUhxSduRbSInrFAMAFyNVX7QP0OW5AX8C6NzxMweJnwPBsCfWsV77ivIpC5L6sPbZfMLoW85UoMHQ== dependencies: "@types/mdast" "^3.0.0" github-slugger "^1.0.0" @@ -10029,7 +10098,7 @@ resolve.exports@^1.1.0: resolved "https://registry.yarnpkg.com/resolve.exports/-/resolve.exports-1.1.0.tgz#5ce842b94b05146c0e03076985d1d0e7e48c90c9" integrity sha512-J1l+Zxxp4XK3LUDZ9m60LRJF/mAe4z6a4xyabPHk7pvK5t35dACV32iIjJDFeWZFfZlO29w6SZ67knR0tHzJtQ== -resolve@^1.10.0, resolve@^1.10.1, resolve@^1.14.2, resolve@^1.17.0, resolve@^1.19.0, resolve@^1.20.0, resolve@^1.22.0: +resolve@^1.10.0, resolve@^1.14.2, resolve@^1.17.0, resolve@^1.19.0, resolve@^1.20.0, resolve@^1.22.1: version "1.22.1" resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.1.tgz#27cb2ebb53f91abb49470a928bba7558066ac177" integrity sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw== @@ -10072,7 +10141,7 @@ rimraf@^2.6.3: dependencies: glob "^7.1.3" -rimraf@^3.0.0, rimraf@^3.0.2: +rimraf@^3.0.2: version "3.0.2" resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.2.tgz#f1a5402ba6220ad52cc1282bac1ae3aa49fd061a" integrity sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA== @@ -10090,10 +10159,10 @@ rollup-plugin-copy@^3.4.0: globby "10.0.1" is-plain-object "^3.0.0" -rollup-plugin-esbuild@^4.9.1: - version "4.9.1" - resolved "https://registry.yarnpkg.com/rollup-plugin-esbuild/-/rollup-plugin-esbuild-4.9.1.tgz#369d137e2b1542c8ee459495fd4f10de812666aa" - integrity sha512-qn/x7Wz9p3Xnva99qcb+nopH0d2VJwVnsxJTGEg+Sh2Z3tqQl33MhOwzekVo1YTKgv+yAmosjcBRJygMfGrtLw== +rollup-plugin-esbuild@^4.9.3: + version "4.10.1" + resolved "https://registry.yarnpkg.com/rollup-plugin-esbuild/-/rollup-plugin-esbuild-4.10.1.tgz#84a32419b56680149a0456442a71456e49f122c0" + integrity sha512-/ymcRB283zjFp1JTBXO8ekxv0c9vRc2L6OTljghsLthQ4vqeDSDWa9BVz1tHiVrx6SbUnUpDPLC0K/MXK7j5TA== dependencies: "@rollup/pluginutils" "^4.1.1" debug "^4.3.3" @@ -10130,17 +10199,17 @@ rollup-plugin-terser@^7.0.2: serialize-javascript "^4.0.0" terser "^5.0.0" -rollup-plugin-unassert@^0.4.0: - version "0.4.0" - resolved "https://registry.yarnpkg.com/rollup-plugin-unassert/-/rollup-plugin-unassert-0.4.0.tgz#3c8111fa51f5e7751e01fae01536023103a23d5e" - integrity sha512-ZVV88o3vYSiGVFmNH4Q+0J5j7iF3vRDkhxuyCrXwPUhZlBYPQGmQz1T3RUX0MRSI4+Xr6t5W/CQFGHve9tmyhA== +rollup-plugin-unassert@^0.5.0: + version "0.5.0" + resolved "https://registry.yarnpkg.com/rollup-plugin-unassert/-/rollup-plugin-unassert-0.5.0.tgz#a1cfd96df4479a6af6a42f96f7e9cbff032d3d61" + integrity sha512-abqa3NOgsR5WNsxQi4YOfJWB6+WD8TzhsIsazwTHxEtb74uh/Ujm48SyGthIl8XxN23AQX0eFSTQ3fyuX5TF6w== dependencies: "@rollup/pluginutils" "^4.2.1" - acorn "^8.7.1" + acorn "^8.8.0" convert-source-map "^1.8.0" escodegen "^2.0.0" multi-stage-sourcemap "^0.3.1" - unassert "^1.6.0" + unassert "^2.0.0" rollup-plugin-vue-jsx-compat@^0.0.6: version "0.0.6" @@ -10165,10 +10234,10 @@ rollup-pluginutils@^2.8.2: dependencies: estree-walker "^0.6.1" -rollup@^2.75.7: - version "2.75.7" - resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.75.7.tgz#221ff11887ae271e37dcc649ba32ce1590aaa0b9" - integrity sha512-VSE1iy0eaAYNCxEXaleThdFXqZJ42qDBatAwrfnPlENEZ8erQ+0LYX4JXOLPceWfZpV1VtZwZ3dFCuOZiSyFtQ== +rollup@^2.78.1: + version "2.78.1" + resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.78.1.tgz#52fe3934d9c83cb4f7c4cb5fb75d88591be8648f" + integrity sha512-VeeCgtGi4P+o9hIg+xz4qQpRl6R401LWEXBmxYKOV4zlF82lyhgh2hTZnheFUbANE8l2A41F458iwj2vEYaXJg== optionalDependencies: fsevents "~2.3.2" @@ -10180,9 +10249,9 @@ run-parallel@^1.1.9: queue-microtask "^1.2.2" rxjs@^7.5.5: - version "7.5.5" - resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.5.5.tgz#2ebad89af0f560f460ad5cc4213219e1f7dd4e9f" - integrity sha512-sy+H0pQofO95VDmFLzyaw9xNJU4KTRSwQIGM6+iG3SypAtCiLDzpeG8sJrNCWn2Up9km+KhkvTdbkrdy+yzZdw== + version "7.5.6" + resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.5.6.tgz#0446577557862afd6903517ce7cae79ecb9662bc" + integrity sha512-dnyv2/YsXhnm461G+R/Pe5bWP41Nm6LBXEYWI6eiFP4fiwx6WRI/CD0zbdVAudd9xwLEF2IDcKXLHit0FYjUzw== dependencies: tslib "^2.1.0" @@ -10193,7 +10262,12 @@ sade@^1.7.3: dependencies: mri "^1.1.0" -safe-buffer@^5.0.1, safe-buffer@^5.1.0, safe-buffer@~5.1.0, safe-buffer@~5.1.1: +safe-buffer@^5.0.1, safe-buffer@^5.1.0, safe-buffer@~5.2.0: + version "5.2.1" + resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.1.tgz#1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6" + integrity sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ== + +safe-buffer@~5.1.1: version "5.1.2" resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d" integrity sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g== @@ -10239,7 +10313,7 @@ semver@7.0.0: resolved "https://registry.yarnpkg.com/semver/-/semver-7.0.0.tgz#5f3ca35761e47e05b206c6daff2cf814f0316b8e" integrity sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A== -semver@7.3.7, semver@7.x, semver@^7.0.0, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5, semver@^7.3.6, semver@^7.3.7: +semver@7.3.7, semver@7.x, semver@^7.0.0, semver@^7.3.4, semver@^7.3.5, semver@^7.3.6, semver@^7.3.7: version "7.3.7" resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.7.tgz#12c5b649afdbf9049707796e22a4028814ce523f" integrity sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g== @@ -10263,6 +10337,13 @@ set-blocking@^2.0.0: resolved "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803ddd382b24392b3d890f7" integrity sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw== +sh-syntax@^0.3.6: + version "0.3.7" + resolved "https://registry.yarnpkg.com/sh-syntax/-/sh-syntax-0.3.7.tgz#8b86862c2de1488dd8fb9a9306e2124501617ae3" + integrity sha512-xIB/uRniZ9urxAuXp1Ouh/BKSI1VK8RSqfwGj7cV57HvGrFo3vHdJfv8Tdp/cVcxJgXQTkmHr5mG5rqJW8r4wQ== + dependencies: + tslib "^2.4.0" + shebang-command@^1.2.0: version "1.2.0" resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-1.2.0.tgz#44aac65b695b03398968c39f363fee5deafdf1ea" @@ -10455,9 +10536,9 @@ spdx-expression-parse@^3.0.0, spdx-expression-parse@^3.0.1: spdx-license-ids "^3.0.0" spdx-license-ids@^3.0.0: - version "3.0.11" - resolved "https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-3.0.11.tgz#50c0d8c40a14ec1bf449bae69a0ea4685a9d9f95" - integrity sha512-Ctl2BrFiM0X3MANYgj3CkygxhRmr9mi6xhejbdO960nF6EDJApTYpn0BQnDKlnNBULKiCN1n3w9EBkHK8ZWg+g== + version "3.0.12" + resolved "https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-3.0.12.tgz#69077835abe2710b65f03969898b6637b505a779" + integrity sha512-rr+VVSXtRhO4OHbXUiAF7xW3Bo9DuuF6C5jH+q/x15j2jniycgKbxU09Hr0WqlSLUs4i4ltHGXqTe7VHclYWyA== split2@^3.0.0: version "3.2.2" @@ -10575,11 +10656,11 @@ string.prototype.trimstart@^1.0.5: es-abstract "^1.19.5" string_decoder@^1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.1.1.tgz#9cf1611ba62685d7030ae9e4ba34149c3af03fc8" - integrity sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg== + version "1.3.0" + resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.3.0.tgz#42f114594a46cf1a8e30b0a84f56c78c3edac21e" + integrity sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA== dependencies: - safe-buffer "~5.1.0" + safe-buffer "~5.2.0" stringify-entities@^4.0.0: version "4.0.3" @@ -10706,10 +10787,10 @@ supports-preserve-symlinks-flag@^1.0.0: resolved "https://registry.yarnpkg.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz#6eda4bd344a3c94aea376d4cc31bc77311039e09" integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w== -svelte-eslint-parser@^0.16.0: - version "0.16.4" - resolved "https://registry.yarnpkg.com/svelte-eslint-parser/-/svelte-eslint-parser-0.16.4.tgz#7bdfdc9de82f89fa5f47fbc909f8cb4ea078ba25" - integrity sha512-hKTQxH0jiFBnvdAaNcYFScxLNqJf9+tzMDr4ojdjfVrc7OORwkK+eMNuyazhCMc2UD7Ikv+3gGrWiaCeYd5dAQ== +svelte-eslint-parser@^0.18.0: + version "0.18.0" + resolved "https://registry.yarnpkg.com/svelte-eslint-parser/-/svelte-eslint-parser-0.18.0.tgz#efabf2461fdcc46bf952ddaf6ff5fa6232e02a36" + integrity sha512-XYmAW8I45Bd5RhUr4JpCbu0sSZ2jzvfG1NkOW8Hxv+eTxReXVBBCRg1d7czRY+iZOg289dTI5JHtu9ZR4R9dCA== dependencies: eslint-scope "^7.0.0" eslint-visitor-keys "^3.0.0" @@ -10738,18 +10819,10 @@ svgo@^2.7.0: picocolors "^1.0.0" stable "^0.1.8" -synckit@^0.7.1, synckit@^0.7.2: - version "0.7.2" - resolved "https://registry.yarnpkg.com/synckit/-/synckit-0.7.2.tgz#43c07b5a8101ee45355aebf0216895309fd32a6f" - integrity sha512-CSZRtSRZ8RhJGMtWyLRqlarmWPPlsgZJHtV6cz0VTHNOg+R7UBoE2eNPQmB5Qrhtk3RX2AAcJmVwMXFULVQSwg== - dependencies: - "@pkgr/utils" "^2.2.0" - tslib "^2.4.0" - -synckit@^0.8.1: - version "0.8.1" - resolved "https://registry.yarnpkg.com/synckit/-/synckit-0.8.1.tgz#697111240114a15a393fcb92786a4218bfead47f" - integrity sha512-rJEeygO5PNmcZICmrgnbOd2usi5zWE1ESc0Gn5tTmJlongoU8zCTwMFQtar2UgMSiR68vK9afPQ+uVs2lURSIA== +synckit@^0.8.0, synckit@^0.8.1, synckit@^0.8.3: + version "0.8.3" + resolved "https://registry.yarnpkg.com/synckit/-/synckit-0.8.3.tgz#f36ca23fb7cbcf2b2b78c9e553ce6764dc6aa415" + integrity sha512-1goXnDYNJlKwCM37f5MTzRwo+8SqutgVtg2d37D6YnHHT4E3IhQMRfKiGdfTZU7LBlI6T8inCQUxnMBFHrbqWw== dependencies: "@pkgr/utils" "^2.3.0" tslib "^2.4.0" @@ -10773,9 +10846,9 @@ terminal-link@^2.0.0: supports-hyperlinks "^2.0.0" terser@^5.0.0: - version "5.14.1" - resolved "https://registry.yarnpkg.com/terser/-/terser-5.14.1.tgz#7c95eec36436cb11cf1902cc79ac564741d19eca" - integrity sha512-+ahUAE+iheqBTDxXhTisdA8hgvbEG1hHOQ9xmNjeUJSoi6DU/gMrKNcfZjHkyY6Alnuyc+ikYJaxxfHkT3+WuQ== + version "5.15.0" + resolved "https://registry.yarnpkg.com/terser/-/terser-5.15.0.tgz#e16967894eeba6e1091509ec83f0c60e179f2425" + integrity sha512-L1BJiXVmheAQQy+as0oF3Pwtlo4s3Wi1X2zNZ2NxOB4wx9bdS9Vk67XQENLFdLYGCK/Z2di53mTj/hBafR+dTA== dependencies: "@jridgewell/source-map" "^0.3.2" acorn "^8.5.0" @@ -10883,10 +10956,10 @@ trough@^2.0.0: resolved "https://registry.yarnpkg.com/trough/-/trough-2.1.0.tgz#0f7b511a4fde65a46f18477ab38849b22c554876" integrity sha512-AqTiAOLcj85xS7vQ8QkAV41hPDIJ71XJB4RCUrzo/1GM2CQwhkJGaf9Hgr7BOugMRpgGUrqRg/DrBDl4H40+8g== -ts-jest@^28.0.7: - version "28.0.7" - resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-28.0.7.tgz#e18757a9e44693da9980a79127e5df5a98b37ac6" - integrity sha512-wWXCSmTwBVmdvWrOpYhal79bDpioDy4rTT+0vyUnE3ZzM7LOAAGG9NXwzkEL/a516rQEgnMmS/WKP9jBPCVJyA== +ts-jest@^28.0.8: + version "28.0.8" + resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-28.0.8.tgz#cd204b8e7a2f78da32cf6c95c9a6165c5b99cc73" + integrity sha512-5FaG0lXmRPzApix8oFG8RKjAz4ehtm8yMKOTy5HX3fY6W8kmvOrmcY0hKDElW52FJov+clhUbrKAqofnj4mXTg== dependencies: bs-logger "0.x" fast-json-stable-stringify "2.x" @@ -10897,7 +10970,7 @@ ts-jest@^28.0.7: semver "7.x" yargs-parser "^21.0.1" -ts-node@^10.8.1, ts-node@^10.9.1: +ts-node@^10.9.1: version "10.9.1" resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.9.1.tgz#e73de9102958af9e1f0b168a6ff320e25adcff4b" integrity sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw== @@ -10916,16 +10989,6 @@ ts-node@^10.8.1, ts-node@^10.9.1: v8-compile-cache-lib "^3.0.1" yn "3.1.1" -tsconfig-paths@^3.14.1: - version "3.14.1" - resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.14.1.tgz#ba0734599e8ea36c862798e920bcf163277b137a" - integrity sha512-fxDhWnFSLt3VuTwtvJt5fpwxBHg5AdKWMsgcPOOIilyjymcYVZoCQF8fvFRezCNfblEXmi+PcM1eYHeOAgXCOQ== - dependencies: - "@types/json5" "^0.0.29" - json5 "^1.0.1" - minimist "^1.2.6" - strip-bom "^3.0.0" - "tslib@1 || 2", tslib@^2.1.0, tslib@^2.3.1, tslib@^2.4.0: version "2.4.0" resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.0.tgz#7cecaa7f073ce680a05847aa77be941098f36dc3" @@ -11037,32 +11100,26 @@ type@^1.0.1: integrity sha512-+5nt5AAniqsCnu2cEQQdpzCAh33kVx8n0VoFidKpB1dVVLAN/F+bgVOqOJqOnEnrhp222clB5p3vUlD+1QAnfg== type@^2.5.0: - version "2.6.0" - resolved "https://registry.yarnpkg.com/type/-/type-2.6.0.tgz#3ca6099af5981d36ca86b78442973694278a219f" - integrity sha512-eiDBDOmkih5pMbo9OqsqPRGMljLodLcwd5XD5JbtNB0o89xZAwynY9EdCDsJU7LtcVCClu9DvM7/0Ep1hYX3EQ== + version "2.7.2" + resolved "https://registry.yarnpkg.com/type/-/type-2.7.2.tgz#2376a15a3a28b1efa0f5350dcf72d24df6ef98d0" + integrity sha512-dzlvlNlt6AXU7EBSfpAscydQ7gXB+pPGsPnfJnZpiNJBDj7IaJzQlBZYGdEi4R9HmPdBv2XmWJ6YUtoTa7lmCw== typedarray@^0.0.6: version "0.0.6" resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" integrity sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA== -typescript@^4.6.3, typescript@^4.6.4, typescript@^4.7.4: - version "4.7.4" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.7.4.tgz#1a88596d1cf47d59507a1bcdfb5b9dfe4d488235" - integrity sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ== +typescript@^4.6.3, typescript@^4.6.4, typescript@^4.8.2: + version "4.8.2" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.8.2.tgz#e3b33d5ccfb5914e4eeab6699cf208adee3fd790" + integrity sha512-C0I1UsrrDHo2fYI5oaCGbSejwX4ch+9Y5jTQELvovfmFkK3HHSZJB8MSJcWLmCUBzQBchCrZ9rMRV6GuNrvGtw== -unassert@^1.6.0: - version "1.6.0" - resolved "https://registry.yarnpkg.com/unassert/-/unassert-1.6.0.tgz#ceb6d39ce47c6d2bfa9cb3cab407352cbfb60a19" - integrity sha512-GoMtWTwGSxSFuRD0NKmbjlx3VJkgvSogzDzMPpJXYmBZv6MIWButsyMqEYhMx3NI4osXACcZA9mXiBteXyJtRw== - dependencies: - acorn "^7.0.0" - call-matcher "^2.0.0" - deep-equal "^1.0.0" - espurify "^2.0.1" - estraverse "^4.1.0" - esutils "^2.0.2" - object-assign "^4.1.0" +unassert@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/unassert/-/unassert-2.0.0.tgz#a2bf2f16303c8961b68c67dc88395ae5e6dbe9af" + integrity sha512-45E+m8zz+utoQPxkkXAsKPrtjE0GzEbMwzmrcM4inlPhcOxIJRwE+AVxkZfgIWTR3gWG2Daxa7mHFRUwMUfyzg== + dependencies: + estraverse "^5.0.0" unbox-primitive@^1.0.2: version "1.0.2" @@ -11178,9 +11235,9 @@ unist-util-generated@^2.0.0: integrity sha512-TiWE6DVtVe7Ye2QxOVW9kqybs6cZexNwTwSMVgkfjEReqy/xwGpAXb99OxktoWwmL+Z+Epb0Dn8/GNDYP1wnUw== unist-util-inspect@^7.0.0: - version "7.0.0" - resolved "https://registry.yarnpkg.com/unist-util-inspect/-/unist-util-inspect-7.0.0.tgz#98426f0219e24d011a27e32539be0693d9eb973e" - integrity sha512-2Utgv78I7PUu461Y9cdo+IUiiKSKpDV5CE/XD6vTj849a3xlpDAScvSJ6cQmtFBGgAmCn2wR7jLuXhpg1XLlJw== + version "7.0.1" + resolved "https://registry.yarnpkg.com/unist-util-inspect/-/unist-util-inspect-7.0.1.tgz#7e0db27bb2999bcc0f1b70c4b07be5c6620e843f" + integrity sha512-gEPeSrsYXus8012VJ00p9uZC8D0iogtLLiHlBgvS61hU22KNKduQhMKezJm83viHlLf3TYS2y9SDEFglWPDMKw== dependencies: "@types/unist" "^2.0.0" @@ -11271,10 +11328,10 @@ unist-util-visit-parents@^4.0.0: "@types/unist" "^2.0.0" unist-util-is "^5.0.0" -unist-util-visit-parents@^5.0.0: - version "5.1.0" - resolved "https://registry.yarnpkg.com/unist-util-visit-parents/-/unist-util-visit-parents-5.1.0.tgz#44bbc5d25f2411e7dfc5cecff12de43296aa8521" - integrity sha512-y+QVLcY5eR/YVpqDsLf/xh9R3Q2Y4HxkZTp7ViLDU6WtJCEcPmRzW1gpdWDCDIqIlhuPDXOgttqPlykrHYDekg== +unist-util-visit-parents@^5.0.0, unist-util-visit-parents@^5.1.1: + version "5.1.1" + resolved "https://registry.yarnpkg.com/unist-util-visit-parents/-/unist-util-visit-parents-5.1.1.tgz#868f353e6fce6bf8fa875b251b0f4fec3be709bb" + integrity sha512-gks4baapT/kNRaWxuGkl5BIhoanZo7sC/cUT/JToSRNL1dYoXRFl75d++NkjYk4TAu2uv2Px+l8guMajogeuiw== dependencies: "@types/unist" "^2.0.0" unist-util-is "^5.0.0" @@ -11304,14 +11361,14 @@ unist-util-visit@^3.0.0: unist-util-is "^5.0.0" unist-util-visit-parents "^4.0.0" -unist-util-visit@^4.0.0, unist-util-visit@^4.1.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/unist-util-visit/-/unist-util-visit-4.1.0.tgz#f41e407a9e94da31594e6b1c9811c51ab0b3d8f5" - integrity sha512-n7lyhFKJfVZ9MnKtqbsqkQEk5P1KShj0+//V7mAcoI6bpbUjh3C/OG8HVD+pBihfh6Ovl01m8dkcv9HNqYajmQ== +unist-util-visit@^4.0.0, unist-util-visit@^4.1.1: + version "4.1.1" + resolved "https://registry.yarnpkg.com/unist-util-visit/-/unist-util-visit-4.1.1.tgz#1c4842d70bd3df6cc545276f5164f933390a9aad" + integrity sha512-n9KN3WV9k4h1DxYR1LoajgN93wpEi/7ZplVe02IoB4gH5ctI1AaF2670BLHQYbwj+pY83gFtyeySFiyMHJklrg== dependencies: "@types/unist" "^2.0.0" unist-util-is "^5.0.0" - unist-util-visit-parents "^5.0.0" + unist-util-visit-parents "^5.1.1" universalify@^0.1.0: version "0.1.2" @@ -11323,10 +11380,10 @@ universalify@^2.0.0: resolved "https://registry.yarnpkg.com/universalify/-/universalify-2.0.0.tgz#75a4984efedc4b08975c5aeb73f530d02df25717" integrity sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ== -update-browserslist-db@^1.0.4: - version "1.0.4" - resolved "https://registry.yarnpkg.com/update-browserslist-db/-/update-browserslist-db-1.0.4.tgz#dbfc5a789caa26b1db8990796c2c8ebbce304824" - integrity sha512-jnmO2BEGUjsMOe/Fg9u0oczOe/ppIDZPebzccl1yDWGLFP16Pa1/RM5wEoKYPG2zstNcDuAStejyxsOuKINdGA== +update-browserslist-db@^1.0.5: + version "1.0.5" + resolved "https://registry.yarnpkg.com/update-browserslist-db/-/update-browserslist-db-1.0.5.tgz#be06a5eedd62f107b7c19eb5bcefb194411abf38" + integrity sha512-dteFFpCyvuDdr9S/ff1ISkKt/9YZxKjI9WlRR99c180GaztJtRa/fn18FdxGVKVsnPY7/a/FDN68mcvUmP4U7Q== dependencies: escalade "^3.1.1" picocolors "^1.0.0" @@ -11363,11 +11420,6 @@ v8-compile-cache-lib@^3.0.1: resolved "https://registry.yarnpkg.com/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.1.tgz#6336e8d71965cb3d35a1bbb7868445a7c05264bf" integrity sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg== -v8-compile-cache@^2.0.3: - version "2.3.0" - resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz#2de19618c66dc247dcfb6f99338035d8245a2cee" - integrity sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA== - v8-to-istanbul@^9.0.1: version "9.0.1" resolved "https://registry.yarnpkg.com/v8-to-istanbul/-/v8-to-istanbul-9.0.1.tgz#b6f994b0b5d4ef255e17a0d17dc444a9f5132fa4" @@ -11575,9 +11627,9 @@ wrappy@1: integrity sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ== write-file-atomic@^4.0.1: - version "4.0.1" - resolved "https://registry.yarnpkg.com/write-file-atomic/-/write-file-atomic-4.0.1.tgz#9faa33a964c1c85ff6f849b80b42a88c2c537c8f" - integrity sha512-nSKUxgAbyioruk6hU87QzVbY279oYT6uiwgDoujth2ju4mJ+TZau7SQBhtbTmUyuNYTuXnSyRn66FV0+eCgcrQ== + version "4.0.2" + resolved "https://registry.yarnpkg.com/write-file-atomic/-/write-file-atomic-4.0.2.tgz#a9df01ae5b77858a027fd2e80768ee433555fcfd" + integrity sha512-7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg== dependencies: imurmurhash "^0.1.4" signal-exit "^3.0.7" @@ -11607,10 +11659,10 @@ yallist@^4.0.0: resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72" integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A== -yaml-eslint-parser@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/yaml-eslint-parser/-/yaml-eslint-parser-1.0.1.tgz#f1f867dc2e4c5101a3b60533b1cd181bed8cca3e" - integrity sha512-acQYWneSXwnJgPQbTyJvDxWx9zlJ/rq267p/zzQMSCE7ljJxQ8elefsQase1gEIJMo+pIqmLRczoo7fPt6VbKQ== +yaml-eslint-parser@^1.0.0, yaml-eslint-parser@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/yaml-eslint-parser/-/yaml-eslint-parser-1.1.0.tgz#62703e2f4afbe5a17d3fe297882740bf89504e78" + integrity sha512-b464Q1fYiX1oYx2kE8k4mEp6S9Prk+tfDsY/IPxQ0FCjEuj3AKko5Skf3/yQJeYTTDyjDE+aWIJemnv29HvEWQ== dependencies: eslint-visitor-keys "^3.0.0" lodash "^4.17.21" @@ -11635,14 +11687,14 @@ yargs-parser@^18.1.2, yargs-parser@^18.1.3: decamelize "^1.2.0" yargs-parser@^20.2.3: - version "20.2.4" - resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-20.2.4.tgz#b42890f14566796f85ae8e3a25290d205f154a54" - integrity sha512-WOkpgNhPTlE73h4VFAFsOnomJVaovO8VqLDzy5saChRBFQFBoMYirowyW+Q9HB4HFF4Z7VZTiG3iSzJJA29yRA== + version "20.2.9" + resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-20.2.9.tgz#2eb7dc3b0289718fc295f362753845c41a0c94ee" + integrity sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w== yargs-parser@^21.0.0, yargs-parser@^21.0.1: - version "21.0.1" - resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-21.0.1.tgz#0267f286c877a4f0f728fceb6f8a3e4cb95c6e35" - integrity sha512-9BK1jFpLzJROCI5TzwZL/TU4gqjK5xiHV/RfWLOahrjAko/e4DJkRDZQXfvqAsiZzzYhgAzbgz6lg48jcm4GLg== + version "21.1.1" + resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-21.1.1.tgz#9096bceebf990d21bb31fa9516e0ede294a77d35" + integrity sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw== yargs@^15.1.0: version "15.4.1" @@ -11674,15 +11726,15 @@ yargs@^17.0.0, yargs@^17.1.1, yargs@^17.3.1: y18n "^5.0.5" yargs-parser "^21.0.0" -yarn-deduplicate@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/yarn-deduplicate/-/yarn-deduplicate-5.0.0.tgz#8977b9a4b1a2fd905568c3a23507b1021fa381eb" - integrity sha512-sYA5tqBSY3m+DtEcwfMYP1G2zWq1UtWSNg2goESqiu/JXBoBF/Qh+FuTJGGjsrisxL+5yOgq/ez1Rd+KSPwzvA== +yarn-deduplicate@^5.0.2: + version "5.0.2" + resolved "https://registry.yarnpkg.com/yarn-deduplicate/-/yarn-deduplicate-5.0.2.tgz#b56484c94d8f1163a828bf20516607f89c078675" + integrity sha512-pxKa+dM7DMQ4X2vYLKqGCUgtEoTtdMVk9gNoIsxsMSP0rOV51IWFcKHfRIcZjAPNgHTrxz46sKB4xr7Nte7jdw== dependencies: "@yarnpkg/lockfile" "^1.1.0" - commander "^9.2.0" - semver "^7.3.2" - tslib "^2.3.1" + commander "^9.4.0" + semver "^7.3.7" + tslib "^2.4.0" yn@3.1.1: version "3.1.1"