We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 252a3d4 commit eb1e4ffCopy full SHA for eb1e4ff
1 file changed
lib/transform.js
@@ -120,8 +120,6 @@ function transform(componentPath) {
120
let classNameBindings = findClassNameBindings(properties);
121
debug(`${componentPath}: classNameBindings: %o`, classNameBindings);
122
123
- // TODO skip on error (warn incl. please report)
124
-
125
// TODO find corresponding template files
126
// TODO skip if not found (warn)
127
0 commit comments