Skip to content

Conversation

@pavelfeldman
Copy link
Member

No description provided.

while (!this._eof()) {
const ch = this._next();
if (escaped) {
result += ch;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is it fine performance-wise to do by 1 symbol? We could copy slices.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a template parser, so should not be in a hot code.

@github-actions
Copy link
Contributor

Test results for "tests 1"

2 flaky ⚠️ [playwright-test] › ui-mode-test-ct.spec.ts:117:5 › should run component tests after editing test and component @macos-latest-node18-1
⚠️ [chromium] › components/splitView.spec.tsx:35:5 › should render sidebar first @web-components-web

36739 passed, 630 skipped
✔️✔️✔️

Merge workflow run.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants