cleanup: remove an unused type
This commit is contained in:
parent
2d929e73ec
commit
8b3c808cb0
@ -6,7 +6,6 @@ export var typeMapping = {
|
|||||||
'any': 'dynamic',
|
'any': 'dynamic',
|
||||||
'Promise': 'Future',
|
'Promise': 'Future',
|
||||||
'Observable': 'Stream',
|
'Observable': 'Stream',
|
||||||
'ObservableController': 'StreamController',
|
|
||||||
'Date': 'DateTime',
|
'Date': 'DateTime',
|
||||||
'StringMap': 'Map'
|
'StringMap': 'Map'
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user