8000 GitHub · Where software is built
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Mar 6, 2024. It is now read-only.

Milestones

List view

  • Need to provide a context for loaders that is as close to webpack's as possible for compatibility. Loader features: - [ ] `this.emitWarning` - [ ] `this.emitError` - [ ] `this.addDependency` - [ ] `this.addContextDependency` - [ ] `this.clearDependencies` - [x] `this.callback` style for yielding code + map - [x] async `this.callback` style for yielding code + map - [x] synchronous return style for yielding code - [ ] pitch loaders - [x] `this.cacheable` (no op, we're always caching) - [ ] `this.exec` (??) - [ ] `this.resolve` (??) - [ ] `this.resolveSync` Loader context: - [ ] `this.context` - [x] `this.query` - [x] `this.resourcePath` - [ ] `this.resourceQuery` - [x] `this.options` (somewhat working, we don't serialize the plugins though or anything with cyclic dependencies) - [ ] `this.data` (pitch) - [ ] `this.loaders` (?? why is this even exposed?) - [ ] `this.loaderIndex` - [ ] `this.values` - [ ] `this.inputValues` - [ ] `this.debug` - [ ] `this.minimize` - [ ] `this.sourceMap` - [ ] `this.target` - [ ] `this.webpack` - [ ] ~~`this._compilation`~~ - [ ] ~~`this._compiler`~~ Striked out stuff won't be done.

    No due date
0