Skip to content
This repository has been archived by the owner on Feb 17, 2023. It is now read-only.

fix: parse custom block code correctly. #66

Merged
merged 3 commits into from Apr 19, 2021
Merged

Conversation

yfwz100
Copy link
Contributor

@yfwz100 yfwz100 commented Apr 16, 2021

The assignment to code variable is useless as the varialbe is not used in later context. Assign to the result variable instead.

This commit may fix issue like #65 .

The assignment to `code` variable is useless as the varialbe is not used in later context. Assign to the `result` variable instead.
1. force lang with extname as the end of the id to follow the
convention of rollup plugins.
2. use src-import's extname if possible.
@underfin underfin merged commit 2d6175b into underfin:master Apr 19, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants