chore: add comment

pull/13942/head
Paolo Ricciuti 2 years ago committed by GitHub
parent 2813ed20d4
commit d1f4beba6f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -51,6 +51,7 @@ function get_code_frame(source, line, column) {
/** @implements {ICompileDiagnostic} */ /** @implements {ICompileDiagnostic} */
export class CompileDiagnostic { export class CompileDiagnostic {
name = 'CompileDiagnostic'; name = 'CompileDiagnostic';
// adding an empty stack so that vite will show the file and frame during build
stack = ''; stack = '';
/** /**

Loading…
Cancel
Save