File tree 7 files changed +6
-11
lines changed
7 files changed +6
-11
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " @emotion/cache " : patch
3
+ ---
4
+
5
+ Removed incorrect tripleslash directive referencing node types
Original file line number Diff line number Diff line change 1
1
// Definitions by: Junyoung Clare Jang <https://github.com/Ailrun>
2
2
// TypeScript Version: 2.2
3
3
4
- /// <reference types="node" />
5
-
6
4
import { EmotionCache } from '@emotion/utils'
7
5
8
6
export { EmotionCache }
Original file line number Diff line number Diff line change 1
- /// <reference types="node" />
2
-
3
1
export * from '..'
Original file line number Diff line number Diff line change 1
- /// <reference types="node" />
2
-
3
1
export * from '../src'
Original file line number Diff line number Diff line change 1
1
// Definitions by: Junyoung Clare Jang <https://github.com/Ailrun>
2
2
// TypeScript Version: 2.8
3
3
4
- /// <reference types="node" />
4
+ /// <reference types="node" preserve="true" />
5
5
import { EmotionCache } from '@emotion/utils'
6
6
7
7
export interface EmotionCritical {
Original file line number Diff line number Diff line change 1
1
// TypeScript Version: 2.0
2
2
3
- /// <reference types="node" />
4
-
5
3
export * from '..'
Original file line number Diff line number Diff line change 1
1
// TypeScript Version: 2.2
2
2
3
- /// <reference types="node" />
4
-
5
3
export * from '..'
You can’t perform that action at this time.
0 commit comments