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
I'm having issues with this compiler as it doesn't seem work properly. The files are reordered a bit yet it still doesn't seem to work - I'm still getting the annoying TypeError: Cannot read property 'prototype' of undefined error.
I'm using the following command to compile the project: tsc-plus -p "tsconfig.json" --reorderFiles (Executed in the folder where the project's index.html is located)
The generated .js seems to have a somewhat proper order but not entirely. I've also tried /// <reference path="..." /> directives. They seem to be properly defined but for whatever reason the default TypeScript compiler seems to ignore them.
Thank you for your work so far. I hope you can assist me with this.
The text was updated successfully, but these errors were encountered:
@Janne252 Sorry for taking so long to reply, I didn't notice the notifications from github. If you still have any problem of reordering files, feel free to let me know. :)
Hey,
I'm having issues with this compiler as it doesn't seem work properly. The files are reordered a bit yet it still doesn't seem to work - I'm still getting the annoying
TypeError: Cannot read property 'prototype' of undefined
error.The source code of my project can be found here: github.com/Janne252/jannengine
I'm using the following command to compile the project:
tsc-plus -p "tsconfig.json" --reorderFiles
(Executed in the folder where the project'sindex.html
is located)The generated
.js
seems to have a somewhat proper order but not entirely. I've also tried/// <reference path="..." />
directives. They seem to be properly defined but for whatever reason the default TypeScript compiler seems to ignore them.Thank you for your work so far. I hope you can assist me with this.
The text was updated successfully, but these errors were encountered: