The Wayback Machine - https://web.archive.org/web/20220321171638/https://github.com/posthtml/posthtml/issues/243
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

[feat]: extend core #243

Closed
1 task done
Scrum opened this issue Dec 18, 2017 · 0 comments
Closed
1 task done

[feat]: extend core #243

Scrum opened this issue Dec 18, 2017 · 0 comments
Assignees
Milestone

Comments

@Scrum
Copy link
Member

@Scrum Scrum commented Dec 18, 2017

  • add source
  this.version = pkg.version
  this.name = pkg.name
  this.plugins = typeof plugins === 'function' ? [plugins] : plugins || []
  this.source = ''
   options = options || {}
+  this.source = tree

   if (options.parser) parser = options.parser
   if (options.render) render = options.render

   tree = options.skipParse ? tree : parser(tree, options)

   tree.options = options
   tree.processor = this
@Scrum Scrum added this to the 0.12.0 milestone Dec 18, 2017
@Scrum Scrum self-assigned this Dec 18, 2017
@Scrum Scrum removed this from the 0.12.0 milestone Oct 10, 2019
@Scrum Scrum added this to the 0.13.0 milestone Oct 10, 2019
Scrum pushed a commit that referenced this issue Apr 27, 2020
Scrum pushed a commit that referenced this issue Apr 27, 2020
@Scrum Scrum closed this Dec 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant