From 21b7ce438de6e1c3b06d44bddf1bdfcd2396492d Mon Sep 17 00:00:00 2001 From: Lukas Taegert-Atkinson Date: Mon, 1 Jul 2019 09:41:09 +0200 Subject: [PATCH] Compensate for netlify URL normalization and fix scrolling again --- .github/ISSUE_TEMPLATE/BUG.md | 2 +- CONTRIBUTING.md | 2 +- bin/src/run/batchWarnings.ts | 10 ++-- bin/src/run/loadConfigFile.ts | 2 +- docs/00-introduction.md | 2 +- docs/01-command-line-reference.md | 4 +- docs/02-javascript-api.md | 6 +-- docs/03-es-module-syntax.md | 2 +- docs/04-tutorial.md | 2 +- docs/05-plugin-development.md | 54 +++++++++---------- docs/07-tools.md | 2 +- docs/999-big-list-of-options.md | 22 ++++---- src/Module.ts | 2 +- src/ast/nodes/CallExpression.ts | 2 +- src/ast/nodes/MemberExpression.ts | 2 +- src/ast/nodes/TaggedTemplateExpression.ts | 2 +- src/ast/nodes/ThisExpression.ts | 2 +- src/rollup/index.ts | 4 +- src/utils/collapseSourcemaps.ts | 2 +- src/utils/defaultPlugin.ts | 2 +- src/utils/error.ts | 2 +- src/utils/getExportMode.ts | 4 +- .../samples/default-not-reexported/_config.js | 2 +- .../_config.js | 2 +- .../dynamic-import-not-found/_config.js | 2 +- .../_config.js | 2 +- .../samples/export-type-mismatch-b/_config.js | 2 +- .../import-of-unexported-fails/_config.js | 2 +- .../external-false/_config.js | 2 +- .../namespace-missing-export/_config.js | 2 +- .../samples/reexport-missing-error/_config.js | 2 +- .../_config.js | 2 +- test/function/samples/warn-on-eval/_config.js | 2 +- .../samples/warn-on-top-level-this/_config.js | 2 +- .../transform-without-sourcemap/_config.js | 2 +- .../_config.js | 2 +- 36 files changed, 81 insertions(+), 81 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/BUG.md b/.github/ISSUE_TEMPLATE/BUG.md index 82559fc2187..9075f7d0d83 100644 --- a/.github/ISSUE_TEMPLATE/BUG.md +++ b/.github/ISSUE_TEMPLATE/BUG.md @@ -26,7 +26,7 @@ about: Something went awry and you'd like to tell us about it.