Skip to content

Commit

Permalink
fix: main branch linting (#14745)
Browse files Browse the repository at this point in the history
  • Loading branch information
liuxingbaoyu committed Jul 8, 2022
1 parent 703ee00 commit b4646fe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/babel-generator/src/buffer.ts
Expand Up @@ -234,7 +234,6 @@ export default class Buffer {
this._last = str.charCodeAt(len - 1);

if (++this._appendCount > 4096) {
// @ts-ignore
+this._str; // Unexplainable huge performance boost. Ref: https://github.com/davidmarkclements/flatstr License: MIT
this._buf += this._str;
this._str = str;
Expand Down

0 comments on commit b4646fe

Please sign in to comment.