### Acknowledgement - [x] I acknowledge that issues using this template may be closed without further explanation at the maintainer's discretion. ### Comment In `tsc/testdata/tests/cases/compiler/useStrictLikePrologueString01.ts`: ```ts //@target: commonjs //~~~~~~~~~~~~~~ The real meaning here may be `@module: commonjs` //@target: es5, es2015 "hey!" " use strict " export function f() { } ```
Acknowledgement
Comment
In
tsc/testdata/tests/cases/compiler/useStrictLikePrologueString01.ts: