cannot find name 'Store' at /jsweet-examples/src/main/java/org/jsweet/examples/todomvc/ToDos.java(95)
with: pom.xml
org.jsweet
jsweet-maven-plugin
2.2.0-SNAPSHOT
true
true
target/js
<module>es2015</module>
<moduleResolution>classic</moduleResolution>
<targetVersion>ES6</targetVersion>
<candiesJsOut>target/candies</candiesJsOut>
</configuration>
<executions>
<execution>
<id>generate-js</id>
<phase>generate-sources</phase>
<goals>
<goal>jsweet</goal>
</goals>
</execution>
</executions>
</plugin>
cannot find name 'Store' at /jsweet-examples/src/main/java/org/jsweet/examples/todomvc/ToDos.java(95)
with: pom.xml
org.jsweet
jsweet-maven-plugin
2.2.0-SNAPSHOT
true
true
target/js