From 381f31526c32dd3a620b9e7b29d9845a0294d111 Mon Sep 17 00:00:00 2001 From: Nicole Stiliyan Vukadinova Date: Wed, 26 Aug 2020 03:48:15 -0700 Subject: [PATCH] Change replace the QuickPerformanceLogger class with the QPLCore Summary: Now that the vanilla JS QuickPerformanceLoggerCore was created with the core methods from QPL, we are using this in Flipper so that we have one source of truth Reviewed By: nubbel Differential Revision: D23128231 fbshipit-source-id: 16841aab2563509c7184a09ecb8d3f534c53e896 --- desktop/.eslintrc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/desktop/.eslintrc.js b/desktop/.eslintrc.js index 3501634ef..f4d156070 100644 --- a/desktop/.eslintrc.js +++ b/desktop/.eslintrc.js @@ -13,6 +13,7 @@ const fbjs = require('eslint-config-fbjs'); const pattern = /^\*\r?\n[\S\s]*Facebook[\S\s]* \* @format\r?\n/; const builtInModules = [ + 'fb-qpl-xplat', 'flipper', 'flipper-plugin', 'flipper-plugin-lib',