(Javascript) Float32Array broken after 11.0.1 #3252
Labels
bug
good first issue
Should be easier for first time contributors
help welcome
Could use help from community
language
Milestone
Describe the issue
Float32Array
is being broken in 3 tokenFloat
32
andArray
. This used to work fine on 10.7.3. Here is a side-by-side result jsfiddle.Which language seems to have the issue?
javascript
Are you using
highlight
orhighlightAuto
?highlightElement
Sample Code to Reproduce
also repros with more complicated lines, like
const x = new Float32Array(3);
.Expected behavior
What used to happen on 10.7.3.
Float32Array
highlighted as a builtin.Additional context
The text was updated successfully, but these errors were encountered: