Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove objectHashIgnoreUnknownHack #2977

Merged
merged 2 commits into from
Apr 23, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages-exp/firebase-exp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"rollup-plugin-node-resolve": "5.2.0",
"rollup-plugin-sourcemaps": "0.5.0",
"rollup-plugin-terser": "5.1.3",
"rollup-plugin-typescript2": "0.25.3",
"rollup-plugin-typescript2": "0.27.0",
"rollup-plugin-uglify": "6.0.4",
"gulp": "4.0.2",
"gulp-sourcemaps": "2.6.5",
Expand Down
14 changes: 1 addition & 13 deletions packages-exp/firebase-exp/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,23 +68,11 @@ function createUmdOutputConfig(output, componentName) {
const plugins = [sourcemaps(), resolveModule(), json(), commonjs()];

const typescriptPlugin = rollupTypescriptPlugin({
typescript,
// Workaround for typescript plugins that use async functions.
// In this case, `rollup-plugin-sourcemaps`.
// See https://github.com/ezolenko/rollup-plugin-typescript2/blob/master/README.md
objectHashIgnoreUnknownHack: true,
// For safety, given hack above (see link).
clean: true
typescript
});

const typescriptPluginUMD = rollupTypescriptPlugin({
typescript,
// Workaround for typescript plugins that use async functions.
// In this case, `rollup-plugin-sourcemaps`.
// See https://github.com/ezolenko/rollup-plugin-typescript2/blob/master/README.md
objectHashIgnoreUnknownHack: true,
// For safety, given hack above (see link).
clean: true,
tsconfigOverride: {
compilerOptions: {
declaration: false
Expand Down
12 changes: 0 additions & 12 deletions packages-exp/firebase-exp/rollup.config.release.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,23 +73,11 @@ const plugins = [sourcemaps(), resolveModule(), json(), commonjs()];

const typescriptPlugin = rollupTypescriptPlugin({
typescript,
// Workaround for typescript plugins that use async functions.
// In this case, `rollup-plugin-sourcemaps`.
// See https://github.com/ezolenko/rollup-plugin-typescript2/blob/master/README.md
objectHashIgnoreUnknownHack: true,
// For safety, given hack above (see link).
clean: true,
transformers: [importPathTransformer]
});

const typescriptPluginUMD = rollupTypescriptPlugin({
typescript,
// Workaround for typescript plugins that use async functions.
// In this case, `rollup-plugin-sourcemaps`.
// See https://github.com/ezolenko/rollup-plugin-typescript2/blob/master/README.md
objectHashIgnoreUnknownHack: true,
// For safety, given hack above (see link).
clean: true,
tsconfigOverride: {
compilerOptions: {
declaration: false
Expand Down
24 changes: 3 additions & 21 deletions packages/firebase/rollup.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license
* Copyright 2018 Google Inc.
* Copyright 2018 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -64,13 +64,7 @@ const plugins = [
sourcemaps(),
resolveModule(),
typescriptPlugin({
typescript,
// Workaround for typescript plugins that use async functions.
// In this case, `rollup-plugin-sourcemaps`.
// See https://github.com/ezolenko/rollup-plugin-typescript2/blob/master/README.md
objectHashIgnoreUnknownHack: true,
// For safety, given hack above (see link).
clean: true
typescript
}),
json(),
commonjs()
Expand Down Expand Up @@ -234,13 +228,7 @@ const completeBuilds = [
mainFields: ['lite', 'module', 'main']
}),
typescriptPlugin({
typescript,
// Workaround for typescript plugins that use async functions.
// In this case, `rollup-plugin-sourcemaps`.
// See https://github.com/ezolenko/rollup-plugin-typescript2/blob/master/README.md
objectHashIgnoreUnknownHack: true,
// For safety, given hack above (see link).
clean: true
typescript
}),
json(),
commonjs(),
Expand All @@ -265,12 +253,6 @@ const completeBuilds = [
}),
typescriptPlugin({
typescript,
// Workaround for typescript plugins that use async functions.
// In this case, `rollup-plugin-sourcemaps`.
// See https://github.com/ezolenko/rollup-plugin-typescript2/blob/master/README.md
objectHashIgnoreUnknownHack: true,
// For safety, given hack above (see link).
clean: true,
tsconfigOverride: {
compilerOptions: {
target: 'es2017'
Expand Down
32 changes: 1 addition & 31 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6320,7 +6320,7 @@ find-cache-dir@^2.1.0:
make-dir "^2.0.0"
pkg-dir "^3.0.0"

find-cache-dir@^3.0.0, find-cache-dir@^3.2.0, find-cache-dir@^3.3.1:
find-cache-dir@^3.2.0, find-cache-dir@^3.3.1:
version "3.3.1"
resolved "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-3.3.1.tgz#89b33fad4a4670daa94f855f7fbe31d6d84fe880"
integrity sha512-t2GDMt3oGC/v+BMwzmllWDuJF/xcDtE5j/fCGbqDD7OLuJkj0cfh1YSA5VKPvwMeLFLNDBkwOKZ2X85jGLVftQ==
Expand Down Expand Up @@ -12378,13 +12378,6 @@ resolve@1.1.7:
resolved "https://registry.npmjs.org/resolve/-/resolve-1.1.7.tgz#203114d82ad2c5ed9e8e0411b3932875e889e97b"
integrity sha1-IDEU2CrSxe2ejgQRs5ModeiJ6Xs=

resolve@1.12.0:
version "1.12.0"
resolved "https://registry.npmjs.org/resolve/-/resolve-1.12.0.tgz#3fc644a35c84a48554609ff26ec52b66fa577df6"
integrity sha512-B/dOmuoAik5bKcD6s6nXDCjzUKnaDvdkRyAk6rsmsKLipWj4797iothd7jmmUhWTfinVMU+wc56rYKsit2Qy4w==
dependencies:
path-parse "^1.0.6"

resolve@1.15.1, resolve@^1.1.4, resolve@^1.1.6, resolve@^1.1.7, resolve@^1.10.0, resolve@^1.11.0, resolve@^1.11.1, resolve@^1.12.0, resolve@^1.13.1, resolve@^1.3.2, resolve@^1.3.3, resolve@^1.4.0:
version "1.15.1"
resolved "https://registry.npmjs.org/resolve/-/resolve-1.15.1.tgz#27bdcdeffeaf2d6244b95bb0f9f4b4653451f3e8"
Expand Down Expand Up @@ -12579,17 +12572,6 @@ rollup-plugin-terser@5.3.0:
serialize-javascript "^2.1.2"
terser "^4.6.2"

rollup-plugin-typescript2@0.25.3:
version "0.25.3"
resolved "https://registry.npmjs.org/rollup-plugin-typescript2/-/rollup-plugin-typescript2-0.25.3.tgz#a5fb2f0f85488789334ce540abe6c7011cbdf40f"
integrity sha512-ADkSaidKBovJmf5VBnZBZe+WzaZwofuvYdzGAKTN/J4hN7QJCFYAq7IrH9caxlru6T5qhX41PNFS1S4HqhsGQg==
dependencies:
find-cache-dir "^3.0.0"
fs-extra "8.1.0"
resolve "1.12.0"
rollup-pluginutils "2.8.1"
tslib "1.10.0"

rollup-plugin-typescript2@0.27.0:
version "0.27.0"
resolved "https://registry.npmjs.org/rollup-plugin-typescript2/-/rollup-plugin-typescript2-0.27.0.tgz#95ff96f9e07d5000a9d2df4d76b548f9a1f83511"
Expand All @@ -12611,13 +12593,6 @@ rollup-plugin-uglify@6.0.4:
serialize-javascript "^2.1.2"
uglify-js "^3.4.9"

rollup-pluginutils@2.8.1:
version "2.8.1"
resolved "https://registry.npmjs.org/rollup-pluginutils/-/rollup-pluginutils-2.8.1.tgz#8fa6dd0697344938ef26c2c09d2488ce9e33ce97"
integrity sha512-J5oAoysWar6GuZo0s+3bZ6sVZAC0pfqKz68De7ZgDi5z63jOVZn1uJL/+z1jeKHNbGII8kAyHF5q8LnxSX5lQg==
dependencies:
estree-walker "^0.6.1"

rollup-pluginutils@^2.5.0, rollup-pluginutils@^2.6.0, rollup-pluginutils@^2.8.1, rollup-pluginutils@^2.8.2:
version "2.8.2"
resolved "https://registry.npmjs.org/rollup-pluginutils/-/rollup-pluginutils-2.8.2.tgz#72f2af0748b592364dbd3389e600e5a9444a351e"
Expand Down Expand Up @@ -14236,11 +14211,6 @@ ts-node@8.8.2:
source-map-support "^0.5.6"
yn "3.1.1"

tslib@1.10.0:
version "1.10.0"
resolved "https://registry.npmjs.org/tslib/-/tslib-1.10.0.tgz#c3c19f95973fb0a62973fb09d90d961ee43e5c8a"
integrity sha512-qOebF53frne81cf0S9B41ByenJ3/IuH8yJKngAX35CmiZySA0khhkovshKK+jGCaMnVomla7gVlIcc3EvKPbTQ==

tslib@1.11.1, tslib@^1.10.0, tslib@^1.8.1, tslib@^1.9.0:
version "1.11.1"
resolved "https://registry.npmjs.org/tslib/-/tslib-1.11.1.tgz#eb15d128827fbee2841549e171f45ed338ac7e35"
Expand Down