please respect unicode strings you are given · Issue #231 · estools/escodegen

esprima.parse('a = "привет"') clearly preserves unicode strings in the format supplied { type: 'Program', body: [ { type: 'ExpressionStatement', expression: { type: 'AssignmentExpression', operator...