1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-17 17:00:59 +00:00
serenity/Libraries/LibJS/Tests/builtins/String
Linus Groh 5122f98198 Base+LibJS+LibWeb: Make prettier clean
Also use "// prettier-ignore" comments where necessary rather than
excluding whole files (via .prettierignore).
2020-12-27 21:25:27 +01:00
..
String.fromCharCode.js
String.js
String.prototype-generic-functions.js
String.prototype.charAt.js
String.prototype.charCodeAt.js
String.prototype.concat.js
String.prototype.endsWith.js Base+LibJS+LibWeb: Make prettier clean 2020-12-27 21:25:27 +01:00
String.prototype.includes.js
String.prototype.indexOf.js
String.prototype.js
String.prototype.lastIndexOf.js
String.prototype.padEnd.js
String.prototype.padStart.js
String.prototype.repeat.js
String.prototype.slice.js
String.prototype.startsWith.js
String.prototype.substr.js
String.prototype.substring.js
String.prototype.toLowerCase.js
String.prototype.toString.js
String.prototype.toUpperCase.js
String.prototype.trim.js
String.prototype.valueOf.js
String.raw.js