SYMBOL INDEX (135 symbols across 32 files) FILE: bin/__tests__/jscodeshift-test.js function readFile (line 25) | function readFile(path) { function run (line 29) | function run(args, stdin, cwd) { FILE: bin/jscodeshift.js function run (line 168) | function run(paths, options) { FILE: parser/babel5Compat.js method parse (line 46) | parse(code) { FILE: parser/babylon.js method parse (line 53) | parse(code) { FILE: parser/flow.js method parse (line 30) | parse(code) { FILE: parser/ts.js method parse (line 20) | parse(code) { FILE: parser/tsx.js method parse (line 23) | parse(code) { FILE: sample/__testfixtures__/reverse-identifiers.input.js class Foo (line 5) | class Foo { method bar (line 6) | @decorated FILE: sample/__testfixtures__/reverse-identifiers.output.js class ooF (line 5) | class ooF { method rab (line 6) | @detaroced FILE: sample/reverse-identifiers.js function transformer (line 12) | function transformer(file, api) { FILE: src/Collection.js class Collection (line 31) | class Collection { method constructor (line 40) | constructor(paths, parent, types) { method filter (line 63) | filter(callback) { method forEach (line 73) | forEach(callback) { method some (line 86) | some(callback) { method every (line 98) | every(callback) { method map (line 117) | map(callback, type) { method size (line 140) | size() { method length (line 149) | get length() { method nodes (line 158) | nodes() { method paths (line 162) | paths() { method getAST (line 166) | getAST() { method toSource (line 173) | toSource(options) { method at (line 195) | at(index) { method get (line 210) | get() { method getTypes (line 227) | getTypes() { method isOfType (line 237) | isOfType(type) { function _inferTypes (line 248) | function _inferTypes(paths) { function _toTypeArray (line 271) | function _toTypeArray(value) { function _getSupertypeNames (line 283) | function _getSupertypeNames(type) { function fromPaths (line 315) | function fromPaths(paths, parent, type) { function fromNodes (line 336) | function fromNodes(nodes, parent, type) { function registerMethods (line 358) | function registerMethods(methods, type) { function installTypedMethod (line 400) | function installTypedMethod(methodName) { function hasConflictingRegistration (line 428) | function hasConflictingRegistration(methodName, type) { function setDefaultCollectionType (line 464) | function setDefaultCollectionType(type) { FILE: src/Runner.js constant CHUNK_SIZE (line 23) | const CHUNK_SIZE = 50; function lineBreak (line 25) | function lineBreak(str) { method ok (line 51) | ok(msg, verbose) { method nochange (line 54) | nochange(msg, verbose) { method skip (line 57) | skip(msg, verbose) { method error (line 60) | error(msg, verbose) { function report (line 65) | function report({file, msg}) { function concatAll (line 69) | function concatAll(arrays) { function showFileStats (line 79) | function showFileStats(fileStats) { function showStats (line 89) | function showStats(stats) { function dirFiles (line 97) | function dirFiles (dir, callback, acc) { function getAllFiles (line 138) | function getAllFiles(paths, filter) { function run (line 164) | function run(transformFile, paths, options) { FILE: src/Worker.js function prepareJscodeshift (line 48) | function prepareJscodeshift(options) { function setup (line 54) | function setup(tr, babel) { function free (line 104) | function free() { function updateStatus (line 108) | function updateStatus(status, file, msg) { function report (line 113) | function report(file, msg) { function empty (line 117) | function empty() {} function stats (line 119) | function stats(name, quantity) { function trimStackTrace (line 124) | function trimStackTrace(trace) { function run (line 140) | function run(data) { FILE: src/__tests__/Collection-test.js function typeFilter (line 160) | function typeFilter(type) { function register (line 177) | function register(methodName, type) { FILE: src/__tests__/Worker-test.js function getTransformForParser (line 55) | function getTransformForParser(parser) { function getSourceFile (line 66) | function getSourceFile() { FILE: src/__tests__/argsParser-test.js function test (line 59) | function test(testCases) { FILE: src/__tests__/core-test.js function plugin (line 67) | function plugin() { FILE: src/__tests__/ts-decorator-auto-accessor-test.js function transformer (line 3) | function transformer(file, api) { FILE: src/argsParser.js function throwError (line 8) | function throwError(exitCode, message, helpText) { function formatOption (line 16) | function formatOption(option) { function getHelpText (line 48) | function getHelpText(options) { function validateOptions (line 71) | function validateOptions(parsedOptions, options) { function prepareOptions (line 90) | function prepareOptions(options) { function isOption (line 121) | function isOption(value) { function parse (line 125) | function parse(options, args=process.argv.slice(2)) { method options (line 263) | options(options) { FILE: src/collections/ImportDeclaration.js function register (line 108) | function register() { FILE: src/collections/JSXElement.js function register (line 213) | function register() { FILE: src/collections/Node.js function visit (line 37) | function visit(path) { function toArray (line 123) | function toArray(value) { function register (line 181) | function register() { FILE: src/collections/VariableDeclarator.js function register (line 203) | function register() { FILE: src/core.js function core (line 42) | function core(source, options) { function fromAST (line 56) | function fromAST(ast) { function fromSource (line 75) | function fromSource(source, options) { function match (line 93) | function match(path, filter) { function use (line 117) | function use(plugin) { function withParser (line 131) | function withParser(parser) { function enrichCore (line 154) | function enrichCore(core, parser) { FILE: src/ignoreFiles.js function addIgnorePattern (line 14) | function addIgnorePattern(val) { function addIgnoreFromInput (line 31) | function addIgnoreFromInput(input) { function addIgnoreFromFile (line 43) | function addIgnoreFromFile(input) { function shouldIgnore (line 61) | function shouldIgnore(path) { FILE: src/matchNode.js function matchNode (line 21) | function matchNode(haystack, needle) { function isNode (line 36) | function isNode(value) { FILE: src/template.js function splice (line 16) | function splice(arr, element, replacement) { function cleanLocation (line 20) | function cleanLocation(node) { function ensureStatement (line 27) | function ensureStatement(node) { function getVistor (line 35) | function getVistor(varNames, nodes) { function replaceNodes (line 98) | function replaceNodes(src, varNames, nodes, parser) { function getUniqueVarName (line 105) | function getUniqueVarName() { function statements (line 111) | function statements(template/*, ...nodes*/) { function statement (line 127) | function statement(/*template, ...nodes*/) { function expression (line 131) | function expression(template/*, ...nodes*/) { function asyncExpression (line 152) | function asyncExpression(template/*, ...nodes*/) { FILE: src/testUtils.js function applyTransform (line 15) | function applyTransform(module, options, input, testOptions = {}) { function runSnapshotTest (line 45) | function runSnapshotTest(module, options, input) { function runInlineTest (line 58) | function runInlineTest(module, options, input, expectedOutput, testOptio... function extensionForParser (line 72) | function extensionForParser(parser) { function runTest (line 101) | function runTest(dirName, transformName, options, testFilePrefix, testOp... function defineTest (line 129) | function defineTest(dirName, transformName, options, testFilePrefix, tes... function defineInlineTest (line 142) | function defineInlineTest(module, options, input, expectedOutput, testNa... function defineSnapshotTest (line 152) | function defineSnapshotTest(module, options, input, testName) { function defineSnapshotTestFromFixture (line 165) | function defineSnapshotTestFromFixture(dirName, module, options, testFil... FILE: src/utils/__tests__/intersection-test.js function test (line 12) | function test(testCases) { FILE: src/utils/__tests__/union-test.js function test (line 12) | function test(testCases) { FILE: utils/testUtils.js function renameFileTo (line 15) | function renameFileTo(oldPath, newFilename, extension = '') { function createTempFileWith (line 23) | function createTempFileWith(content, filename, extension) { function createTransformWith (line 37) | function createTransformWith(content, ext='.js') { function getFileContent (line 46) | function getFileContent(filePath) { FILE: website/.astro/types.d.ts type Render (line 2) | interface Render { type Render (line 12) | interface Render { type Flatten (line 22) | type Flatten = T extends { [K: string]: infer U } ? U : never; type CollectionKey (line 24) | type CollectionKey = keyof AnyEntryMap; type CollectionEntry (line 25) | type CollectionEntry = Flatten; type ContentCollectionKey (line 27) | type ContentCollectionKey = keyof ContentEntryMap; type DataCollectionKey (line 28) | type DataCollectionKey = keyof DataEntryMap; type AllValuesOf (line 30) | type AllValuesOf = T extends any ? T[keyof T] : never; type ValidContentEntrySlug (line 31) | type ValidContentEntrySlug = AllValuesOf< type ReturnTypeOrOriginal (line 132) | type ReturnTypeOrOriginal = T extends (...args: any[]) => infer R ? R... type InferEntrySchema (line 133) | type InferEntrySchema = import('astro/zod')... type ContentEntryMap (line 137) | type ContentEntryMap = { type DataEntryMap (line 178) | type DataEntryMap = {}; type AnyEntryMap (line 180) | type AnyEntryMap = ContentEntryMap & DataEntryMap; type ContentConfig (line 182) | type ContentConfig = typeof import("../src/content/config.js");