Conversation
Mainly, this resolver supports: * tsconfig 'paths' config * `import/export` package.json fields.
Bundles Sizes Evolution
🚀 CPU Performance
🧠 Memory Performance
|
|
✅ Tests 🎉 All green!❄️ No new flaky tests detected 🎯 Code Coverage 🔗 Commit SHA: 20ce52f | Docs | Datadog PR Page | Was this helpful? Give us feedback! |
|
/merge |
|
View all feedbacks in Devflow UI.
The expected merge time in
Build pipeline has failing jobs for e71ec3f: What to do next?
DetailsSince those jobs are not marked as being allowed to fail, the pipeline will most likely fail. |
Motivation
Currently, we need to build the SDK before running lint or typecheck commands. The goal of this PR is to get rid of this requirement.
Changes
See commits, but the two main changes were to:
pathconfig with all our local entry points so typescript can resolve source files instead of built fileseslint-import-resolver-typescriptso eslint takes thepathconfig into considerationTest instructions
CI should be enough
Checklist