puppeteer/test/assets/es6/.eslintrc
Yaniv Efraim 625c7ebdda feat(FrameManager): add type=module to addScriptTag (#2090)
This patch adds a new "type" option to the `addScriptTag` method that
allows adding "module" tags to the page.

Fixes #2078
2018-03-14 13:07:48 -07:00

5 lines
63 B
Plaintext

{
"parserOptions": {
"sourceType": "module"
}
}