Hi, I’m an AS3 developer and I’ve decided to give AwayJS a try. I’m really new to TypeScript, though.
I have set up Node.js and I can successfully build the basic “Hello World” example in FlashDevelop.
But when I try to build any of the AwayJS examples, I get several errors like this:
src/awayjs-full/lib/view.ts(15,65): error TS2307: Cannot find module '@awayjs/view'.
...and this:
src/Basic_View.ts(42,9): error TS2305: Module '"/awayjs-examples/src/awayjs-full/lib/view"' has no exported member 'View'.
Not sure what I’m doing wrong.
- Is there any tutorial that explains how to build a basic AwayJS example using FlashDevelop?
- Is FlashDevelp ok or should I change to Visual Studio Code or similar?