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
model_generated.ts(12,5): error TS2564: Property 'bb' has no initializer and is not definitely assigned in the constructor. src/model_generated.ts(12,5): error TS2564: Property 'bb' has no initializer and is not definitely assigned in the constructor.
The text was updated successfully, but these errors were encountered:
chandu0101
changed the title
generated typescript files are not compiling with latest version(Version 2.7.0-dev.20171207) of ts
generated typescript files are not compiling with latest version(2.7.0-dev.20171207) of ts
Dec 11, 2017
model.fbs
model_generated.ts
Compile Error:
model_generated.ts(12,5): error TS2564: Property 'bb' has no initializer and is not definitely assigned in the constructor. src/model_generated.ts(12,5): error TS2564: Property 'bb' has no initializer and is not definitely assigned in the constructor.
Reason : microsoft/TypeScript#20075
Workaround :
"strictPropertyInitialization": false,
The text was updated successfully, but these errors were encountered: