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
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>
The text was updated successfully, but these errors were encountered:
Hi, thanks for reporting! Could you please post the generated TS & JS code please?
Thanks again
Sorry, something went wrong.
todo.zip
Thanks, I will take a look if possible soon
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: