pdf.js/external
Rob Wu 742ed3d1c9 Remove __pdfjsdev_webpack__, use webpack options
`__pdfjsdev_webpack__` was used to skip evaluating part of an AST,
in order to not mangle some `require` symbols.
This commit removes `__pdfjsdev_webpack__`, and:

- Uses `__non_webpack_require__` when one wants the output to
  contain `require` instead of `__webpack_require__`.
- Adds options to the webpack config to prevent "polyfills" for
  some Node.js-specific APIs to be added.
- Use `// eslint-disable-next-line no-undef` instead of `/* globals ... */`
  for variables that are not meant to be used globally.
2017-07-09 16:35:48 +02:00
..
bcmaps Removes external/cmaps; adds binary cmaps to the repo 2014-03-17 13:30:27 -05:00
builder Fix the remaining cases of inconsistent spacing and trailing commas in objects, and enable the comma-dangle and object-curly-spacing ESLint rules 2017-06-03 23:35:37 +02:00
cmapscompress Updates make.js for cmaps and make binary cmaps by default 2014-03-17 13:30:43 -05:00
dist Update webpack.js to support browsers that do not have the Web Workers API 2017-05-26 22:02:07 +02:00
importL10n Replace a couple of leftover make.js references with gulpfile.js in docs/comments 2017-05-19 23:45:54 +02:00
streams Added sendWithStream method in MessageHandler. 2017-06-07 21:05:27 +05:30
systemjs Fix the remaining cases of inconsistent spacing and trailing commas in objects, and enable the comma-dangle and object-curly-spacing ESLint rules 2017-06-03 23:35:37 +02:00
webL10n Wraps mozL10n to async calls; splits firefox and generic l10n libs. 2017-05-31 09:22:25 -05:00
webpack Remove __pdfjsdev_webpack__, use webpack options 2017-07-09 16:35:48 +02:00
.eslintrc Removes shelljs 2017-05-19 07:53:05 -05:00
.gitignore Removes external/cmaps; adds binary cmaps to the repo 2014-03-17 13:30:27 -05:00