-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Split some snapshots by windows/posix
- Loading branch information
Showing
42 changed files
with
7,179 additions
and
21 deletions.
There are no files selected for viewing
File renamed without changes.
1,297 changes: 1,297 additions & 0 deletions
1,297
addons/docs/src/frameworks/angular/__testfixtures__/doc-button/compodoc-windows.snapshot
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
246 changes: 246 additions & 0 deletions
246
lib/core-server/src/__snapshots__/cra-ts-essentials_manager-dev-windows
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,246 @@ | ||
// Jest Snapshot v1, https://goo.gl/fbAQLP | ||
|
||
exports[`cra-ts-essentials manager dev mode 1`] = ` | ||
Object { | ||
"entry": Array [ | ||
"NODE_MODULES\\\\@storybook\\\\addon-ie11\\\\dist\\\\event-source-polyfill.js", | ||
"ROOT\\\\lib\\\\core-client\\\\dist\\\\esm\\\\globals\\\\polyfills.js", | ||
"ROOT\\\\lib\\\\core-client\\\\dist\\\\esm\\\\manager\\\\index.js", | ||
"ROOT\\\\addons\\\\docs\\\\dist\\\\esm\\\\register.js", | ||
"ROOT\\\\addons\\\\controls\\\\dist\\\\esm\\\\register.js", | ||
"ROOT\\\\addons\\\\actions\\\\dist\\\\esm\\\\register.js", | ||
"ROOT\\\\addons\\\\backgrounds\\\\dist\\\\esm\\\\register.js", | ||
"ROOT\\\\addons\\\\toolbars\\\\dist\\\\esm\\\\register.js", | ||
"ROOT\\\\addons\\\\measure\\\\dist\\\\esm\\\\register.js", | ||
"ROOT\\\\addons\\\\outline\\\\dist\\\\esm\\\\register.js", | ||
], | ||
"keys": Array [ | ||
"name", | ||
"mode", | ||
"bail", | ||
"devtool", | ||
"entry", | ||
"output", | ||
"watchOptions", | ||
"plugins", | ||
"module", | ||
"resolve", | ||
"resolveLoader", | ||
"recordsPath", | ||
"performance", | ||
"optimization", | ||
], | ||
"module": Object { | ||
"rules": Array [ | ||
Object { | ||
"exclude": Array [ | ||
"NODE_MODULES/", | ||
"/dist/", | ||
], | ||
"include": Array [ | ||
"ROOT", | ||
], | ||
"test": "/\\\\.(mjs|tsx?|jsx?)$/", | ||
"use": Array [ | ||
Object { | ||
"loader": "NODE_MODULES\\\\babel-loader\\\\lib\\\\index.js", | ||
"options": Object { | ||
"babelrc": false, | ||
"configFile": false, | ||
"plugins": Array [ | ||
"NODE_MODULES\\\\@babel\\\\plugin-transform-shorthand-properties\\\\lib\\\\index.js", | ||
"NODE_MODULES\\\\@babel\\\\plugin-transform-block-scoping\\\\lib\\\\index.js", | ||
Array [ | ||
"NODE_MODULES\\\\@babel\\\\plugin-proposal-decorators\\\\lib\\\\index.js", | ||
Object { | ||
"legacy": true, | ||
}, | ||
], | ||
Array [ | ||
"NODE_MODULES\\\\@babel\\\\plugin-proposal-class-properties\\\\lib\\\\index.js", | ||
Object { | ||
"loose": true, | ||
}, | ||
], | ||
Array [ | ||
"NODE_MODULES\\\\@babel\\\\plugin-proposal-private-methods\\\\lib\\\\index.js", | ||
Object { | ||
"loose": true, | ||
}, | ||
], | ||
"NODE_MODULES\\\\@babel\\\\plugin-proposal-export-default-from\\\\lib\\\\index.js", | ||
"NODE_MODULES\\\\@babel\\\\plugin-syntax-dynamic-import\\\\lib\\\\index.js", | ||
Array [ | ||
"NODE_MODULES\\\\@babel\\\\plugin-proposal-object-rest-spread\\\\lib\\\\index.js", | ||
Object { | ||
"loose": true, | ||
"useBuiltIns": true, | ||
}, | ||
], | ||
"NODE_MODULES\\\\@babel\\\\plugin-transform-classes\\\\lib\\\\index.js", | ||
"NODE_MODULES\\\\@babel\\\\plugin-transform-arrow-functions\\\\lib\\\\index.js", | ||
"NODE_MODULES\\\\@babel\\\\plugin-transform-parameters\\\\lib\\\\index.js", | ||
"NODE_MODULES\\\\@babel\\\\plugin-transform-destructuring\\\\lib\\\\index.js", | ||
"NODE_MODULES\\\\@babel\\\\plugin-transform-spread\\\\lib\\\\index.js", | ||
"NODE_MODULES\\\\@babel\\\\plugin-transform-for-of\\\\lib\\\\index.js", | ||
"NODE_MODULES\\\\babel-plugin-macros\\\\dist\\\\index.js", | ||
"NODE_MODULES\\\\@babel\\\\plugin-proposal-optional-chaining\\\\lib\\\\index.js", | ||
"NODE_MODULES\\\\@babel\\\\plugin-proposal-nullish-coalescing-operator\\\\lib\\\\index.js", | ||
Array [ | ||
"NODE_MODULES\\\\babel-plugin-polyfill-corejs3\\\\lib\\\\index.js", | ||
Object { | ||
"absoluteImports": "NODE_MODULES\\\\core-js\\\\index.js", | ||
"method": "usage-global", | ||
"version": "*", | ||
}, | ||
], | ||
"NODE_MODULES\\\\@babel\\\\plugin-transform-template-literals\\\\lib\\\\index.js", | ||
], | ||
"presets": Array [ | ||
Array [ | ||
"NODE_MODULES\\\\@babel\\\\preset-env\\\\lib\\\\index.js", | ||
Object { | ||
"loose": true, | ||
"shippedProposals": true, | ||
}, | ||
], | ||
"NODE_MODULES\\\\@babel\\\\preset-typescript\\\\lib\\\\index.js", | ||
"NODE_MODULES\\\\@babel\\\\preset-react\\\\lib\\\\index.js", | ||
], | ||
"sourceType": "unambiguous", | ||
}, | ||
}, | ||
], | ||
}, | ||
Object { | ||
"include": [Function], | ||
"test": "/\\\\.js$/", | ||
"use": Array [ | ||
Object { | ||
"loader": "NODE_MODULES\\\\babel-loader\\\\lib\\\\index.js", | ||
"options": Object { | ||
"plugins": Array [ | ||
"NODE_MODULES\\\\@babel\\\\plugin-transform-shorthand-properties\\\\lib\\\\index.js", | ||
"NODE_MODULES\\\\@babel\\\\plugin-transform-block-scoping\\\\lib\\\\index.js", | ||
Array [ | ||
"NODE_MODULES\\\\@babel\\\\plugin-proposal-decorators\\\\lib\\\\index.js", | ||
Object { | ||
"legacy": true, | ||
}, | ||
], | ||
Array [ | ||
"NODE_MODULES\\\\@babel\\\\plugin-proposal-class-properties\\\\lib\\\\index.js", | ||
Object { | ||
"loose": true, | ||
}, | ||
], | ||
Array [ | ||
"NODE_MODULES\\\\@babel\\\\plugin-proposal-private-methods\\\\lib\\\\index.js", | ||
Object { | ||
"loose": true, | ||
}, | ||
], | ||
"NODE_MODULES\\\\@babel\\\\plugin-proposal-export-default-from\\\\lib\\\\index.js", | ||
"NODE_MODULES\\\\@babel\\\\plugin-syntax-dynamic-import\\\\lib\\\\index.js", | ||
Array [ | ||
"NODE_MODULES\\\\@babel\\\\plugin-proposal-object-rest-spread\\\\lib\\\\index.js", | ||
Object { | ||
"loose": true, | ||
"useBuiltIns": true, | ||
}, | ||
], | ||
"NODE_MODULES\\\\@babel\\\\plugin-transform-classes\\\\lib\\\\index.js", | ||
"NODE_MODULES\\\\@babel\\\\plugin-transform-arrow-functions\\\\lib\\\\index.js", | ||
"NODE_MODULES\\\\@babel\\\\plugin-transform-parameters\\\\lib\\\\index.js", | ||
"NODE_MODULES\\\\@babel\\\\plugin-transform-destructuring\\\\lib\\\\index.js", | ||
"NODE_MODULES\\\\@babel\\\\plugin-transform-spread\\\\lib\\\\index.js", | ||
"NODE_MODULES\\\\@babel\\\\plugin-transform-for-of\\\\lib\\\\index.js", | ||
"NODE_MODULES\\\\babel-plugin-macros\\\\dist\\\\index.js", | ||
"NODE_MODULES\\\\@babel\\\\plugin-proposal-optional-chaining\\\\lib\\\\index.js", | ||
"NODE_MODULES\\\\@babel\\\\plugin-proposal-nullish-coalescing-operator\\\\lib\\\\index.js", | ||
Array [ | ||
"NODE_MODULES\\\\babel-plugin-polyfill-corejs3\\\\lib\\\\index.js", | ||
Object { | ||
"absoluteImports": "NODE_MODULES\\\\core-js\\\\index.js", | ||
"method": "usage-global", | ||
"version": "*", | ||
}, | ||
], | ||
], | ||
"presets": Array [ | ||
Array [ | ||
"NODE_MODULES\\\\@babel\\\\preset-env\\\\lib\\\\index.js", | ||
Object { | ||
"loose": true, | ||
"modules": false, | ||
"shippedProposals": true, | ||
"targets": "defaults", | ||
}, | ||
], | ||
"NODE_MODULES\\\\@babel\\\\preset-react\\\\lib\\\\index.js", | ||
], | ||
"sourceType": "unambiguous", | ||
}, | ||
}, | ||
], | ||
}, | ||
Object { | ||
"test": "/\\\\.css$/", | ||
"use": Array [ | ||
"NODE_MODULES\\\\style-loader\\\\dist\\\\cjs.js", | ||
Object { | ||
"loader": "NODE_MODULES\\\\css-loader\\\\dist\\\\cjs.js", | ||
"options": Object { | ||
"importLoaders": 1, | ||
}, | ||
}, | ||
], | ||
}, | ||
Object { | ||
"loader": "NODE_MODULES\\\\file-loader\\\\dist\\\\cjs.js", | ||
"options": Object { | ||
"name": "static/media/[path][name].[ext]", | ||
}, | ||
"test": "/\\\\.(svg|ico|jpg|jpeg|png|apng|gif|eot|otf|webp|ttf|woff|woff2|cur|ani|pdf)(\\\\?.*)?$/", | ||
}, | ||
Object { | ||
"loader": "NODE_MODULES\\\\url-loader\\\\dist\\\\cjs.js", | ||
"options": Object { | ||
"limit": 10000, | ||
"name": "static/media/[path][name].[ext]", | ||
}, | ||
"test": "/\\\\.(mp4|webm|wav|mp3|m4a|aac|oga)(\\\\?.*)?$/", | ||
}, | ||
Object { | ||
"include": "NODE_MODULES[\\\\\\\\/](@storybook[\\\\\\\\/]node_logger|@testing-library[\\\\\\\\/]dom|@testing-library[\\\\\\\\/]user-event|acorn-jsx|ansi-align|ansi-colors|ansi-escapes|ansi-regex|ansi-styles|better-opn|boxen|camelcase|chalk|color-convert|commander|find-cache-dir|find-up|fs-extra|highlight.js|json5|node-fetch|pkg-dir|prettier|pretty-format|react-dev-utils|resolve-from|semver|slash|strip-ansi|uuid)/", | ||
"test": "/\\\\.js$/", | ||
"use": Array [ | ||
Object { | ||
"loader": "NODE_MODULES\\\\babel-loader\\\\lib\\\\index.js", | ||
"options": Object { | ||
"presets": Array [ | ||
Array [ | ||
"@babel/preset-env", | ||
Object { | ||
"targets": Object { | ||
"ie": "11", | ||
}, | ||
}, | ||
"storybook-addon-ie11", | ||
], | ||
], | ||
"sourceType": "unambiguous", | ||
}, | ||
}, | ||
], | ||
}, | ||
], | ||
}, | ||
"plugins": Array [ | ||
"VirtualModulesPlugin", | ||
"HtmlWebpackPlugin", | ||
"CaseSensitivePathsPlugin", | ||
"DefinePlugin", | ||
], | ||
} | ||
`; |
File renamed without changes.
Oops, something went wrong.