File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 7
7
sequences in double-quoted strings are now supported: ` \a ` , ` \v ` , ` \f ` ,
8
8
` \e ` , ` \s ` , octal (` \314 ` ), hex (` \xff ` ) and unicode (` \u1234 ` ).
9
9
10
- * Sourcemaps revamp. Lexer now tracks column and line info for ever token to
10
+ * Sourcemaps revamp. Lexer now tracks column and line info for every token to
11
11
produce much more accurate sourcemaps. All method calls are now located on
12
12
the correct source line, and multi-line xstrings are now split to generate
13
13
a map line-to-line for long inline javascript parts.
94
94
* Support any Tilt template for ` index_path ` in ` Opal::Server ` . All index
95
95
files are now run through ` Tilt ` (now supports haml etc).
96
96
97
- * Fix code generation of ` op_asgn_1 ` calls (foo[ val] += 10).
97
+ * Fix code generation of ` op_asgn_1 ` calls (` foo[val] += 10 ` ).
98
98
99
99
* Add ` base64 ` to stdlib.
100
100
You can’t perform that action at this time.
0 commit comments