SYMBOL INDEX (24 symbols across 13 files) FILE: karma.conf.js function dedupe (line 52) | function dedupe(v, i, arr) { return v && arr.indexOf(v)===i; } FILE: src/components/highlight-i18n.js function HighlightI18N (line 11) | function HighlightI18N({ value, id }, { intl }) { FILE: src/components/intl-provider.js constant URL_FLAG (line 5) | const URL_FLAG = /[?&#]intl=show/; class IntlProvider (line 35) | class IntlProvider extends Component { method getChildContext (line 36) | getChildContext() { method render (line 55) | render({ children }) { FILE: src/components/localizer.js function Localizer (line 28) | function Localizer({ children }, { intl }) { FILE: src/components/markup-text.js function MarkupText (line 45) | function MarkupText(props) { function Html (line 53) | function Html({ html, id }) { FILE: src/components/text.js function Text (line 42) | function Text({ id, children, plural, fields }, { intl }) { FILE: src/components/with-text.js function withText (line 49) | function withText(mapping) { FILE: src/intl.js function intl (line 20) | function intl(Child, options) { FILE: src/lib/template.js constant EMPTY (line 4) | const EMPTY = {}; function template (line 14) | function template(template, fields, scope, dictionary) { function replacer (line 21) | function replacer(currentFields, scope, dictionary, s, field) { FILE: src/lib/translate-mapping.js function translateMapping (line 16) | function translateMapping(props, intl, onlyTextNodes) { FILE: src/lib/translate.js function translate (line 18) | function translate(id, scope, dictionary, fields, plural, fallback) { FILE: src/lib/util.js function defined (line 4) | function defined(obj) { function assign (line 12) | function assign(obj, props) { function deepAssign (line 23) | function deepAssign(target, source) { function select (line 41) | function select(properties) { FILE: test/index.js function Empty (line 6) | function Empty() {} function rndr (line 17) | function rndr(jsx) { function test (line 129) | function test(urlSuffix) {