Skip to content

⬅️ Back to Table of Contents

📄 source-files.test.ts

📊 Analysis Summary

Metric Count
🔧 Functions 2
📦 Imports 2
📊 Variables & Constants 2

📚 Table of Contents

🛠️ File Location:

📂 packages/typescript-estree/tests/lib/source-files.test.ts

📦 Imports

Name Source
getCodeText ../../src/source-files
isSourceFile ../../src/source-files

Variables & Constants

Name Type Kind Value Exported
code "// Hello world" const '// Hello world'
code "// Hello world" const '// Hello world'

Functions

getFullText(): string

Code
(): string => ''
  • Return Type: string

getFullText(): string

Code
(): string => ''
  • Return Type: string