Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Dart for digit-separators feature #4081

Merged
merged 3 commits into from
Jul 28, 2024

Conversation

srawlins
Copy link
Contributor

Fixes #4080

Changes

Step away from C_NUMBER_MODE, and implement a new NUMBER mode, similar to Python, Ruby, and others.

Checklist

  • Added markup tests, or they don't apply here because...
  • Updated the changelog at CHANGES.md

Copy link

Build Size Report

Changes to minified artifacts in /build, after gzip compression.

5 files changed

Total change +110 B

View Changes
file base pr diff
es/core.min.js 8.2 KB 8.2 KB +1 B
es/highlight.min.js 8.2 KB 8.2 KB +1 B
es/languages/dart.min.js 1.06 KB 1.12 KB +52 B
highlight.min.js 8.23 KB 8.23 KB +1 B
languages/dart.min.js 1.07 KB 1.12 KB +55 B

src/languages/dart.js Outdated Show resolved Hide resolved
CHANGES.md Show resolved Hide resolved
Copy link

Build Size Report

Changes to minified artifacts in /build, after gzip compression.

5 files changed

Total change +118 B

View Changes
file base pr diff
es/core.min.js 8.2 KB 8.2 KB +2 B
es/highlight.min.js 8.2 KB 8.2 KB +2 B
es/languages/dart.min.js 1.06 KB 1.12 KB +54 B
highlight.min.js 8.23 KB 8.23 KB +1 B
languages/dart.min.js 1.07 KB 1.13 KB +59 B

Copy link

Build Size Report

Changes to minified artifacts in /build, after gzip compression.

2 files changed

Total change +113 B

View Changes
file base pr diff
es/languages/dart.min.js 1.06 KB 1.12 KB +54 B
languages/dart.min.js 1.07 KB 1.13 KB +59 B

@joshgoebel joshgoebel merged commit e1fa2ea into highlightjs:main Jul 28, 2024
19 checks passed
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.

[Request] Support new digit-separators feature in Dart language
2 participants