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
In upgrading to flatc-22.9.29 one thing we've noticed is that change 4fca4dc adds a .js extension to imports in generated code, but it's causing build errors for us:
Cannot find module './binary-query-element.js' from 'src/generated/query-element-union.ts'
Does the extension need to be specified? It worked previously when no extension was specified.
If the extension does need to be specified, why is it .js instead of the .ts the file-on-disk has?
The text was updated successfully, but these errors were encountered:
In upgrading to flatc-22.9.29 one thing we've noticed is that change 4fca4dc adds a
.js
extension to imports in generated code, but it's causing build errors for us:Does the extension need to be specified? It worked previously when no extension was specified.
If the extension does need to be specified, why is it
.js
instead of the.ts
the file-on-disk has?The text was updated successfully, but these errors were encountered: