Skip to content

⬅️ Back to Table of Contents

📄 requiresQuoting.test.ts

📊 Analysis Summary

Metric Count
📦 Imports 1
📊 Variables & Constants 14

📚 Table of Contents

🛠️ File Location:

📂 packages/type-utils/tests/requiresQuoting.test.ts

📦 Imports

Name Source
requiresQuoting ../src/index.js

Variables & Constants

Name Type Kind Value Exported
name "c" const 'c'
name "foo1234Bar" const 'foo1234Bar'
name "$bar" const '$bar'
name "foo$bar" const 'foo$bar'
name "_bar" const '_bar'
name "foo_bar" const 'foo_bar'
name "café" const 'café'
name "12345" const '12345'
name "1axcef" const '1axcef'
name "-bar" const '-bar'
name "foo-bar" const 'foo-bar'
name "" const ''
name "!asdfs" const '!asdfs'
name "asd!fs" const 'asd!fs'