documentation chokes on `const` without initializer in `.d.ts` file
mmomtchev opened this issue · 1 comments
mmomtchev commented
In .d.ts
it is valid to have a const
without an initializer:
export const version: readonly;
but documentation.js chokes on it
mmomtchev commented
babel is raising this error: babel/babel#14871