mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
test: adjust tests for source-list-map
This commit is contained in:
parent
b2519d320c
commit
1585bf7d21
@ -13,9 +13,9 @@ node.mapGeneratedCode(function (code) {
|
||||
})
|
||||
|
||||
slm.fromStringWithSourceMap('hello', {
|
||||
sources: null,
|
||||
sourcesContent: null,
|
||||
mappings: null
|
||||
sources: [node, new slm.CodeNode('hello')],
|
||||
sourcesContent: ['hi'],
|
||||
mappings: 'null'
|
||||
});
|
||||
|
||||
const snode = new slm.SourceNode('hi', 'i\'am', 'e-cloud');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user