Skip to content

Conversation

Bamblehorse
Copy link
Contributor

@Bamblehorse Bamblehorse commented Sep 15, 2020

This PR seeks to fix two broken tests by removing an unused ParserOptions import and renaming destroyed to unmounted

I only noticed one was broken at first - sorry about the vagueness of the PR title 😅

  1. ParserOptions is imported in packages/compiler-sfc/src/compileScript.ts but is unused and therefore breaks tests/build etc.
    https://app.circleci.com/pipelines/github/vuejs/vue-next/4190/workflows/306e4d28-c993-4662-9565-93f68ff76137/jobs/9323

  2. destroyed is used instead of unmounted in packages/vue/__tests__/index.spec.ts
    https://app.circleci.com/pipelines/github/vuejs/vue-next/4191/workflows/6b37db70-b8ef-4e10-ab16-e92b49d6b45e/jobs/9326

image

@Bamblehorse Bamblehorse changed the title fix: remove unused ParserOptions in compileScript fix(compiler-sfc): remove unused ParserOptions import Sep 15, 2020
@Bamblehorse Bamblehorse changed the title fix(compiler-sfc): remove unused ParserOptions import test: remove unused ParserOptions, destroyed to unmounted Sep 15, 2020
@yyx990803 yyx990803 merged commit cdd849a into vuejs:master Sep 15, 2020
@yyx990803
Copy link
Member

Thanks!

@Bamblehorse Bamblehorse deleted the patch-1 branch September 15, 2020 14:59
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