Skip to content

Instantly share code, notes, and snippets.

@dictav
Created January 5, 2017 07:18
Show Gist options
  • Save dictav/1d179874e55a459cf41df118836f5e28 to your computer and use it in GitHub Desktop.
Save dictav/1d179874e55a459cf41df118836f5e28 to your computer and use it in GitHub Desktop.
The 'this' keyword is equivalent to 'undefined' at the top level of an ES module, and has been rewritten
https://github.com/rollup/rollup/wiki/Troubleshooting#this-is-undefined
node_modules/dictav-flatbuffers/js/flatbuffers.js (1143:0)
1141:
1142: // Exports for Node.js and RequireJS
1143: this.flatbuffers = flatbuffers;
^
1144:
1145: /// @endcond
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment