Skip to content
This repository has been archived by the owner on Aug 16, 2022. It is now read-only.

Commit

Permalink
feat: export component compilers
Browse files Browse the repository at this point in the history
  • Loading branch information
znck committed Oct 3, 2017
1 parent c4fc825 commit cf11514
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module.exports = {
parse: require('./parser'),
compileStyles: require('./style-compiler'),
compileTemplate: require('./template-compiler')
}

0 comments on commit cf11514

Please sign in to comment.