Homa Wong

Results 275 comments of Homa Wong

The test script say it is global because you choose it to be global when you run the generator. (You probably selected "Script Tag" when it asked "How can the...

I need to find time to re-do part of the generator, or may be re-write it to be not depends on yeoman. It really tie my hand in properly refactoring...

It depends on whom you want to support. If you want to support script tag usage, then this is fine. If you also want to support npm (`require`) usage, then...

When talking about `npm` and `require`, it is not necessary just server side usage. You can perfectly use `npm` to get packages and develop your code, then use tools like...

@felixfbecker to both `global` and `npm`. The question is what are we going to do with umd typings in [email protected]

> i tried to eval the "client side code" in nodejs Nope that won't work. Your code will still need to be end up running on the browser, by either...

In either way, if this is ready, we can merge this and you can create another PR if you want to support npm module usage.

Just a thought, can the bot also detects the specific SHA is not at the HEAD? Thinking about semi-auto publishing. :smirk:

Ar, you already have an issue for it: https://github.com/typings/registry/issues/25