You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Generated by ReScript, PLEASE EDIT WITH CARE'use strict';f("\\h\\e\\l\\lo",42);varx="\h\e\l\lo";vary;exports.x=x;exports.y=y;/* Not a pure module */
I.e. when used in an attribute, the backslashes are duplicated.
cristianoc
changed the title
Figure out whatfigure out what "but there was still an unresolved issue when the string contained an escape character" means..
Handle escape sequences correctly in @as.
Jun 1, 2022
…ang#5446)
* emit str
* Hack timestamps to get around tree-sitter failing on M1.
1) change files by hand
2) touch js_fold.ml js_record_iter.ml js_record_map.ml js_record_fold.ml
* Do not escape strings in @bs.as on externals.
Fixesrescript-lang#5402
* Hack the timestamp by doing a dummy modification.
* Comments in code.
* An alternative solution that requires fewer changes.
* Remove changes to Str.
* Restore original files.
* More restore files.
* Comment.
Context: #5401
The text was updated successfully, but these errors were encountered: