mirror of https://github.com/boa-dev/boa.git
Browse Source
This PR adds the `--strict` flag to the CLI that enables strict mode on file/interactive mode execution. It's a bit annoying to have to prefix with `'use strict';` when trying to debug in interactive mode ```js >>> 'use strict'; .... // :( ``` It changes the following: - Adds `--strict` flag to CLI - update `README.md`pull/2691/head
Haled Odat
2 years ago
2 changed files with 10 additions and 0 deletions
Loading…
Reference in new issue