[WASM] Regex std implementation

This commit is contained in:
Igor Yakovlev
2021-11-26 15:23:40 +01:00
committed by TeamCityServer
parent 4f9b54da26
commit d55e16a030
78 changed files with 3403 additions and 1286 deletions
+1 -1
View File
@@ -32,4 +32,4 @@ actual val supportsSuppressedExceptions: Boolean get() = false
// TODO: implement named group reference in replacement expression
public actual val supportsNamedCapturingGroup: Boolean get() = false
public actual val regexSplitUnicodeCodePointHandling: Boolean get() = TODO()
public actual val regexSplitUnicodeCodePointHandling: Boolean get() = true