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
00b7186cb2
commit
d89200ad24
@ -1,5 +1,3 @@
|
||||
'use strict'; // necessary for es6 output in node
|
||||
|
||||
import { browser, element, by } from 'protractor';
|
||||
import { logging } from 'selenium-webdriver';
|
||||
|
||||
|
Reference in New Issue
Block a user