Update docs

This commit is contained in:
Logan Smyth
2018-05-24 20:57:44 -07:00
parent 53e4d74ebe
commit 9c707f9670

View File

@@ -8,10 +8,11 @@ export default class PluginPass {
file: File;
opts: Object;
// The working directory that Babel's options are loaded relative to.
// The working directory that Babel's programmatic options are loaded
// relative to.
cwd: string;
// The path of the file being compiled, relative to the working directory.
// The absolute path of the file being compiled.
filename: string | void;
constructor(file: File, key: ?string, options: ?Object) {