:mod:`lookout.style.format.langs.javascript.uast_fixers` ======================================================== .. py:module:: lookout.style.format.langs.javascript.uast_fixers .. autoapi-nested-parse:: Javascript specific fixes for babelfish UASTs. Module Contents --------------- .. function:: fix_string_literal_type_anotation(node:bblfsh.Node) Workaround https://github.com/bblfsh/javascript-driver/issues/66. Should be removed as soon as issue closed and new driver is used. .. function:: fix_operator_node(node:bblfsh.Node) Workaround https://github.com/bblfsh/javascript-driver/issues/65. Should be removed as soon as issue closed and new driver is used. .. data:: NODE_FIXTURES