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
There doesn't seem to be a test for compiler error LWC1131: @wire identifier cannot contain computed properties:
LWC1131: @wire identifier cannot contain computed properties
lwc/packages/@lwc/errors/src/compiler/error-info/lwc-class.ts
Lines 193 to 198 in 095a777
It should be similar to the test that exists for LWC1132: @wire identifier cannot contain nested member expressions:
LWC1132: @wire identifier cannot contain nested member expressions
lwc/packages/@lwc/babel-plugin-component/src/__tests__/fixtures/wire-decorator/decorator-rejects-nested-member-expression/error.json
Lines 1 to 10 in 095a777
After the test is added to babel-plugin-component it can be replicated in a follow-up PR for ssr-compiler.
babel-plugin-component
ssr-compiler
The text was updated successfully, but these errors were encountered:
No branches or pull requests
There doesn't seem to be a test for compiler error
LWC1131: @wire identifier cannot contain computed properties
:lwc/packages/@lwc/errors/src/compiler/error-info/lwc-class.ts
Lines 193 to 198 in 095a777
It should be similar to the test that exists for
LWC1132: @wire identifier cannot contain nested member expressions
:lwc/packages/@lwc/babel-plugin-component/src/__tests__/fixtures/wire-decorator/decorator-rejects-nested-member-expression/error.json
Lines 1 to 10 in 095a777
After the test is added to
babel-plugin-component
it can be replicated in a follow-up PR forssr-compiler
.The text was updated successfully, but these errors were encountered: