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: small esm fixes and add esm-system tests #1475

Merged
merged 20 commits into from
Oct 20, 2023
Merged

Conversation

sofisl
Copy link
Contributor

@sofisl sofisl commented Oct 4, 2023

No description provided.

@sofisl sofisl requested review from a team as code owners October 4, 2023 21:22
@sofisl sofisl changed the title build: add compilation tests (and make sure libraries compile) fix: small esm fixes and add esm-system tests Oct 20, 2023
@@ -55,9 +55,10 @@
"test:esm": "c8 mocha build/esm/test",
"test": "npm run test:cjs && npm run test:esm",
"compile:esm": "tsc -p ./tsconfig.esm.json",
"babel": "babel esm --out-dir build/cjs --extensions \".ts\" --out-file-extension .cjs --copy-files",
"babel": "babel esm --out-dir build/cjs --ignore \"esm/**/*.d.ts\" --extensions \".ts\" --out-file-extension .cjs --copy-files",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note that these changes will only apply to new libraries, we'll need to make these changes separately for package.json files for existing libraries.

"c8": "^8.0.1",
"gapic-tools": "^0.2.0",
"gts": "5.2.0",
"gts": "^5.2.0",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this intentional to unpin it?

@sofisl sofisl merged commit c6f9acb into main Oct 20, 2023
27 checks passed
@sofisl sofisl deleted the addCompilationTestToEsm branch October 20, 2023 19:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants