Chunpeng Huo

Results 43 issues of Chunpeng Huo

Might need a special onExit callback on Firefox browser, at least for windows.

It does not really make much sense to use bluebird in nodejs env this days. Suggest to replace the bluebird usage `Promise.fromNode` with native nodejs `util.promisify` https://nodejs.org/dist/latest-v12.x/docs/api/util.html#util_util_promisify_original I can make...

# 🐛 Bug Report The source map for `.ts` file is not against original user source file, but a modified source file done by `@aurelia/webpack-loader`. ## 🤔 Expected Behavior It...

Topic: Tooling

Extracted from #1086 ----- Our existing build time `` is using attribute `name` and `attribute`. This is inline with Aurelia 1. https://github.com/aurelia/aurelia/blob/071fd38ed69d74e34b04d0f9d62a3a15796ab9b8/packages-cjs/plugin-conventions/src/strip-meta-data.ts#L164-L171 But local template use attribute `property`. This is...

API

# 💬 RFC ## 🔦 Context Our decorators are currently in outdated legacy decorator API format. The result is we still need legacy mode when transpiling the code. In Babel,...

API
Topic: decorator spec

@Sayan751 please have a look on hmr. I tried to bring back some plugin from old run task, but could not make it work.

**I'm submitting a bug report** * **Library Version:** 0.34.0 **Please tell us about your environment:** * **Operating System:** all * **Node Version:** all * **NPM Version:** all * **Browser:** all...

```js prompt([{ type: 'select', message: 'Choice', name: 'choice', initial: 'a', choices: ['a', 'b', 'c'], skip: true }]).then(answers => console.log(answers)); ``` It prints `{ choice: 'a' }`, it arguably should be...

question

```js prompt([{ type: 'select', name: 'fruit', message: 'Favorite fruit?', choices: [ { name: 'Apple', message: 'Apple', value: 'app' }, { name: 'Orange', message: 'Orange', value: 'ora' }, { name: 'Raspberry',...

question

I am trying to use `webIndex.embedIndexedBundles` to embed js into html file, but it didn't work even in the example of this repo. https://github.com/fuse-box/fuse-box/blob/3c04a72bdd544c5537402e6f49ad167c98a82232/playground/sass/fuse.ts#L12 The `playground/sass` example didn't respect `embedIndexedBundles`...

bug
4.0.0