Sha256: ab3ae28878763f49cbdd92c75ca9c5ef9d3409587e99f5cdf6eb1aead8296fba

Contents?: true

Size: 1.12 KB

Versions: 41

Compression:

Stored size: 1.12 KB

Contents

{"version":3,"names":[],"sources":["../../../src/config/files/types.ts"],"sourcesContent":["import type { InputOptions } from \"../index.ts\";\n\nexport type ConfigFile = {\n  filepath: string;\n  dirname: string;\n  options: InputOptions & { babel?: unknown };\n};\n\nexport type IgnoreFile = {\n  filepath: string;\n  dirname: string;\n  ignore: Array<RegExp>;\n};\n\nexport type RelativeConfig = {\n  // The actual config, either from package.json#babel, .babelrc, or\n  // .babelrc.js, if there was one.\n  config: ConfigFile | null;\n  // The .babelignore, if there was one.\n  ignore: IgnoreFile | null;\n};\n\nexport type FilePackageData = {\n  // The file in the package.\n  filepath: string;\n  // Any ancestor directories of the file that are within the package.\n  directories: Array<string>;\n  // The contents of the package.json. May not be found if the package just\n  // terminated at a node_modules folder without finding one.\n  pkg: ConfigFile | null;\n  // True if a package.json or node_modules folder was found while traversing\n  // the directory structure.\n  isPackage: boolean;\n};\n"],"mappings":"","ignoreList":[]}

Version data entries

41 entries across 34 versions & 3 rubygems

Version Path
immosquare-cleaner-0.1.67 node_modules/@babel/core/lib/config/files/types.js.map
immosquare-cleaner-0.1.66 node_modules/@babel/core/lib/config/files/types.js.map
immosquare-cleaner-0.1.65 node_modules/@babel/core/lib/config/files/types.js.map
immosquare-cleaner-0.1.64 node_modules/@babel/core/lib/config/files/types.js.map
immosquare-cleaner-0.1.63 node_modules/@babel/core/lib/config/files/types.js.map
rapid_stack-0.2.0 templates/frontend/node_modules/@babel/core/lib/config/files/types.js.map
rapid_stack-0.1.1 templates/FrontEnd/node_modules/@babel/core/lib/config/files/types.js.map
rapid_stack-0.1.0 templates/FrontEnd/node_modules/@babel/core/lib/config/files/types.js.map
immosquare-cleaner-0.1.62 node_modules/@babel/core/lib/config/files/types.js.map
immosquare-cleaner-0.1.61 node_modules/@babel/core/lib/config/files/types.js.map
immosquare-cleaner-0.1.60 node_modules/@babel/core/lib/config/files/types.js.map
immosquare-cleaner-0.1.59 node_modules/@babel/core/lib/config/files/types.js.map
immosquare-cleaner-0.1.58 node_modules/@babel/core/lib/config/files/types.js.map
immosquare-cleaner-0.1.57 node_modules/@babel/core/lib/config/files/types.js.map
immosquare-cleaner-0.1.56 node_modules/@babel/core/lib/config/files/types.js.map
immosquare-cleaner-0.1.55 node_modules/@babel/core/lib/config/files/types.js.map
immosquare-cleaner-0.1.54 node_modules/@babel/core/lib/config/files/types.js.map
immosquare-cleaner-0.1.53 node_modules/@babel/core/lib/config/files/types.js.map
immosquare-cleaner-0.1.52 node_modules/@babel/core/lib/config/files/types.js.map
immosquare-cleaner-0.1.51 node_modules/jscodeshift/node_modules/@babel/core/lib/config/files/types.js.map