prettier/tests/typescript_definite/__snapshots__/jsfmt.spec.js.snap

21 lines
350 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`definite.ts 1`] = `
class MyComponent {
ngModel!: ng.INgModelController;
}
const x!: string
var y!: MyComponent
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
class MyComponent {
ngModel!: ng.INgModelController;
}
const x!: string;
var y!: MyComponent;
`;