refactor(docs-infra): remove unnecessary use strict
from docs examples TS files (#38143)
By default, TypeScript will emit `"use strict"` directives, so it is not necessary to include `'use strict'` in `.ts` files: https://www.typescriptlang.org/docs/handbook/compiler-options.html#:~:text=--noImplicitUseStrict PR Close #38143
This commit is contained in:

committed by
Alex Rickabaugh

parent
1cb66bb39f
commit
4c2cdc682b
@ -1,5 +1,3 @@
|
||||
'use strict'; // necessary for es6 output in node
|
||||
|
||||
import { browser, ExpectedConditions as EC } from 'protractor';
|
||||
import { logging } from 'selenium-webdriver';
|
||||
import * as openClose from './open-close.po';
|
||||
|
Reference in New Issue
Block a user