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 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 modified the milestones: 0.12.0, 0.13.0 Oct 10, 2019
Scrum added a commit that referenced this issue Apr 27, 2020
Scrum added a commit that referenced this issue Apr 27, 2020
@Scrum Scrum closed this as completed Dec 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant