import { TraverseOptions } from '@babel/traverse'; import { TransformState } from '../state/types'; /** * The purpose of this pass is to insert the translation component (GtInternalTranslateJsx) * and variable component (GtInternalVar) automatically into the Jsx tree. * This is specifically for browser builds only. * *