updated package.json to try to build test/with-typescript.ts everytime after the source code is rebuild. If there is any issue with the default import statement, an error will be thrown.
Documentation changes
None
Checklist for important updates
[x] Changelog has been updated
[x] Changes to the version if needed
In package.json
In package-lock.json
In lib/ts/version.ts
[x] Had run npm run build-pretty
[x] Had installed and ran the pre-commit hook
[x] Issue this PR against the latest non released version branch.
Summary of change
imports like:
throws the error
export * from "./lib/build" doesn't re-export the default export
. So for all the user facing *.d.ts files, added:Related issues
Test Plan
package.json
to try to buildtest/with-typescript.ts
everytime after the source code is rebuild. If there is any issue with the default import statement, an error will be thrown.Documentation changes
Checklist for important updates
package.json
package-lock.json
lib/ts/version.ts
npm run build-pretty