Skip to content
New issue

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

Octal literal in strict mode #238

Open
leoplaw opened this issue Sep 14, 2022 · 0 comments
Open

Octal literal in strict mode #238

leoplaw opened this issue Sep 14, 2022 · 0 comments

Comments

@leoplaw
Copy link

leoplaw commented Sep 14, 2022

Octal literal are not permitted n strict mode

tinycolor.js:2:17
1: var styles = {
2: 'bold': ['\033[1m', '\033[22m'],
^
3: 'italic': ['\033[3m', '\033[23m'],
4: 'underline': ['\033[4m', '\033[24m'],

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant