We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9514e24 commit 8e4fc69Copy full SHA for 8e4fc69
packages/core/tooling/js/common.ts
@@ -115,7 +115,7 @@ export function addFromString(
115
116
export function expressionFromString(value: string): AstTypes.Expression {
117
const program = parseScript(dedent(value));
118
- stripAst(program, ['raw']);
+ //stripAst(program, ['raw']);
119
const statement = program.body[0]!;
120
if (statement.type !== 'ExpressionStatement') {
121
throw new Error('value passed was not an expression');
0 commit comments