Skip to content

Commit

Permalink
add hui/html (#146)
Browse files Browse the repository at this point in the history
* add hui/html

* add hui/html to babel code
  • Loading branch information
mafintosh authored and goto-bus-stop committed Apr 25, 2019
1 parent d529c14 commit 3431a15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/babel.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ function removeBindingImport (binding) {

module.exports = (babel) => {
const t = babel.types
const nanohtmlModuleNames = ['nanohtml', 'bel', 'yo-yo', 'choo/html']
const nanohtmlModuleNames = ['nanohtml', 'bel', 'yo-yo', 'choo/html', 'hui/html']

/**
* Returns an object which specifies the custom elements by which a built-in is extended.
Expand Down
2 changes: 1 addition & 1 deletion lib/browserify-transform.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ var acorn = require('acorn')
var path = require('path')
var SVG_TAGS = require('./svg-tags')

var SUPPORTED_VIEWS = ['nanohtml', 'bel', 'yo-yo', 'choo', 'choo/html']
var SUPPORTED_VIEWS = ['nanohtml', 'bel', 'yo-yo', 'choo', 'choo/html', 'hui/html']
var DELIM = '~!@|@|@!~'
var VARNAME = 'nanohtml'
var SVGNS = 'http://www.w3.org/2000/svg'
Expand Down

0 comments on commit 3431a15

Please sign in to comment.