Skip to content

invalid output #3

Closed
Closed
@goto-bus-stop

Description

fails on the ssr test in bankai

input:

var html = require('choo/html')
var choo = require('choo')

var app = choo()
app.route('/', function () {
  return html`<body>meow</body>`
})
if (module.parent) module.exports = app
else app.mount('body')

this is uglified first among other things, and causes invalid output from common-shakeify

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions