prettier/tests/typescript/conformance/internalModules/importDeclarations
Christopher Chedeau ba69e9fe22 Remove ast-types from comments traversal (#1744)
It's very annoying to have to have a static definition of the ast, we should instead just traverse the objects to discover it. We just need to make sure not to have any cycles, but it's also good for debugging anyway.

This fixed a few comments already :)
2017-05-26 11:44:32 -07:00
..
__snapshots__ Remove ast-types from comments traversal (#1744) 2017-05-26 11:44:32 -07:00
circularImportAlias.ts Implement TypeScript keywords, namespace functions and class heritage (#1483) 2017-05-02 17:06:25 -07:00
exportImportAlias.ts Implement TypeScript keywords, namespace functions and class heritage (#1483) 2017-05-02 17:06:25 -07:00
exportInterface.ts Fix/ts interface heritage (#1601) 2017-05-20 03:15:50 -07:00
importAliasIdentifiers.ts Implement TypeScript keywords, namespace functions and class heritage (#1483) 2017-05-02 17:06:25 -07:00
invalidImportAliasIdentifiers.ts Implement TypeScript keywords, namespace functions and class heritage (#1483) 2017-05-02 17:06:25 -07:00
jsfmt.spec.js Implement TypeScript keywords, namespace functions and class heritage (#1483) 2017-05-02 17:06:25 -07:00
shadowedInternalModule.ts Implement TypeScript keywords, namespace functions and class heritage (#1483) 2017-05-02 17:06:25 -07:00