Home
last modified time | relevance | path

Searched refs:compileCommonjs (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ts2panda/tests/
Dcommonjs.test.ts50 snippetCompiler.compileCommonjs(`let a = 1`, 'cjs.js');
89 snippetCompiler.compileCommonjs(`let a = require('a.js')`, 'cjs.js');
112 snippetCompiler.compileCommonjs(`let a = 1; exports.a = a;`, 'cjs.js');
/arkcompiler/ets_frontend/ts2panda/tests/utils/
Dbase.ts243 compileCommonjs(snippet: string, name: string): PandaGen[] { method in SnippetCompiler