Skip to content

Rename escape/unescape to escapeText/unescapeText #169

Rename escape/unescape to escapeText/unescapeText

Rename escape/unescape to escapeText/unescapeText #169

Re-run triggered July 9, 2024 18:22
Status Failure
Total duration 32s
Artifacts

typecheck.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

8 errors
lint: lib/ExpensiMark.ts#L815
Property 'escapeText' does not exist on type 'typeof import("/home/runner/work/expensify-common/expensify-common/lib/utils")'.
lint: lib/ExpensiMark.ts#L841
Property 'escapeText' does not exist on type 'typeof import("/home/runner/work/expensify-common/expensify-common/lib/utils")'.
lint: lib/ExpensiMark.ts#L1233
Property 'escapeText' does not exist on type 'typeof import("/home/runner/work/expensify-common/expensify-common/lib/utils")'.
lint: lib/str.ts#L110
Property 'escapeText' does not exist on type 'typeof import("/home/runner/work/expensify-common/expensify-common/lib/utils")'.
lint: lib/str.ts#L110
Property 'unescapeText' does not exist on type 'typeof import("/home/runner/work/expensify-common/expensify-common/lib/utils")'. Did you mean 'unescape'?
lint: lib/utils.ts#L73
Cannot export 'escape'. Only local declarations can be exported from a module.
lint: lib/utils.ts#L73
Cannot export 'unescape'. Only local declarations can be exported from a module.
lint
Process completed with exit code 2.