Skip to content

fix(typings): fix external typings for rollup#3088

Merged
rwaskiewicz merged 2 commits intorwaskiewicz-rebase-again-sourcemapsfrom
rwaskiewicz/sourcemaps/fix-typings-rollup
Oct 5, 2021
Merged

fix(typings): fix external typings for rollup#3088
rwaskiewicz merged 2 commits intorwaskiewicz-rebase-again-sourcemapsfrom
rwaskiewicz/sourcemaps/fix-typings-rollup

Conversation

@rwaskiewicz
Copy link
Copy Markdown
Member

@rwaskiewicz rwaskiewicz commented Sep 30, 2021

Pull request checklist

Please check if your PR fulfills the following requirements:

  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been reviewed and added / updated if needed (for bug fixes / features)
  • Build (npm run build) was run locally and any changes were pushed
  • Unit tests (npm test) were run locally and passed
  • E2E Tests (npm run test.karma.prod) were run locally and passed
  • Prettier (npm run prettier) was run locally and passed

Pull request type

Please check the type of change your PR introduces:

  • Bugfix
  • Feature
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • Documentation content changes
  • Other (please describe):

What is the current behavior?

Stencil won't run on the sourcemaps branch after busting caches

GitHub Issue Number: N/A

What is the new behavior?

duplicate the typings for rollup (again).

Why? Well, turns out stencil cannot resolve the rollup typings in the private compiler api
typings at run time for consuming projects. As a result, we duplicate
the sourcemap typings from rollup

partial revert of #3009

Does this introduce a breaking change?

  • Yes
  • No

Testing

I built the project in full and ran the dev-server in a newly spun up project

Other information

duplicate the typings for rollup (again).

Stencil cannot resolve the rollup typings in the private compiler api
typings at run time for consuming projects. As a result, we duplicate
the sourcemap typings from rollup

partial revert of #3009
@rwaskiewicz rwaskiewicz merged commit f9fe13b into rwaskiewicz-rebase-again-sourcemaps Oct 5, 2021
@rwaskiewicz rwaskiewicz deleted the rwaskiewicz/sourcemaps/fix-typings-rollup branch October 5, 2021 13:12
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