You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.as isn't conventional in AssemblyScript, at least not at the moment.
There should be a way to support .ts files (which work seamlessly with TypeScript other TypeScript tooling like VS Code intellisense, Prettier, etc) without using .as extensions.
Maybe it should read a folder name or a config file or something. F.e. asconfig.json, or assembly/.
The text was updated successfully, but these errors were encountered:
.as isn't conventional in AssemblyScript, at least not at the moment.
There should be a way to support
.ts
files (which work seamlessly with TypeScript other TypeScript tooling like VS Code intellisense, Prettier, etc) without using .as extensions.Maybe it should read a folder name or a config file or something. F.e. asconfig.json, or assembly/.
The text was updated successfully, but these errors were encountered: