mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
babel-traverse: Update all babel-related packages to require TypeScript 2.8 (so that tests pass)
This commit is contained in:
parent
49d2f9d924
commit
c972d79ad2
2
types/babel-core/index.d.ts
vendored
2
types/babel-core/index.d.ts
vendored
@ -3,7 +3,7 @@
|
||||
// Definitions by: Troy Gerwien <https://github.com/yortus>
|
||||
// Marvin Hagemeister <https://github.com/marvinhagemeister>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
// TypeScript Version: 2.8
|
||||
|
||||
import * as t from 'babel-types';
|
||||
export { t as types };
|
||||
|
||||
2
types/babel-generator/index.d.ts
vendored
2
types/babel-generator/index.d.ts
vendored
@ -3,7 +3,7 @@
|
||||
// Definitions by: Troy Gerwien <https://github.com/yortus>
|
||||
// Johnny Estilles <https://github.com/johnnyestilles>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
// TypeScript Version: 2.8
|
||||
|
||||
import * as t from 'babel-types';
|
||||
|
||||
|
||||
2
types/babel-template/index.d.ts
vendored
2
types/babel-template/index.d.ts
vendored
@ -3,7 +3,7 @@
|
||||
// Definitions by: Troy Gerwien <https://github.com/yortus>
|
||||
// Marvin Hagemeister <https://github.com/marvinhagemeister>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
// TypeScript Version: 2.8
|
||||
|
||||
import { BabylonOptions } from 'babylon';
|
||||
import * as t from 'babel-types';
|
||||
|
||||
2
types/babel-traverse/index.d.ts
vendored
2
types/babel-traverse/index.d.ts
vendored
@ -4,7 +4,7 @@
|
||||
// Marvin Hagemeister <https://github.com/marvinhagemeister>
|
||||
// Ryan Petrich <https://github.com/rpetrich>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.9
|
||||
// TypeScript Version: 2.8
|
||||
|
||||
import * as t from 'babel-types';
|
||||
export type Node = t.Node;
|
||||
|
||||
2
types/babel-types/index.d.ts
vendored
2
types/babel-types/index.d.ts
vendored
@ -5,7 +5,7 @@
|
||||
// Marvin Hagemeister <https://github.com/marvinhagemeister>
|
||||
// Boris Cherny <https://github.com/bcherny>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
// TypeScript Version: 2.8
|
||||
|
||||
export interface Comment {
|
||||
value: string;
|
||||
|
||||
2
types/babel-webpack-plugin/index.d.ts
vendored
2
types/babel-webpack-plugin/index.d.ts
vendored
@ -2,7 +2,7 @@
|
||||
// Project: https://github.com/simlrh/babel-webpack-plugin
|
||||
// Definitions by: Jed Fox <https://github.com/j-f1>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
// TypeScript Version: 2.8
|
||||
|
||||
import { Plugin } from 'webpack';
|
||||
import { TransformOptions } from 'babel-core';
|
||||
|
||||
2
types/babelify/index.d.ts
vendored
2
types/babelify/index.d.ts
vendored
@ -3,7 +3,7 @@
|
||||
// Definitions by: TeamworkGuy2 <https://github.com/TeamworkGuy2>
|
||||
// Marvin Hagemeister <https://github.com/marvinhagemeister>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
// TypeScript Version: 2.8
|
||||
|
||||
/// <reference types="node" />
|
||||
|
||||
|
||||
2
types/babylon-walk/index.d.ts
vendored
2
types/babylon-walk/index.d.ts
vendored
@ -2,7 +2,7 @@
|
||||
// Project: https://github.com/pugjs/babylon-walk
|
||||
// Definitions by: Marek Buchar <https://github.com/czbuchi>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
// TypeScript Version: 2.8
|
||||
|
||||
import * as babelTypes from 'babel-types';
|
||||
|
||||
|
||||
2
types/babylon/index.d.ts
vendored
2
types/babylon/index.d.ts
vendored
@ -3,7 +3,7 @@
|
||||
// Definitions by: Troy Gerwien <https://github.com/yortus>
|
||||
// Marvin Hagemeister <https://github.com/marvinhagemeister>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
// TypeScript Version: 2.8
|
||||
|
||||
import { File, Expression } from 'babel-types';
|
||||
|
||||
|
||||
2
types/istanbul-lib-instrument/index.d.ts
vendored
2
types/istanbul-lib-instrument/index.d.ts
vendored
@ -2,7 +2,7 @@
|
||||
// Project: https://github.com/istanbuljs/istanbuljs
|
||||
// Definitions by: Jason Cheatham <https://github.com/jason0x43>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.4
|
||||
// TypeScript Version: 2.8
|
||||
|
||||
import { FileCoverage, FileCoverageData, Range } from 'istanbul-lib-coverage';
|
||||
import { RawSourceMap } from 'source-map';
|
||||
|
||||
2
types/prettier/index.d.ts
vendored
2
types/prettier/index.d.ts
vendored
@ -2,7 +2,7 @@
|
||||
// Project: https://github.com/prettier/prettier
|
||||
// Definitions by: Ika <https://github.com/ikatyang>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
// TypeScript Version: 2.8
|
||||
|
||||
export type AST = any;
|
||||
export type Doc = doc.builders.Doc;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user