Updated to v1.9.9

This commit is contained in:
Henry Whitaker
2020-11-07 15:27:50 +00:00
parent 15d3583423
commit 8d811862a0
6349 changed files with 338454 additions and 213438 deletions

View File

@@ -63,7 +63,7 @@ var _default = (0, _helperPluginUtils.declare)(api => {
state.fileNameIdentifier = fileNameIdentifier;
}
const trace = makeTrace(state.fileNameIdentifier, location.start.line, location.start.column);
const trace = makeTrace(_core.types.cloneNode(state.fileNameIdentifier), location.start.line, location.start.column);
attributes.push(_core.types.jsxAttribute(id, _core.types.jsxExpressionContainer(trace)));
}