SYMBOL INDEX (38 symbols across 12 files) FILE: packages/babel-plugin-htm/index.mjs function htmBabelPlugin (line 14) | function htmBabelPlugin({ types: t }, options = {}) { FILE: packages/babel-plugin-transform-jsx-to-htm/index.mjs function jsxToHtmBabelPlugin (line 10) | function jsxToHtmBabelPlugin({ types: t }, options = {}) { FILE: src/build.mjs constant MODE_SLASH (line 3) | const MODE_SLASH = 0; constant MODE_TEXT (line 4) | const MODE_TEXT = 1; constant MODE_WHITESPACE (line 5) | const MODE_WHITESPACE = 2; constant MODE_TAGNAME (line 6) | const MODE_TAGNAME = 3; constant MODE_COMMENT (line 7) | const MODE_COMMENT = 4; constant MODE_PROP_SET (line 8) | const MODE_PROP_SET = 5; constant MODE_PROP_APPEND (line 9) | const MODE_PROP_APPEND = 6; constant CHILD_APPEND (line 11) | const CHILD_APPEND = 0; constant CHILD_RECURSE (line 12) | const CHILD_RECURSE = 2; constant TAG_SET (line 13) | const TAG_SET = 3; constant PROPS_ASSIGN (line 14) | const PROPS_ASSIGN = 4; constant PROP_SET (line 15) | const PROP_SET = MODE_PROP_SET; constant PROP_APPEND (line 16) | const PROP_APPEND = MODE_PROP_APPEND; FILE: src/constants-mini.mjs constant MINI (line 1) | const MINI = true; FILE: src/constants.mjs constant MINI (line 1) | const MINI = false; FILE: src/index.mjs constant CACHES (line 17) | const CACHES = new Map(); FILE: test/__d8.mjs function process (line 7) | async function process() { method describe (line 20) | async describe(name, fn, path) { method test (line 26) | async test(name, fn, path) { function wrap (line 55) | function wrap(obj, method) { function log (line 80) | function log(type, msg) { function push (line 90) | function push(op, name, fn, extra) { constant SUBJECT (line 106) | const SUBJECT = Symbol.for('subject'); constant NEGATED (line 107) | const NEGATED = Symbol.for('negated'); class Expect (line 108) | class Expect { method constructor (line 109) | constructor(subject) { method not (line 112) | get not() { method toBeGreaterThan (line 116) | toBeGreaterThan(value) { FILE: test/babel-transform-jsx.test.mjs function compile (line 4) | function compile(code, { plugins = [], ...options } = {}) { FILE: test/index.test.mjs function Foo (line 40) | function Foo () {} function onClick (line 92) | function onClick(e) { } FILE: test/perf.test.mjs function go (line 24) | function go(count) { function go (line 54) | function go(count) { FILE: test/preact.test.mjs class Foo (line 22) | class Foo extends Component { method render (line 23) | render({ name }, { count = 0 }) { FILE: test/statics-caching.test.mjs function wrapH (line 94) | function wrapH(h) {