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 also having a terrible time getting imports to work. I've tried numerous ways of exporting/importing my internal module, and regardless of what I try, asset compilation fails. The .ts files themselves compile just fine using tsc, so this is something about how the asset pipeline is handling the compiled code.
How are people including other internal ts modules when using this gem?
i removed coffie-script from gemfile
routes.rb
views/welcome/index.html.erb
assets/javascripts/welcome.ts
greeter.ts in assets/javascripts/
i added this to application.rb to support multi ts files compiling
when i run rails in dev mode, here are the error snapshot

but if a copy copy class code from greeter.ts to welcome.ts, it runs ok
is this a bug? if not, how can i do?
thank you very much!
The text was updated successfully, but these errors were encountered: