Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeScript Version: 3.9.4
Search Terms: literal type, type inference Code
const c :'Copyright ©'= "Copyright \251"
Expected behavior:
No error or warning for octal escape sequence
Actual behavior:
Type '"Copyright 251"' is not assignable to type '"Copyright ©"'.
Playground Link: Playground Link Related:
https://eslint.org/docs/rules/no-octal-escape
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
TypeScript Version: 3.9.4
Search Terms:
literal type, type inference
Code
Expected behavior:
No error or warning for octal escape sequence
Actual behavior:
Type '"Copyright 251"' is not assignable to type '"Copyright ©"'.
Playground Link:
Playground Link
Related:
https://eslint.org/docs/rules/no-octal-escape
The text was updated successfully, but these errors were encountered: