We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 699c91c commit e6d8f9fCopy full SHA for e6d8f9f
apps/oxlint/src-js/plugins/source_code.ts
@@ -161,7 +161,7 @@ export const SOURCE_CODE = Object.freeze({
161
*/
162
getAllComments(): Comment[] {
163
if (ast === null) initAst();
164
- // TODO: Deserializing strings is expensive, make this access lazy
+ // `comments` property is a getter. Comments are deserialized lazily.
165
return ast.comments;
166
},
167
0 commit comments