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: get template method trigger times #36

Merged
merged 4 commits into from
Apr 2, 2022

Conversation

SoloJiang
Copy link
Contributor

No description provided.

@@ -10,7 +10,7 @@ export default (Definition) => {
return class extends Definition implements PWCElement {
#uid: number = generateUid();
// Component initial state
#initialized = false;
__initialized = false;
Copy link
Contributor

Choose a reason for hiding this comment

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

think a moment

@SoloJiang SoloJiang merged commit 3def28c into feat/integration-compile Apr 2, 2022
@delete-merged-branch delete-merged-branch bot deleted the fix/template-trigger-times branch April 2, 2022 07:10
SoloJiang added a commit that referenced this pull request Apr 2, 2022
* feat(compiler+runtime): integrate compile function into pwc runtime

* feat: use pkg-cli to compile packages

* chore(example): update rollup config

* build: update pnpm lock file

* chore: remove .js extension

* feat(plyground): add playground

* feat(compiler): handle situation without template block

* fix: lint error

* build: update lock file

* chore(example): update runtime

* feat(playground): support update code in editor

* fix(playground): lint error

* fix(compiler): miss add accessor

* test: add pwc-compiler test cases (#34)

* refactor(compiler): update data structure of get template

* feat(compiler): finish compileTemplateInRuntime method

* chore(example): update runtime example

* fix: lint error

* chore(playground): remove playground code

* refactor: attribute format

* chore: remove debugger

* chore: change type to interface

* chore: lint

* chore: add capture type

* fix(compiler): handle reactive import

* fix(compiler): test case of import specifiers in pwc

* chore(compiler): update for comment

* fix: get template method trigger times (#36)

* fix: get template method trigger times

* fix: get template method trigger times

* chore: remove useless code

* chore: typo

Co-authored-by: Rongyan Chen <[email protected]>
Co-authored-by: fushen <[email protected]>
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.

3 participants