Repository Analysis

umijs/umi

A framework in react community ✨

2.1 Likely human-written View on GitHub
2.1
Adjusted Score
2.1
Raw Score
100%
Time Factor
2026-05-27
Last Push
16,028
Stars
TypeScript
Language
249,346
Lines of Code
2863
Files
391
Pattern Hits
2026-05-31
Scan Date

Score History

Severity Breakdown

CRITICAL 9HIGH 5MEDIUM 15LOW 362

Pattern Findings

391 matches across 7 categories. Click a row to expand file-level details.

Hyper-Verbose Identifiers246 hits · 244 pts
SeverityFileLineSnippet
LOWcopilot/compiled/socks-proxy-agent/index.js1(function(){var e={430:function(e,t,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule
LOWcopilot/compiled/socks-proxy-agent/index.js1(function(){var e={430:function(e,t,n){"use strict";var s=this&&this.__importDefault||function(e){return e&&e.__esModule
LOWexamples/antd-pro-create/src/services/swagger/user.ts59export async function createUsersWithArrayInput(
LOWexamples/ant-design-pro/src/services/swagger/user.ts18export async function createUsersWithArrayInput(
LOWpackages/bundler-esbuild/src/plugins/watchRebuild.ts35export function esbuildWatchRebuildPlugin(options: {
LOWpackages/bundler-utoopack/src/util.ts55function normalizeUtoopackFilenameTemplate(filename: string) {
LOWpackages/bundler-utoopack/src/util.ts62function getMiniCssExtractPluginOptions(
LOWpackages/bundler-utoopack/src/config.ts39function normalizeUtoopackDefineValue(value: any) {
LOWpackages/bundler-utoopack/src/config.ts436function normalizeExtraPostcssPlugin(plugin: any): [string, any][] {
LOWpackages/bundler-utoopack/src/config.ts476function getDefaultPersistentCaching() {
LOWpackages/lint/compiled/postcss-less/index.js1(function(){var e={328:function(e,t,r){let n=r(224);let i=!("NO_COLOR"in process.env||process.argv.includes("--no-color"
LOW…elint-declaration-block-no-ignored-properties/index.js1(function(){var e={9039:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:true});t.codeFrameColum
LOW…elint-declaration-block-no-ignored-properties/index.js68e.exports=runParallel;const n=r(8453);function runParallel(e,t){let r,s,i;let o=true;if(Array.isArray(e)){r=[];s=e.lengt
LOW…elint-declaration-block-no-ignored-properties/index.js75/*! (c) 2020 Andrea Giammarchi */const{parse:r,stringify:n}=JSON;const{keys:s}=Object;const i=String;const o="string";co
LOW…ges/preset-umi/compiled/@manypkg/get-packages/index.js1(function(){var e={2566:function(e){function _assertThisInitialized(e){if(e===void 0){throw new ReferenceError("this has
LOW…ges/preset-umi/compiled/@manypkg/get-packages/index.js27 */e.exports=function(e){if(typeof e==="number"){return e-e===0}if(typeof e==="string"&&e.trim()!==""){return Number.isF
LOW…ges/preset-umi/compiled/@manypkg/get-packages/index.js29let t;e.exports=typeof queueMicrotask==="function"?queueMicrotask.bind(typeof window!=="undefined"?window:global):e=>(t|
LOWpackages/preset-umi/compiled/joi2types/index.js1(function(){var e={4615:function(e,t,r){"use strict";const n=r(7978);const i=r(3667);const o=r(7180);e.exports=bundle;fu
LOWpackages/preset-umi/compiled/joi2types/index.js10 */if(process.env.NODE_ENV!=="production"){(function(){"use strict";if(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__!=="undefine
LOWpackages/preset-umi/compiled/body-parser/index.js44 */var i=/; *([!#$%&'*+.^_`|~0-9A-Za-z-]+) *= *("(?:[\u000b\u0020\u0021\u0023-\u005b\u005d-\u007e\u0080-\u00ff]|\\[\u000
LOWpackages/preset-umi/compiled/body-parser/index.js50var n=i(1017).relative;e.exports=depd;var o=process.cwd();function containsNamespace(e,a){var i=e.split(/[ ,]+/);var n=S
LOWpackages/preset-umi/compiled/body-parser/index.js67 */var n=i(4087)("http-errors");var o=i(5672);var t=i(4917);var r=i(6315);var s=i(8979);e.exports=createError;e.exports.
LOWpackages/preset-umi/compiled/body-parser/index.js92 */e.exports=onFinished;e.exports.isFinished=isFinished;var n=tryRequireAsyncHooks();var o=i(764);var t=typeof setImmedi
LOWpackages/preset-umi/compiled/body-parser/index.js104 */var n=i(4064);e.exports=status;status.message=n;status.code=createMessageToStatusCodeMap(n);status.codes=createStatus
LOWpackages/preset-umi/src/features/prepare/prepare.ts31 async function parseProjectImportSpecifiers(br: BuildResult) {
LOWpackages/preset-umi/src/features/mpa/mpa.ts130async function collectEntryWithTimeCount(
LOWpackages/preset-umi/src/features/utoopack/utoopack.ts13export function getPackVersionFromBundler(bundlerEntry: string) {
LOW…s/preset-umi/src/features/exportStatic/exportStatic.ts89 async function getRoutesFromUserExtraPaths(
LOW…kages/preset-umi/src/features/transform/babelPlugin.ts14function isExportsMemberExpression(node: t.Node): boolean {
LOWpackages/preset-umi/src/features/polyfill/polyfill.ts82 function excludeMathPolyfillInQiankun(code: string) {
LOWpackages/preset-umi/src/features/apiRoute/utils.ts4export function esbuildIgnorePathPrefixPlugin() {
LOWpackages/preset-umi/src/utils/fileSizeReporter.ts150export function measureFileSizesBeforeBuild(dir: string): ISizes {
LOWpackages/preset-umi/src/utils/routeExportExtractor.ts21export function setupRouteExportExtractor(
LOWpackages/preset-umi/src/utils/routeExportExtractor.ts43function generateRouteExportTmpFile(opts: IRouteExportExtractorGenTmpFileOpts) {
LOWpackages/preset-umi/src/utils/routeExportExtractor.ts72async function setupExportExtractBuilder(
LOW…ckages/preset-umi/src/commands/generators/page.test.ts191 async function expectPageGeneratorArgsMatchesGeneratedFiles(
LOW…es/plugins/libs/qiankun/master/masterRuntimePlugin.tsx26function patchMicroAppRouteComponent(routes: any[]) {
LOWpackages/plugins/src/qiankun/slave.ts23function getCurrentLocalDevServerEntry(api: IApi, req: Request): string {
LOWpackages/mfsu/src/utils/webpackUtils.ts7export function extractBabelPluginImportOptions(
LOW…es/mfsu/src/babelPlugins/awaitImport/getAliasedPath.ts3export function getAliasedPathWithLoopDetect({
LOW…dler-webpack/compiled/purgecss-webpack-plugin/index.js3963 _proto.parseWhitespaceEquivalentTokens = function parseWhitespaceEquivalentTokens(stopPosition) {
LOW…dler-webpack/compiled/purgecss-webpack-plugin/index.js4022 _proto.convertWhitespaceNodesToSpace = function convertWhitespaceNodesToSpace(nodes, requiredSpace) {
LOW…dler-webpack/compiled/purgecss-webpack-plugin/index.js4681 _proto.locateNextMeaningfulToken = function locateNextMeaningfulToken(startPosition) {
LOW…dler-webpack/compiled/purgecss-webpack-plugin/index.js4999function handleDeprecatedContructorOpts(opts) {
LOW…dler-webpack/compiled/purgecss-webpack-plugin/index.js6532 _proto.appendToPropertyAndEscape = function appendToPropertyAndEscape(name, value, valueEscaped) {
LOW…/bundler-webpack/compiled/copy-webpack-plugin/index.js1(function(){var e={6491:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:true});t.createFileSyst
LOW…/bundler-webpack/compiled/copy-webpack-plugin/index.js4 || ${i} === "boolean" || ${s} === null`).assign(c,(0,o._)`[${s}]`)}}}function assignParentData({gen:e,pare
LOW…/bundler-webpack/compiled/copy-webpack-plugin/index.js7 deps: ${r}}`};const o={keyword:"dependencies",type:"object",schemaType:"object",error:t.error,code(e){const[t,r]=spl
LOW…/bundler-webpack/compiled/copy-webpack-plugin/index.js44e.exports=runParallel;const n=r(8453);function runParallel(e,t){let r,s,a;let o=true;if(Array.isArray(e)){r=[];s=e.lengt
LOW…undler-webpack/compiled/terser-webpack-plugin/index.js8446function groupChildrenByFirstChild(children) {
LOWpackages/bundler-webpack/compiled/url-loader/index.js13 */var r=i(5091);var t=i(5622).extname;var s=/^\s*([^;\s]*)(?:;|\s|$)/;var n=/^text\//i;a.charset=charset;a.charsets={lo
LOW…ndler-webpack/compiled/webpack-dev-middleware/index.js4 || ${r} === "boolean" || ${i} === null`).assign(c,(0,s._)`[${i}]`)}}}function assignParentData({gen:e,pare
LOW…ndler-webpack/compiled/webpack-dev-middleware/index.js7 deps: ${a}}`};const s={keyword:"dependencies",type:"object",schemaType:"object",error:t.error,code(e){const[t,a]=spl
LOW…ndler-webpack/compiled/webpack-dev-middleware/index.js26 */e.exports=rangeParser;function rangeParser(e,t,a){if(typeof t!=="string"){throw new TypeError("argument str must be a
LOW…ndler-webpack/compiled/webpack-dev-middleware/index.js28(function(e,a){true?a(t):0})(this,(function(e){"use strict";function merge(){for(var e=arguments.length,t=Array(e),a=0;a
LOWpackages/bundler-webpack/compiled/schema-utils/index.js4 || ${i} === "boolean" || ${a} === null`).assign(c,(0,o._)`[${a}]`)}}}function assignParentData({gen:e,pare
LOWpackages/bundler-webpack/compiled/schema-utils/index.js7 deps: ${r}}`};const o={keyword:"dependencies",type:"object",schemaType:"object",error:t.error,code(e){const[t,r]=spl
LOWpackages/bundler-webpack/compiled/compression/index.js28 */var n=i(728);var s=i(650).Buffer;var o=i(64);var c=i(948);var t=i(578)("compression");var r=i(27);var p=i(158);var l=
LOW…webpack/compiled/css-minimizer-webpack-plugin/index.js4 || ${i} === "boolean" || ${s} === null`).assign(c,(0,o._)`[${s}]`)}}}function assignParentData({gen:e,pare
LOW…webpack/compiled/css-minimizer-webpack-plugin/index.js7 deps: ${r}}`};const o={keyword:"dependencies",type:"object",schemaType:"object",error:t.error,code(e){const[t,r]=spl
186 more matches not shown…
Hallucination Indicators9 hits · 95 pts
SeverityFileLineSnippet
CRITICALpackages/preset-umi/src/features/tmpFiles/routes.ts208 const useSuspense = opts.api.appData.framework === 'react' ? true : false; // opts.api.appData.react.version.start
CRITICALpackages/mfsu/src/depBuilder/depBuilder.ts229 new this.opts.mfsu.opts.implementor.ProgressPlugin((percent, msg) => {
CRITICALpackages/mfsu/src/depBuilder/depBuilder.ts238 new this.opts.mfsu.opts.implementor.container.ModuleFederationPlugin({
CRITICALpackages/utils/compiled/zod/index.js1(function(){"use strict";var e={117:function(e,t,s){Object.defineProperty(t,"__esModule",{value:true});t.ZodError=t.quot
CRITICALpackages/plugin-docs/compiled/remark-gfm/index.js1(function(){"use strict";var e={};!function(){e.d=function(t,r){for(var n in r){if(e.o(r,n)&&!e.o(t,n)){Object.definePro
CRITICALpackages/plugin-docs/compiled/@mdx-js/mdx/index.js8e.exports=function isBuffer(e){return e!=null&&e.constructor!=null&&typeof e.constructor.isBuffer==="function"&&e.constr
CRITICALpackages/zod2ts/src/zod.ts229 const argTypes = zod._def.args._def.items.map(
CRITICALcodemod/src/jsTransformer.ts221 propsPath.parentPath.node.body.body.unshift(...buildHooks(name));
CRITICALcodemod/src/jsTransformer.ts299 propsPath.parentPath.node.body.body.unshift(
Over-Commented Block94 hits · 94 pts
SeverityFileLineSnippet
LOWdocs/docs/docs/max/i18n.md501当您需要配置更多 `react-intl` 初始化选项的时候,可以在 `app.ts` 中配置,具体配置选项可以参考[react-intl 文档](https://formatjs.io/docs/react-intl/components
LOWdocs/docs/docs/max/layout-menu.md141 name: '欢迎', // 兼容此写法
LOWdocs/docs/docs/api/api.en-US.md281 ],
LOWdocs/docs/docs/api/api.md281 "/users/123/posts/456",
LOWexamples/boilerplate-vue/cypress/support/commands.ts1/// <reference types="cypress" />
LOWexamples/boilerplate-vue/cypress/support/commands.ts21// -- This is a dual command --
LOWexamples/boilerplate-vue/cypress/support/e2e.ts1// ***********************************************************
LOWexamples/create-umi-simple/cypress/support/commands.ts1/// <reference types="cypress" />
LOWexamples/create-umi-simple/cypress/support/commands.ts21// -- This is a dual command --
LOWexamples/create-umi-simple/cypress/support/e2e.ts1// ***********************************************************
LOWexamples/config-proxy/.umirc.ts1export default {
LOWexamples/mfsu-e2e/cypress/support/commands.ts1/// <reference types="cypress" />
LOWexamples/mfsu-e2e/cypress/support/commands.ts21// -- This is a dual command --
LOWexamples/mfsu-e2e/cypress/support/e2e.ts1// ***********************************************************
LOWexamples/qiankun-slave/cypress/support/commands.ts1/// <reference types="cypress" />
LOWexamples/qiankun-slave/cypress/support/commands.ts21// -- This is a dual command --
LOWexamples/qiankun-slave/cypress/support/e2e.ts1// ***********************************************************
LOWexamples/create-umi-pro/cypress/support/commands.ts1/// <reference types="cypress" />
LOWexamples/create-umi-pro/cypress/support/commands.ts21// -- This is a dual command --
LOWexamples/create-umi-pro/cypress/support/e2e.ts1// ***********************************************************
LOW…mples/mfsu-independent-e2e/cypress/support/commands.ts1/// <reference types="cypress" />
LOW…mples/mfsu-independent-e2e/cypress/support/commands.ts21// -- This is a dual command --
LOWexamples/mfsu-independent-e2e/cypress/support/e2e.ts1// ***********************************************************
LOWexamples/antd-pro-create/cypress/support/commands.ts1/// <reference types="cypress" />
LOWexamples/antd-pro-create/cypress/support/commands.ts21// -- This is a dual command --
LOWexamples/antd-pro-create/cypress/support/e2e.ts1// ***********************************************************
LOWexamples/vite-e2e/cypress/support/commands.ts1/// <reference types="cypress" />
LOWexamples/vite-e2e/cypress/support/commands.ts21// -- This is a dual command --
LOWexamples/vite-e2e/cypress/support/e2e.ts1// ***********************************************************
LOWexamples/max/cypress/support/commands.ts1/// <reference types="cypress" />
LOWexamples/max/cypress/support/commands.ts21// -- This is a dual command --
LOWexamples/max/cypress/support/e2e.ts1// ***********************************************************
LOWexamples/mf-remote/cypress/support/commands.ts1/// <reference types="cypress" />
LOWexamples/mf-remote/cypress/support/commands.ts21// -- This is a dual command --
LOWexamples/mf-remote/cypress/support/e2e.ts1// ***********************************************************
LOWexamples/mf-host/cypress/support/commands.ts1/// <reference types="cypress" />
LOWexamples/mf-host/cypress/support/commands.ts21// -- This is a dual command --
LOWexamples/mf-host/cypress/support/e2e.ts1// ***********************************************************
LOWexamples/boilerplate/app.tsx1// export function rootContainer(container: any, opts: any) {
LOWexamples/ant-design-pro/config/proxy.ts1/**
LOWexamples/ant-design-pro/config/proxy.ts21 // '/api/': {
LOWexamples/ant-design-pro/config/config.dev.ts1// https://umijs.org/config/
LOWexamples/ant-design-pro/config/config.ts321 // {
LOWexamples/plugin-antd-e2e/cypress/support/commands.ts1/// <reference types="cypress" />
LOWexamples/plugin-antd-e2e/cypress/support/commands.ts21// -- This is a dual command --
LOWexamples/plugin-antd-e2e/cypress/support/e2e.ts1// ***********************************************************
LOW…rushstack/eslint-patch/lib/modern-module-resolution.js1"use strict";
LOW…rushstack/eslint-patch/lib/modern-module-resolution.js21let eslintrcBundlePath = undefined;
LOWpackages/core/src/service/service.ts281 // !specifiedEnv ||
LOWpackages/core/src/service/service.ts381 userConfig: this.userConfig,
LOWpackages/preset-umi/compiled/multer/index.d.ts1// Type definitions for multer 1.4
LOW…i/compiled/multer/express-serve-static-core/index.d.ts1// Type definitions for Express 4.17
LOWpackages/preset-umi/compiled/multer/qs/index.d.ts1// Type definitions for qs 6.9
LOW…ages/preset-umi/compiled/multer/body-parser/index.d.ts1// Type definitions for body-parser 1.19
LOWpackages/preset-umi/compiled/body-parser/index.d.ts1// Type definitions for body-parser 1.19
LOWpackages/preset-umi/src/features/legacy/legacy.ts181 // https://github.com/webpack/webpack/issues/12465
LOW…ages/preset-umi/src/features/ssr/builder/svg-loader.ts21 // if (!url) {
LOWpackages/plugins/libs/qiankun/slave/lifecycles.ts101 basename: props.base,
LOW…dler-webpack/compiled/purgecss-webpack-plugin/index.js501// without limitation the rights to use, copy, modify, merge, publish,
LOW…dler-webpack/compiled/purgecss-webpack-plugin/index.js1041
34 more matches not shown…
AI Slop Vocabulary15 hits · 45 pts
SeverityFileLineSnippet
MEDIUMpackages/preset-umi/devToolAppDist/umi.js13 */var a=r(2406),u=r(1625),i=r(6504);function l(e){for(var t="https://reactjs.org/docs/error-decoder.html?invariant="+e,
MEDIUMpackages/preset-umi/devToolAppDist/umi.js13 */var a=r(2406),u=r(1625),i=r(6504);function l(e){for(var t="https://reactjs.org/docs/error-decoder.html?invariant="+e,
MEDIUMpackages/bundler-webpack/compiled/url-loader/index.js15(function(e,i){true?i(a):0})(this,(function(e){"use strict";function merge(){for(var e=arguments.length,a=Array(e),i=0;i
MEDIUMpackages/bundler-webpack/compiled/url-loader/index.js15(function(e,i){true?i(a):0})(this,(function(e){"use strict";function merge(){for(var e=arguments.length,a=Array(e),i=0;i
MEDIUMpackages/bundler-webpack/compiled/url-loader/index.js15(function(e,i){true?i(a):0})(this,(function(e){"use strict";function merge(){for(var e=arguments.length,a=Array(e),i=0;i
MEDIUM…ndler-webpack/compiled/webpack-dev-middleware/index.js28(function(e,a){true?a(t):0})(this,(function(e){"use strict";function merge(){for(var e=arguments.length,t=Array(e),a=0;a
MEDIUM…ndler-webpack/compiled/webpack-dev-middleware/index.js28(function(e,a){true?a(t):0})(this,(function(e){"use strict";function merge(){for(var e=arguments.length,t=Array(e),a=0;a
MEDIUM…ndler-webpack/compiled/webpack-dev-middleware/index.js28(function(e,a){true?a(t):0})(this,(function(e){"use strict";function merge(){for(var e=arguments.length,t=Array(e),a=0;a
MEDIUMpackages/bundler-webpack/compiled/compression/index.js57 */e.exports=vary;e.exports.append=append;var a=/^[!#$%&'*+\-.^_`|~0-9A-Za-z]+$/;function append(e,i){if(typeof e!=="str
MEDIUMpackages/bundler-webpack/compiled/compression/index.js57 */e.exports=vary;e.exports.append=append;var a=/^[!#$%&'*+\-.^_`|~0-9A-Za-z]+$/;function append(e,i){if(typeof e!=="str
MEDIUMpackages/testing/src/resolver.js6 // Call the defaultResolver, so we leverage its cache, error handling, etc.
MEDIUMpackages/plugin-docs/compiled/@mdx-js/mdx/index.js8e.exports=function isBuffer(e){return e!=null&&e.constructor!=null&&typeof e.constructor.isBuffer==="function"&&e.constr
MEDIUMpackages/plugin-docs/compiled/@mdx-js/mdx/index.js8e.exports=function isBuffer(e){return e!=null&&e.constructor!=null&&typeof e.constructor.isBuffer==="function"&&e.constr
MEDIUMpackages/bundler-utils/compiled/express/index.js308 */e.exports=vary;e.exports.append=append;var a=/^[!#$%&'*+\-.^_`|~0-9A-Za-z]+$/;function append(e,i){if(typeof e!=="str
MEDIUMpackages/bundler-utils/compiled/express/index.js308 */e.exports=vary;e.exports.append=append;var a=/^[!#$%&'*+\-.^_`|~0-9A-Za-z]+$/;function append(e,i){if(typeof e!=="str
Cross-Language Confusion (JS/TS)5 hits · 28 pts
SeverityFileLineSnippet
HIGHpackages/preset-umi/src/commands/config/list.ts24 print(name as string);
HIGHpackages/preset-umi/src/commands/config/list.ts28 print(key);
HIGHpackages/bundler-webpack/compiled/webpack/types.d.ts11817 print(type: string, object: Object, baseContext?: Object): string;
HIGHpackages/utils/compiled/lodash/common/collection.d.ts1005 * @return True if the target element is found, else false.
HIGHpackages/utils/compiled/prettier/index.d.ts214 print(path: AstPath<T>, options: ParserOptions<T>, print: (path: AstPath<T>) => Doc): Doc;
Overly Generic Function Names18 hits · 24 pts
SeverityFileLineSnippet
LOWpackages/mfsu/compiled/webpack-virtual-modules/index.js1(function(){"use strict";var e={984:function(e,t,i){var r=this&&this.__importDefault||function(e){return e&&e.__esModule
LOW…/bundler-webpack/compiled/copy-webpack-plugin/index.js1(function(){var e={6491:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:true});t.createFileSyst
LOW…/bundler-webpack/compiled/copy-webpack-plugin/index.js4 || ${i} === "boolean" || ${s} === null`).assign(c,(0,o._)`[${s}]`)}}}function assignParentData({gen:e,pare
LOW…undler-webpack/compiled/terser-webpack-plugin/index.js1339function getData(jsonPointer, lvl) {
LOW…undler-webpack/compiled/terser-webpack-plugin/index.js4283function getData($data, lvl, paths) {
LOWpackages/bundler-webpack/compiled/url-loader/index.js1(function(){var e={44:function(e,a,i){"use strict";var r=i(1322);e.exports=defineKeywords;function defineKeywords(e,a){i
LOW…ndler-webpack/compiled/webpack-dev-middleware/index.js1(function(){var e={3471:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:true});t.formatNames=t.fa
LOW…ndler-webpack/compiled/webpack-dev-middleware/index.js4 || ${r} === "boolean" || ${i} === null`).assign(c,(0,s._)`[${i}]`)}}}function assignParentData({gen:e,pare
LOWpackages/bundler-webpack/compiled/schema-utils/index.js1(function(){var e={6438:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:true});t.formatNames=t.fa
LOWpackages/bundler-webpack/compiled/schema-utils/index.js4 || ${i} === "boolean" || ${a} === null`).assign(c,(0,o._)`[${a}]`)}}}function assignParentData({gen:e,pare
LOW…webpack/compiled/css-minimizer-webpack-plugin/index.js1(function(){var e={4446:function(e){(function(t,r){true?e.exports=r():0})(this,(function(){"use strict";const e=/^[\w+.-
LOW…webpack/compiled/css-minimizer-webpack-plugin/index.js4 || ${i} === "boolean" || ${s} === null`).assign(c,(0,o._)`[${s}]`)}}}function assignParentData({gen:e,pare
LOW…dler-webpack/compiled/mini-css-extract-plugin/index.js517 function getData(jsonPointer) {
LOW…dler-webpack/compiled/mini-css-extract-plugin/index.js4178function getData($data, { dataLevel, dataNames, dataPathArr }) {
LOWpackages/bundler-webpack/compiled/babel-loader/index.js1(function(){var e={3471:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:true});t.formatNames=t.fa
LOWpackages/bundler-webpack/compiled/babel-loader/index.js4 || ${i} === "boolean" || ${s} === null`).assign(c,(0,o._)`[${s}]`)}}}function assignParentData({gen:e,pare
LOWpackages/bundler-webpack/compiled/file-loader/index.js1(function(){var e={4133:function(e,r,t){"use strict";var a=t(5507);e.exports=defineKeywords;function defineKeywords(e,r)
LOWpackages/plugin-docs/compiled/@mdx-js/mdx/index.js8e.exports=function isBuffer(e){return e!=null&&e.constructor!=null&&typeof e.constructor.isBuffer==="function"&&e.constr
Fake / Example Data4 hits · 4 pts
SeverityFileLineSnippet
LOWpackages/utils/compiled/gzip-size/index.d.ts55const text = 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.
LOWpackages/utils/compiled/gzip-size/index.d.ts55const text = 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.
LOWpackages/utils/compiled/gzip-size/index.d.ts75const text = 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.
LOWpackages/utils/compiled/gzip-size/index.d.ts75const text = 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.