We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
babel-plugin-preval
node
npm
yarn
Relevant code or config
export const searchPosts = preval` const tool = require('../../graphql/utils'); module.exports = tool.maxDepth("searchPosts", 2); `
What happened: The "searchPosts" supposed to be a string literal, but this is what happened
"searchPosts"
preval.macro: Syntax Error: Unexpected Name "searchPosts". Learn more: https://www.npmjs.com/package/preval.macro
Reproduction repository: I'll provide it when needed
The text was updated successfully, but these errors were encountered:
No branches or pull requests
babel-plugin-preval
version: 5.0.0 (preval.macro 3.0.0)node
version: v14.16.1npm
(oryarn
) version: 6.14.12Relevant code or config
What happened:
The
"searchPosts"
supposed to be a string literal, but this is what happenedReproduction repository:
I'll provide it when needed
The text was updated successfully, but these errors were encountered: