| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 1bf4d06 commit 555b4ae
5 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,5 +1,6 @@ | |||
| 1 | 1 | /// <reference path="fourslash.ts" /> | |
| 2 | 2 | // @AllowSyntheticDefaultImports: false | |
| 3 | + // @Module: system | ||
| 3 | 4 | ||
| 4 | 5 | // @Filename: a/f1.ts | |
| 5 | 6 | //// [|export var x = 0; | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,5 +1,8 @@ | |||
| 1 | 1 | /// <reference path="fourslash.ts" /> | |
| 2 | 2 | ||
| 3 | + // @AllowSyntheticDefaultImports: false | ||
| 4 | + // @Module: es2015 | ||
| 5 | + | ||
| 3 | 6 | // @Filename: a/f1.ts | |
| 4 | 7 | //// [|export function test() { }; | |
| 5 | 8 | //// bar1/*0*/.bar;|] | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,5 +1,8 @@ | |||
| 1 | 1 | /// <reference path="fourslash.ts" /> | |
| 2 | 2 | ||
| 3 | + // @AllowSyntheticDefaultImports: false | ||
| 4 | + // @Module: esnext | ||
| 5 | + | ||
| 3 | 6 | // @Filename: a/f1.ts | |
| 4 | 7 | //// [|import { bar } from "./foo"; | |
| 5 | 8 | //// | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,6 +1,8 @@ | |||
| 1 | 1 | /// <reference path="fourslash.ts" /> | |
| 2 | 2 | ||
| 3 | 3 | // @jsx: react | |
| 4 | + // @allowSyntheticDefaultImports: false | ||
| 5 | + // @module: es2015 | ||
| 4 | 6 | ||
| 5 | 7 | // @Filename: /node_modules/@types/react/index.d.ts | |
| 6 | 8 | ////export = React; | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,6 +1,8 @@ | |||
| 1 | 1 | /// <reference path="fourslash.ts" /> | |
| 2 | 2 | ||
| 3 | 3 | // @jsx: react | |
| 4 | + // @allowSyntheticDefaultImports: false | ||
| 5 | + // @module: es2015 | ||
| 4 | 6 | ||
| 5 | 7 | // @Filename: /node_modules/@types/react/index.d.ts | |
| 6 | 8 | ////export = React; | |
| Back | FazBrowse Home | New Git URL |
0 commit comments