lemmabit / rollup-plugin-hypothetical

gives Rollup an imaginary file system, e.g. for testing other plugins
MIT License
44 stars 14 forks source link

Wrong commas in example #1

Closed TrySound closed 8 years ago

TrySound commented 8 years ago
    files: {
      './dir/a.js': `
        import foo from './b.js';
        foo();
      `;
      './dir/b.js': `
        export default function foo() {
          console.log("Hello, world!");
        }
      `;
    }
lemmabit commented 8 years ago

Geez, I wonder what I was thinking when I wrote that. Thanks.