Sha256: 3031ed6baeacbaf771576f64094d8a977e5be37b04d4dbb335fff9cc1d95a147
Contents?: true
Size: 459 Bytes
Versions: 6
Compression:
Stored size: 459 Bytes
Contents
/** * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ interface ErrorWithCodeFrame extends Error { codeFrame?: string; } export default function handlePotentialSyntaxError(e: ErrorWithCodeFrame): ErrorWithCodeFrame; export declare function enhanceUnexpectedTokenMessage(e: Error): Error; export {};
Version data entries
6 entries across 6 versions & 1 rubygems