DefinitelyTyped/types/babel-types
Peter Burns 786fae6a7f ExportNamedDeclaration#source can be null (#23909)
e.g. this named declaration has a source:
```javascript
export {foo} from './bar.js';
```

and this one does not:
```javascript
export const foo = 10;
```

Try it out at https://astexplorer.net/ to confirm.
2018-02-26 08:59:53 -08:00
..
babel-types-tests.ts
index.d.ts ExportNamedDeclaration#source can be null (#23909) 2018-02-26 08:59:53 -08:00
tsconfig.json Remove esModuleInterop from tsconfigs (no longer mandatory) 2018-02-14 14:55:13 -08:00
tslint.json