Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: compile module in one file and add missing ignores #117

Merged
merged 3 commits into from
Nov 16, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
chore: le changelog
vladfrangu committed Nov 16, 2023
commit 38a74c58cd8c588c8c96ef9fda8dcef2e1b324f2
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
4.0.1 / 2023/11/16
====================
- Fix compilation errors when this module is used in TypeScript with a project that isn't using `Node16`/`NodeNext` `module`/`moduleResolution`

4.0.0 / 2023/11/07
====================
- **BREAKING**: This module is now ESM only.

Unchanged files with check annotations Beta

runInParallel(got, urls),
]);
console.log('got-scraping');

Check warning on line 66 in test/live-testing/index.js

GitHub Actions / Lint

Unexpected console statement
console.log(gotScrapingResults);

Check warning on line 67 in test/live-testing/index.js

GitHub Actions / Lint

Unexpected console statement
console.log('---');

Check warning on line 69 in test/live-testing/index.js

GitHub Actions / Lint

Unexpected console statement
console.log('got');

Check warning on line 70 in test/live-testing/index.js

GitHub Actions / Lint

Unexpected console statement
console.log(gotResults);

Check warning on line 71 in test/live-testing/index.js

GitHub Actions / Lint

Unexpected console statement
process.exit(0);
})();