Skip to content

Commit a4a9652

Browse files
authored
feat: add trim to native manifest (#611)
1 parent 5f076a4 commit a4a9652

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

manifests/native.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2652,6 +2652,11 @@
26522652
"moduleName": "to-buffer",
26532653
"replacements": ["Buffer.from"]
26542654
},
2655+
"trim": {
2656+
"type": "module",
2657+
"moduleName": "trim",
2658+
"replacements": ["String.prototype.trim"]
2659+
},
26552660
"typed-array-buffer": {
26562661
"type": "module",
26572662
"moduleName": "typed-array-buffer",

0 commit comments

Comments
 (0)