SYMBOL INDEX (661 symbols across 341 files) FILE: bin/runEsperanto.js function bundle (line 34) | function bundle ( options, method ) { function convert (line 86) | function convert ( options, method ) { function readFromStdin (line 150) | function readFromStdin () { function assign (line 175) | function assign ( target ) { function filterOutNonJs (line 191) | function filterOutNonJs ( files ) { FILE: comparison/output/esperanto/groupedExports.js function getJSON (line 6) | function getJSON() { function postJSON (line 10) | function postJSON() { function animate (line 14) | function animate() { FILE: comparison/output/esperanto/inlineNamedExports.js function requestAnimationFrame (line 10) | function requestAnimationFrame() { FILE: comparison/output/traceur/groupedExports.js function getJSON (line 15) | function getJSON() {} function postJSON (line 16) | function postJSON() {} function animate (line 17) | function animate() {} FILE: comparison/output/traceur/inlineNamedExports.js function requestAnimationFrame (line 11) | function requestAnimationFrame() {} FILE: comparison/output/transpile/groupedExports.js function getJSON (line 15) | function getJSON() {} function postJSON (line 16) | function postJSON() {} function animate (line 17) | function animate() {} FILE: comparison/output/transpile/inlineNamedExports.js function requestAnimationFrame (line 11) | function requestAnimationFrame() {} FILE: comparison/samples/groupedExports.js function getJSON (line 4) | function getJSON() { function postJSON (line 8) | function postJSON() { function animate (line 12) | function animate() { FILE: comparison/samples/inlineNamedExports.js function requestAnimationFrame (line 4) | function requestAnimationFrame() { FILE: gobblefile.js function today (line 66) | function today () { function pad (line 76) | function pad ( num ) { FILE: src/bundler/builders/concat.js function concat (line 3) | function concat ( bundle, options ) { FILE: src/bundler/builders/defaultsMode/amd.js function amd (line 4) | function amd ( bundle, options ) { FILE: src/bundler/builders/defaultsMode/cjs.js function cjs (line 4) | function cjs ( bundle, options ) { FILE: src/bundler/builders/defaultsMode/umd.js function umd (line 5) | function umd ( bundle, options ) { FILE: src/bundler/builders/strictMode/amd.js function amd (line 5) | function amd ( bundle, options ) { function needsDefault (line 39) | function needsDefault ( externalModule ) { FILE: src/bundler/builders/strictMode/cjs.js function cjs (line 5) | function cjs ( bundle, options ) { FILE: src/bundler/builders/strictMode/umd.js function umd (line 6) | function umd ( bundle, options ) { function needsDefault (line 31) | function needsDefault ( externalModule ) { FILE: src/bundler/builders/strictMode/utils/getExportBlock.js function getExportBlock (line 1) | function getExportBlock ( entry ) { FILE: src/bundler/combine/getRenamedImports.js function getRenamedImports (line 1) | function getRenamedImports ( mod ) { FILE: src/bundler/combine/index.js function combine (line 8) | function combine ( bundle ) { FILE: src/bundler/combine/populateExternalModuleImports.js function populateExternalModuleImports (line 1) | function populateExternalModuleImports ( bundle ) { FILE: src/bundler/combine/populateIdentifierReplacements.js function populateIdentifierReplacements (line 10) | function populateIdentifierReplacements ( bundle ) { FILE: src/bundler/combine/populateModuleNames.js function getUniqueNames (line 5) | function getUniqueNames ( bundle ) { FILE: src/bundler/combine/resolveExports.js function resolveExports (line 1) | function resolveExports ( bundle ) { FILE: src/bundler/combine/topLevelScopeConflicts.js function topLevelScopeConflicts (line 7) | function topLevelScopeConflicts ( bundle ) { FILE: src/bundler/combine/transformBody.js function transformBody (line 5) | function transformBody ( bundle, mod, body ) { FILE: src/bundler/getBundle.js function getBundle (line 11) | function getBundle ( options ) { function resolvePath (line 164) | function resolvePath ( base, userModules, moduleId, importerPath, resolv... function tryPath (line 189) | function tryPath ( base, filename, userModules ) { function isThenable (line 198) | function isThenable ( obj ) { FILE: src/bundler/getModule.js function getModule (line 7) | function getModule ( mod ) { FILE: src/bundler/utils/resolveChains.js function resolveChains (line 11) | function resolveChains ( modules, moduleLookup ) { function setOrigin (line 69) | function setOrigin ( specifier, hash, chains, moduleLookup ) { FILE: src/bundler/utils/sortModules.js function sortModules (line 10) | function sortModules ( entry ) { function referencesAtTopLevel (line 93) | function referencesAtTopLevel ( a, b ) { FILE: src/esperanto.js function transpileMethod (line 23) | function transpileMethod ( format ) { function bundle (line 67) | function bundle ( options ) { function flattenExports (line 118) | function flattenExports ( exports ) { FILE: src/standalone/builders/defaultsMode/amd.js function amd (line 5) | function amd ( mod, options ) { FILE: src/standalone/builders/defaultsMode/cjs.js function cjs (line 5) | function cjs ( mod, options ) { FILE: src/standalone/builders/defaultsMode/umd.js function umd (line 6) | function umd ( mod, options ) { FILE: src/standalone/builders/defaultsMode/utils/transformExportDeclaration.js function transformExportDeclaration (line 1) | function transformExportDeclaration ( declaration, body ) { FILE: src/standalone/builders/strictMode/amd.js function amd (line 5) | function amd ( mod, options ) { FILE: src/standalone/builders/strictMode/cjs.js function cjs (line 6) | function cjs ( mod, options ) { FILE: src/standalone/builders/strictMode/umd.js function umd (line 6) | function umd ( mod, options ) { FILE: src/standalone/builders/strictMode/utils/gatherImports.js function gatherImports (line 1) | function gatherImports ( imports ) { FILE: src/standalone/builders/strictMode/utils/getExportNames.js function getExportNames (line 1) | function getExportNames ( exports ) { FILE: src/standalone/builders/strictMode/utils/getImportSummary.js function getImportSummary (line 3) | function getImportSummary ( mod ) { FILE: src/standalone/builders/strictMode/utils/transformBody.js function transformBody (line 7) | function transformBody ( mod, body, options ) { function deconflict (line 98) | function deconflict ( name, declared ) { FILE: src/standalone/getModule.js constant SOURCEMAPPINGURL_REGEX (line 10) | const SOURCEMAPPINGURL_REGEX = /^# sourceMappingURL=/; function getStandaloneModule (line 12) | function getStandaloneModule ( options ) { function determineImportNames (line 69) | function determineImportNames ( imports, userFn, usedNames ) { FILE: src/utils/amd/amdIntro.js function amdIntro (line 5) | function amdIntro ({ name, imports, hasExports, indentStr, absolutePaths... FILE: src/utils/amd/getImportSummary.js function getImportSummary (line 3) | function getImportSummary ({ imports, absolutePaths, name }) { FILE: src/utils/amd/processIds.js function processIds (line 3) | function processIds ( ids ) { FILE: src/utils/amd/processName.js function processName (line 3) | function processName ( name ) { FILE: src/utils/ast/annotate.js function Scope (line 10) | function Scope ( options ) { function annotateAst (line 40) | function annotateAst ( ast, options ) { FILE: src/utils/ast/disallowIllegalReassignment.js function disallowIllegalReassignment (line 6) | function disallowIllegalReassignment ( node, importedBindings, importedN... FILE: src/utils/ast/findImportsAndExports.js function findImportsAndExports (line 8) | function findImportsAndExports ( ast, source, comments ) { function processImport (line 100) | function processImport ( node, passthrough ) { function processDefaultExport (line 153) | function processDefaultExport ( node, source ) { function processExport (line 199) | function processExport ( node, source ) { FILE: src/utils/ast/getUnscopedNames.js function getUnscopedNames (line 4) | function getUnscopedNames ( mod ) { FILE: src/utils/ast/replaceIdentifiers.js function replaceIdentifiers (line 3) | function replaceIdentifiers ( body, node, identifierReplacements, scope ) { FILE: src/utils/ast/rewriteExportAssignments.js function rewriteExportAssignments (line 3) | function rewriteExportAssignments ( body, node, parent, exports, scope, ... FILE: src/utils/ast/traverse.js function traverseAst (line 6) | function traverseAst ( ast, body, identifierReplacements, importedBindin... function exportCapturedUpdate (line 72) | function exportCapturedUpdate ( c ) { FILE: src/utils/ast/walk.js function walk (line 4) | function walk ( ast, { enter, leave }) { function isArray (line 18) | function isArray ( thing ) { function visit (line 22) | function visit ( node, parent, enter, leave ) { FILE: src/utils/disallowConflictingImports.js function disallowConflictingImports (line 3) | function disallowConflictingImports ( imports ) { FILE: src/utils/getReadOnlyIdentifiers.js function getReadOnlyIdentifiers (line 9) | function getReadOnlyIdentifiers ( imports ) { FILE: src/utils/hasNamedExports.js function hasNamedExports (line 1) | function hasNamedExports ( mod ) { FILE: src/utils/hasNamedImports.js function hasNamedImports (line 1) | function hasNamedImports ( mod ) { FILE: src/utils/mappers.js function getId (line 1) | function getId ( m ) { function getName (line 5) | function getName ( m ) { function quote (line 9) | function quote ( str ) { function req (line 13) | function req ( path ) { function globalify (line 17) | function globalify ( name ) { FILE: src/utils/packageResult.js constant ABSOLUTE_PATH (line 4) | const ABSOLUTE_PATH = /^(?:[A-Z]:)?[\/\\]/i; function packageResult (line 8) | function packageResult ( bundleOrModule, body, options, methodName, isBu... function getRelativePath (line 68) | function getRelativePath ( from, to ) { function markBundleSourcemapLocations (line 96) | function markBundleSourcemapLocations ( bundle ) { function markModuleSourcemapLocations (line 106) | function markModuleSourcemapLocations ( mod ) { FILE: src/utils/promiseSequence.js function promiseSequence (line 3) | function promiseSequence ( arr, callback ) { FILE: src/utils/resolveId.js function resolveId (line 9) | function resolveId ( importPath, importerPath ) { function resolveAgainst (line 38) | function resolveAgainst ( importerPath ) { FILE: src/utils/sanitize.js constant RESERVED (line 1) | const RESERVED = 'break case class catch const continue debugger default... constant INVALID_CHAR (line 2) | const INVALID_CHAR = /[^a-zA-Z0-9_$]/g; constant INVALID_LEADING_CHAR (line 3) | const INVALID_LEADING_CHAR = /[^a-zA-Z_$]/; function sanitize (line 10) | function sanitize ( name ) { function splitPath (line 21) | function splitPath ( path ) { FILE: src/utils/umd/requireName.js function requireName (line 3) | function requireName ( options ) { FILE: src/utils/umd/umdIntro.js function umdIntro (line 6) | function umdIntro ({ amdName, name, hasExports, imports, absolutePaths, ... FILE: test/bundle/input/07/main.js function logFoo (line 4) | function logFoo () { function logBar (line 8) | function logBar () { FILE: test/bundle/input/10/main.js class Foo (line 1) | class Foo { method constructor (line 2) | constructor( str ) { method toString (line 6) | toString() { FILE: test/bundle/input/16/a.js function a (line 1) | function a () { FILE: test/bundle/input/16/c.js function a (line 1) | function a () { FILE: test/bundle/input/16/main.js function foo (line 4) | function foo () { FILE: test/bundle/input/17/foo.js function a (line 1) | function a ( message ) { FILE: test/bundle/input/22/foo.js function foo (line 1) | function foo () { FILE: test/bundle/input/23/foo.js function bar (line 3) | function bar () { function baz (line 7) | function baz () { FILE: test/bundle/input/24/bar.js function bar (line 1) | function bar () { FILE: test/bundle/input/24/foo.js function foo (line 1) | function foo () { FILE: test/bundle/input/26/bar.js function foo (line 1) | function foo () { FILE: test/bundle/input/27/main.js function logFoo (line 4) | function logFoo () { function logBar (line 8) | function logBar () { FILE: test/bundle/input/31/exportedX.js function someOtherName (line 1) | function someOtherName () {} FILE: test/bundle/input/31/notExportedX.js function x (line 1) | function x () {} FILE: test/bundle/input/33/Math.js function add (line 1) | function add ( a, b ) { function multiply (line 5) | function multiply ( a, b ) { FILE: test/bundle/input/33/Promise.js method keep (line 4) | keep () { this.state = 'kept'; } method break (line 5) | break () { this.state = 'broken'; } FILE: test/bundle/input/33/foo.js function foo (line 4) | function foo () { FILE: test/bundle/input/35/js_modules/a.js function a (line 1) | function a () { FILE: test/bundle/input/35/js_modules/c.js function c (line 1) | function c () { FILE: test/bundle/input/35/js_modules/external/js_modules/b.js function b (line 3) | function b () { FILE: test/bundle/input/35/js_modules/external/src/external.js function external (line 4) | function external () { FILE: test/bundle/input/36/js_modules/external/src/dependsOnExternal.js function dependsOnExternal (line 3) | function dependsOnExternal () { FILE: test/bundle/input/36/js_modules/external/src/external.js function external (line 3) | function external () { FILE: test/bundle/input/38/foo.js function notActuallyFoo (line 3) | function notActuallyFoo () { function foo (line 7) | function foo () { FILE: test/bundle/input/40/foo.js function foo (line 1) | function foo () { FILE: test/bundle/input/42/foo.js function foo (line 1) | function foo () { FILE: test/bundle/input/43/main.js class Foo (line 3) | class Foo extends Bar { method constructor (line 4) | constructor() { FILE: test/bundle/input/49/foo.js function foo (line 1) | function foo () { FILE: test/bundle/input/50/A.js class A (line 3) | class A { method constructor (line 4) | constructor () { method b (line 8) | b () { FILE: test/bundle/input/50/B.js class B (line 3) | class B extends A { method constructor (line 4) | constructor () { FILE: test/bundle/input/50/C.js class C (line 3) | class C extends D { method constructor (line 4) | constructor () { FILE: test/bundle/input/50/D.js class D (line 3) | class D { method constructor (line 4) | constructor () { method c (line 8) | c () { FILE: test/bundle/input/55/A.js class A (line 4) | class A { method b (line 5) | b () { method c (line 9) | c () { FILE: test/bundle/input/55/B.js class B (line 3) | class B extends A {} FILE: test/bundle/input/55/C.js class C (line 3) | class C extends A {} FILE: test/bundle/output/amd/07.js function logFoo (line 7) | function logFoo () { function logBar (line 11) | function logBar () { FILE: test/bundle/output/amd/10.js class Foo (line 5) | class Foo { method constructor (line 6) | constructor( str ) { method toString (line 10) | toString() { FILE: test/bundle/output/amd/16.js function _a__a (line 5) | function _a__a () { function c__a (line 9) | function c__a () { function foo (line 18) | function foo () { FILE: test/bundle/output/amd/17.js function foo__a (line 5) | function foo__a ( message ) { FILE: test/bundle/output/amd/22.js function foo (line 5) | function foo () { FILE: test/bundle/output/amd/24.js function foo (line 6) | function foo () { function bar (line 10) | function bar () { FILE: test/bundle/output/amd/26.js function bar (line 5) | function bar () { FILE: test/bundle/output/amd/27.js function logFoo (line 9) | function logFoo () { function logBar (line 13) | function logBar () { FILE: test/bundle/output/amd/31.js function someOtherName (line 5) | function someOtherName () {} function x (line 7) | function x () {} FILE: test/bundle/output/amd/33.js method keep (line 8) | keep () { this.state = 'kept'; } method break (line 9) | break () { this.state = 'broken'; } method add (line 15) | get add () { return add; } method multiply (line 16) | get multiply () { return multiply; } function add (line 19) | function add ( a, b ) { function multiply (line 23) | function multiply ( a, b ) { function foo (line 30) | function foo () { FILE: test/bundle/output/amd/35.js function a (line 5) | function a () { function c (line 9) | function c () { function b (line 13) | function b () { function external (line 18) | function external () { FILE: test/bundle/output/amd/36.js function dependsOnExternal (line 5) | function dependsOnExternal () { function external (line 9) | function external () { FILE: test/bundle/output/amd/38.js function notActuallyFoo (line 7) | function notActuallyFoo () { function foo (line 11) | function foo () { FILE: test/bundle/output/amd/40.js function foo (line 5) | function foo () { FILE: test/bundle/output/amd/42.js function foo (line 5) | function foo () { FILE: test/bundle/output/amd/43.js class Foo (line 7) | class Foo extends Bar { method constructor (line 8) | constructor() { FILE: test/bundle/output/amd/45.js function foo (line 7) | function foo () { FILE: test/bundle/output/amd/46.js function foo (line 7) | function foo () { FILE: test/bundle/output/amd/49.js function foo (line 5) | function foo () { FILE: test/bundle/output/amd/50.js class A (line 5) | class A { method constructor (line 6) | constructor () { method b (line 10) | b () { class B (line 15) | class B extends A { method constructor (line 16) | constructor () { class D (line 21) | class D { method constructor (line 22) | constructor () { method c (line 26) | c () { class C (line 31) | class C extends D { method constructor (line 32) | constructor () { FILE: test/bundle/output/amd/55.js class A (line 5) | class A { method b (line 6) | b () { method c (line 10) | c () { class B (line 15) | class B extends A {} class C (line 17) | class C extends A {} FILE: test/bundle/output/amd/57.js method y (line 6) | get y () { return x; } FILE: test/bundle/output/amdDefaults/07.js function logFoo (line 7) | function logFoo () { function logBar (line 11) | function logBar () { FILE: test/bundle/output/amdDefaults/10.js class Foo (line 5) | class Foo { method constructor (line 6) | constructor( str ) { method toString (line 10) | toString() { FILE: test/bundle/output/amdDefaults/16.js function _a__a (line 5) | function _a__a () { function c__a (line 9) | function c__a () { function foo (line 18) | function foo () { FILE: test/bundle/output/amdDefaults/17.js function foo__a (line 5) | function foo__a ( message ) { FILE: test/bundle/output/amdDefaults/24.js function foo (line 6) | function foo () { function bar (line 10) | function bar () { FILE: test/bundle/output/amdDefaults/26.js function bar (line 5) | function bar () { FILE: test/bundle/output/amdDefaults/27.js function logFoo (line 9) | function logFoo () { function logBar (line 13) | function logBar () { FILE: test/bundle/output/amdDefaults/31.js function someOtherName (line 5) | function someOtherName () {} function x (line 7) | function x () {} FILE: test/bundle/output/amdDefaults/33.js method keep (line 8) | keep () { this.state = 'kept'; } method break (line 9) | break () { this.state = 'broken'; } method add (line 15) | get add () { return add; } method multiply (line 16) | get multiply () { return multiply; } function add (line 19) | function add ( a, b ) { function multiply (line 23) | function multiply ( a, b ) { function foo (line 30) | function foo () { FILE: test/bundle/output/amdDefaults/35.js function a (line 5) | function a () { function c (line 9) | function c () { function b (line 13) | function b () { function external (line 18) | function external () { FILE: test/bundle/output/amdDefaults/36.js function dependsOnExternal (line 5) | function dependsOnExternal () { function external (line 9) | function external () { FILE: test/bundle/output/amdDefaults/38.js function notActuallyFoo (line 7) | function notActuallyFoo () { function foo (line 11) | function foo () { FILE: test/bundle/output/amdDefaults/40.js function foo (line 5) | function foo () { FILE: test/bundle/output/amdDefaults/42.js function foo (line 5) | function foo () { FILE: test/bundle/output/amdDefaults/43.js class Foo (line 5) | class Foo extends Bar { method constructor (line 6) | constructor() { FILE: test/bundle/output/amdDefaults/45.js function foo (line 7) | function foo () { FILE: test/bundle/output/amdDefaults/46.js function foo (line 7) | function foo () { FILE: test/bundle/output/amdDefaults/49.js function foo (line 5) | function foo () { FILE: test/bundle/output/amdDefaults/50.js class A (line 5) | class A { method constructor (line 6) | constructor () { method b (line 10) | b () { class B (line 15) | class B extends A { method constructor (line 16) | constructor () { class D (line 21) | class D { method constructor (line 22) | constructor () { method c (line 26) | c () { class C (line 31) | class C extends D { method constructor (line 32) | constructor () { FILE: test/bundle/output/amdDefaults/55.js class A (line 5) | class A { method b (line 6) | b () { method c (line 10) | c () { class B (line 15) | class B extends A {} class C (line 17) | class C extends A {} FILE: test/bundle/output/amdDefaults/57.js method y (line 6) | get y () { return x; } FILE: test/bundle/output/cjs/07.js function logFoo (line 5) | function logFoo () { function logBar (line 9) | function logBar () { FILE: test/bundle/output/cjs/10.js class Foo (line 3) | class Foo { method constructor (line 4) | constructor( str ) { method toString (line 8) | toString() { FILE: test/bundle/output/cjs/16.js function _a__a (line 3) | function _a__a () { function c__a (line 7) | function c__a () { function foo (line 16) | function foo () { FILE: test/bundle/output/cjs/17.js function foo__a (line 3) | function foo__a ( message ) { FILE: test/bundle/output/cjs/22.js function foo (line 3) | function foo () { FILE: test/bundle/output/cjs/24.js function foo (line 4) | function foo () { function bar (line 8) | function bar () { FILE: test/bundle/output/cjs/26.js function bar (line 3) | function bar () { FILE: test/bundle/output/cjs/27.js function logFoo (line 7) | function logFoo () { function logBar (line 11) | function logBar () { FILE: test/bundle/output/cjs/31.js function someOtherName (line 3) | function someOtherName () {} function x (line 5) | function x () {} FILE: test/bundle/output/cjs/33.js method keep (line 6) | keep () { this.state = 'kept'; } method break (line 7) | break () { this.state = 'broken'; } method add (line 13) | get add () { return add; } method multiply (line 14) | get multiply () { return multiply; } function add (line 17) | function add ( a, b ) { function multiply (line 21) | function multiply ( a, b ) { function foo (line 28) | function foo () { FILE: test/bundle/output/cjs/35.js function a (line 3) | function a () { function c (line 7) | function c () { function b (line 11) | function b () { function external (line 16) | function external () { FILE: test/bundle/output/cjs/36.js function dependsOnExternal (line 3) | function dependsOnExternal () { function external (line 7) | function external () { FILE: test/bundle/output/cjs/38.js function notActuallyFoo (line 5) | function notActuallyFoo () { function foo (line 9) | function foo () { FILE: test/bundle/output/cjs/40.js function foo (line 3) | function foo () { FILE: test/bundle/output/cjs/42.js function foo (line 3) | function foo () { FILE: test/bundle/output/cjs/43.js class Foo (line 6) | class Foo extends Bar { method constructor (line 7) | constructor() { FILE: test/bundle/output/cjs/45.js function foo (line 5) | function foo () { FILE: test/bundle/output/cjs/46.js function foo (line 5) | function foo () { FILE: test/bundle/output/cjs/49.js function foo (line 3) | function foo () { FILE: test/bundle/output/cjs/50.js class A (line 3) | class A { method constructor (line 4) | constructor () { method b (line 8) | b () { class B (line 13) | class B extends A { method constructor (line 14) | constructor () { class D (line 19) | class D { method constructor (line 20) | constructor () { method c (line 24) | c () { class C (line 29) | class C extends D { method constructor (line 30) | constructor () { FILE: test/bundle/output/cjs/55.js class A (line 3) | class A { method b (line 4) | b () { method c (line 8) | c () { class B (line 13) | class B extends A {} class C (line 15) | class C extends A {} FILE: test/bundle/output/cjs/57.js method y (line 4) | get y () { return x; } FILE: test/bundle/output/cjsDefaults/07.js function logFoo (line 5) | function logFoo () { function logBar (line 9) | function logBar () { FILE: test/bundle/output/cjsDefaults/10.js class Foo (line 3) | class Foo { method constructor (line 4) | constructor( str ) { method toString (line 8) | toString() { FILE: test/bundle/output/cjsDefaults/16.js function _a__a (line 3) | function _a__a () { function c__a (line 7) | function c__a () { function foo (line 16) | function foo () { FILE: test/bundle/output/cjsDefaults/17.js function foo__a (line 3) | function foo__a ( message ) { FILE: test/bundle/output/cjsDefaults/24.js function foo (line 4) | function foo () { function bar (line 8) | function bar () { FILE: test/bundle/output/cjsDefaults/26.js function bar (line 3) | function bar () { FILE: test/bundle/output/cjsDefaults/27.js function logFoo (line 7) | function logFoo () { function logBar (line 11) | function logBar () { FILE: test/bundle/output/cjsDefaults/31.js function someOtherName (line 3) | function someOtherName () {} function x (line 5) | function x () {} FILE: test/bundle/output/cjsDefaults/33.js method keep (line 6) | keep () { this.state = 'kept'; } method break (line 7) | break () { this.state = 'broken'; } method add (line 13) | get add () { return add; } method multiply (line 14) | get multiply () { return multiply; } function add (line 17) | function add ( a, b ) { function multiply (line 21) | function multiply ( a, b ) { function foo (line 28) | function foo () { FILE: test/bundle/output/cjsDefaults/35.js function a (line 3) | function a () { function c (line 7) | function c () { function b (line 11) | function b () { function external (line 16) | function external () { FILE: test/bundle/output/cjsDefaults/36.js function dependsOnExternal (line 3) | function dependsOnExternal () { function external (line 7) | function external () { FILE: test/bundle/output/cjsDefaults/38.js function notActuallyFoo (line 5) | function notActuallyFoo () { function foo (line 9) | function foo () { FILE: test/bundle/output/cjsDefaults/40.js function foo (line 3) | function foo () { FILE: test/bundle/output/cjsDefaults/42.js function foo (line 3) | function foo () { FILE: test/bundle/output/cjsDefaults/43.js class Foo (line 5) | class Foo extends Bar { method constructor (line 6) | constructor() { FILE: test/bundle/output/cjsDefaults/45.js function foo (line 5) | function foo () { FILE: test/bundle/output/cjsDefaults/46.js function foo (line 5) | function foo () { FILE: test/bundle/output/cjsDefaults/49.js function foo (line 3) | function foo () { FILE: test/bundle/output/cjsDefaults/50.js class A (line 3) | class A { method constructor (line 4) | constructor () { method b (line 8) | b () { class B (line 13) | class B extends A { method constructor (line 14) | constructor () { class D (line 19) | class D { method constructor (line 20) | constructor () { method c (line 24) | c () { class C (line 29) | class C extends D { method constructor (line 30) | constructor () { FILE: test/bundle/output/cjsDefaults/55.js class A (line 3) | class A { method b (line 4) | b () { method c (line 8) | c () { class B (line 13) | class B extends A {} class C (line 15) | class C extends A {} FILE: test/bundle/output/cjsDefaults/57.js method y (line 4) | get y () { return x; } FILE: test/bundle/output/concat/07.js function logFoo (line 5) | function logFoo () { function logBar (line 9) | function logBar () { FILE: test/bundle/output/concat/16.js function _a__a (line 3) | function _a__a () { function c__a (line 7) | function c__a () { function foo (line 16) | function foo () { FILE: test/bundle/output/concat/17.js function foo__a (line 3) | function foo__a ( message ) { FILE: test/bundle/output/concat/24.js function foo (line 4) | function foo () { function bar (line 8) | function bar () { FILE: test/bundle/output/concat/26.js function bar (line 3) | function bar () { FILE: test/bundle/output/concat/27.js function logFoo (line 7) | function logFoo () { function logBar (line 11) | function logBar () { FILE: test/bundle/output/concat/31.js function someOtherName (line 3) | function someOtherName () {} function x (line 5) | function x () {} FILE: test/bundle/output/concat/33.js method keep (line 6) | keep () { this.state = 'kept'; } method break (line 7) | break () { this.state = 'broken'; } method add (line 13) | get add () { return add; } method multiply (line 14) | get multiply () { return multiply; } function add (line 17) | function add ( a, b ) { function multiply (line 21) | function multiply ( a, b ) { function foo (line 28) | function foo () { FILE: test/bundle/output/concat/35.js function a (line 3) | function a () { function c (line 7) | function c () { function b (line 11) | function b () { function external (line 16) | function external () { FILE: test/bundle/output/concat/36.js function dependsOnExternal (line 3) | function dependsOnExternal () { function external (line 7) | function external () { FILE: test/bundle/output/concat/38.js function notActuallyFoo (line 5) | function notActuallyFoo () { function foo (line 9) | function foo () { FILE: test/bundle/output/concat/40.js function foo (line 3) | function foo () { FILE: test/bundle/output/concat/42.js function foo (line 3) | function foo () { FILE: test/bundle/output/concat/45.js function foo (line 5) | function foo () { FILE: test/bundle/output/concat/46.js function foo (line 5) | function foo () { FILE: test/bundle/output/concat/49.js function foo (line 3) | function foo () { FILE: test/bundle/output/concat/50.js class A (line 3) | class A { method constructor (line 4) | constructor () { method b (line 8) | b () { class B (line 13) | class B extends A { method constructor (line 14) | constructor () { class D (line 19) | class D { method constructor (line 20) | constructor () { method c (line 24) | c () { class C (line 29) | class C extends D { method constructor (line 30) | constructor () { FILE: test/bundle/output/concat/55.js class A (line 3) | class A { method b (line 4) | b () { method c (line 8) | c () { class B (line 13) | class B extends A {} class C (line 15) | class C extends A {} FILE: test/bundle/output/concat/57.js method y (line 4) | get y () { return x; } FILE: test/bundle/output/umd/07.js function logFoo (line 9) | function logFoo () { function logBar (line 13) | function logBar () { FILE: test/bundle/output/umd/10.js class Foo (line 7) | class Foo { method constructor (line 8) | constructor( str ) { method toString (line 12) | toString() { FILE: test/bundle/output/umd/16.js function _a__a (line 7) | function _a__a () { function c__a (line 11) | function c__a () { function foo (line 20) | function foo () { FILE: test/bundle/output/umd/17.js function foo__a (line 7) | function foo__a ( message ) { FILE: test/bundle/output/umd/22.js function foo (line 7) | function foo () { FILE: test/bundle/output/umd/24.js function foo (line 8) | function foo () { function bar (line 12) | function bar () { FILE: test/bundle/output/umd/26.js function bar (line 7) | function bar () { FILE: test/bundle/output/umd/27.js function logFoo (line 11) | function logFoo () { function logBar (line 15) | function logBar () { FILE: test/bundle/output/umd/31.js function someOtherName (line 7) | function someOtherName () {} function x (line 9) | function x () {} FILE: test/bundle/output/umd/33.js method keep (line 10) | keep () { this.state = 'kept'; } method break (line 11) | break () { this.state = 'broken'; } method add (line 17) | get add () { return add; } method multiply (line 18) | get multiply () { return multiply; } function add (line 21) | function add ( a, b ) { function multiply (line 25) | function multiply ( a, b ) { function foo (line 32) | function foo () { FILE: test/bundle/output/umd/35.js function a (line 7) | function a () { function c (line 11) | function c () { function b (line 15) | function b () { function external (line 20) | function external () { FILE: test/bundle/output/umd/36.js function dependsOnExternal (line 7) | function dependsOnExternal () { function external (line 11) | function external () { FILE: test/bundle/output/umd/38.js function notActuallyFoo (line 9) | function notActuallyFoo () { function foo (line 13) | function foo () { FILE: test/bundle/output/umd/40.js function foo (line 7) | function foo () { FILE: test/bundle/output/umd/42.js function foo (line 7) | function foo () { FILE: test/bundle/output/umd/43.js class Foo (line 9) | class Foo extends Bar { method constructor (line 10) | constructor() { FILE: test/bundle/output/umd/45.js function foo (line 9) | function foo () { FILE: test/bundle/output/umd/46.js function foo (line 9) | function foo () { FILE: test/bundle/output/umd/49.js function foo (line 7) | function foo () { FILE: test/bundle/output/umd/50.js class A (line 7) | class A { method constructor (line 8) | constructor () { method b (line 12) | b () { class B (line 17) | class B extends A { method constructor (line 18) | constructor () { class D (line 23) | class D { method constructor (line 24) | constructor () { method c (line 28) | c () { class C (line 33) | class C extends D { method constructor (line 34) | constructor () { FILE: test/bundle/output/umd/55.js class A (line 7) | class A { method b (line 8) | b () { method c (line 12) | c () { class B (line 17) | class B extends A {} class C (line 19) | class C extends A {} FILE: test/bundle/output/umd/57.js method y (line 8) | get y () { return x; } FILE: test/bundle/output/umdDefaults/07.js function logFoo (line 9) | function logFoo () { function logBar (line 13) | function logBar () { FILE: test/bundle/output/umdDefaults/10.js class Foo (line 7) | class Foo { method constructor (line 8) | constructor( str ) { method toString (line 12) | toString() { FILE: test/bundle/output/umdDefaults/16.js function _a__a (line 7) | function _a__a () { function c__a (line 11) | function c__a () { function foo (line 20) | function foo () { FILE: test/bundle/output/umdDefaults/17.js function foo__a (line 7) | function foo__a ( message ) { FILE: test/bundle/output/umdDefaults/24.js function foo (line 8) | function foo () { function bar (line 12) | function bar () { FILE: test/bundle/output/umdDefaults/26.js function bar (line 7) | function bar () { FILE: test/bundle/output/umdDefaults/27.js function logFoo (line 11) | function logFoo () { function logBar (line 15) | function logBar () { FILE: test/bundle/output/umdDefaults/31.js function someOtherName (line 7) | function someOtherName () {} function x (line 9) | function x () {} FILE: test/bundle/output/umdDefaults/33.js method keep (line 10) | keep () { this.state = 'kept'; } method break (line 11) | break () { this.state = 'broken'; } method add (line 17) | get add () { return add; } method multiply (line 18) | get multiply () { return multiply; } function add (line 21) | function add ( a, b ) { function multiply (line 25) | function multiply ( a, b ) { function foo (line 32) | function foo () { FILE: test/bundle/output/umdDefaults/35.js function a (line 7) | function a () { function c (line 11) | function c () { function b (line 15) | function b () { function external (line 20) | function external () { FILE: test/bundle/output/umdDefaults/36.js function dependsOnExternal (line 7) | function dependsOnExternal () { function external (line 11) | function external () { FILE: test/bundle/output/umdDefaults/38.js function notActuallyFoo (line 9) | function notActuallyFoo () { function foo (line 13) | function foo () { FILE: test/bundle/output/umdDefaults/40.js function foo (line 7) | function foo () { FILE: test/bundle/output/umdDefaults/42.js function foo (line 7) | function foo () { FILE: test/bundle/output/umdDefaults/43.js class Foo (line 7) | class Foo extends Bar { method constructor (line 8) | constructor() { FILE: test/bundle/output/umdDefaults/45.js function foo (line 9) | function foo () { FILE: test/bundle/output/umdDefaults/46.js function foo (line 9) | function foo () { FILE: test/bundle/output/umdDefaults/49.js function foo (line 7) | function foo () { FILE: test/bundle/output/umdDefaults/50.js class A (line 7) | class A { method constructor (line 8) | constructor () { method b (line 12) | b () { class B (line 17) | class B extends A { method constructor (line 18) | constructor () { class D (line 23) | class D { method constructor (line 24) | constructor () { method c (line 28) | c () { class C (line 33) | class C extends D { method constructor (line 34) | constructor () { FILE: test/bundle/output/umdDefaults/55.js class A (line 7) | class A { method b (line 8) | b () { method c (line 12) | c () { class B (line 17) | class B extends A {} class C (line 19) | class C extends A {} FILE: test/bundle/output/umdDefaults/57.js method y (line 8) | get y () { return x; } FILE: test/es6-module-transpiler-tests/bundled-output/bindings.js function incr (line 5) | function incr() { FILE: test/es6-module-transpiler-tests/bundled-output/cycles-defaults.js method a (line 3) | get a() { return a.a; } method b (line 5) | get b() { return b.b; } FILE: test/es6-module-transpiler-tests/bundled-output/cycles-immediate.js function nextOdd (line 3) | function nextOdd(n) { function isEven (line 31) | function isEven(n) { FILE: test/es6-module-transpiler-tests/bundled-output/cycles.js function geta (line 3) | function geta() { function getb (line 9) | function getb() { FILE: test/es6-module-transpiler-tests/bundled-output/export-default-named-function.js function foo (line 3) | function foo() { function callsFoo (line 7) | function callsFoo() { FILE: test/es6-module-transpiler-tests/bundled-output/export-default.js function change (line 5) | function change() { FILE: test/es6-module-transpiler-tests/bundled-output/export-function.js function foo (line 3) | function foo() { FILE: test/es6-module-transpiler-tests/bundled-output/export-list.js function incr (line 6) | function incr() { FILE: test/es6-module-transpiler-tests/bundled-output/module-level-declarations.js function getA (line 8) | function getA() { FILE: test/es6-module-transpiler-tests/bundled-output/namespaces.js method a (line 4) | get a () { return a; } method b (line 5) | get b () { return b; } method default (line 6) | get default () { return exporter__default; } FILE: test/es6-module-transpiler-tests/bundled-output/re-export-default-import.js function hi (line 3) | function hi() { FILE: test/es6-module-transpiler-tests/input/bindings/exporter.js function incr (line 3) | function incr() { FILE: test/es6-module-transpiler-tests/input/cycles-defaults/a.js method b (line 3) | get b() { return b.b; } FILE: test/es6-module-transpiler-tests/input/cycles-defaults/b.js method a (line 3) | get a() { return a.a; } FILE: test/es6-module-transpiler-tests/input/cycles-immediate/evens.js function isEven (line 16) | function isEven(n) { FILE: test/es6-module-transpiler-tests/input/cycles-immediate/odds.js function nextOdd (line 3) | function nextOdd(n) { FILE: test/es6-module-transpiler-tests/input/cycles/a.js function getb (line 3) | function getb() { FILE: test/es6-module-transpiler-tests/input/cycles/b.js function geta (line 3) | function geta() { FILE: test/es6-module-transpiler-tests/input/export-default-named-function/exporter.js function foo (line 1) | function foo() { function callsFoo (line 5) | function callsFoo() { FILE: test/es6-module-transpiler-tests/input/export-default/exporter.js function change (line 3) | function change() { FILE: test/es6-module-transpiler-tests/input/export-function/exporter.js function foo (line 1) | function foo() { FILE: test/es6-module-transpiler-tests/input/export-list/exporter.js function incr (line 4) | function incr() { FILE: test/es6-module-transpiler-tests/input/export-not-at-top-level-fails/index.js function foo (line 1) | function foo() { FILE: test/es6-module-transpiler-tests/input/import-not-at-top-level-fails/index.js function foo (line 1) | function foo() { FILE: test/es6-module-transpiler-tests/input/module-level-declarations/mod.js function getA (line 6) | function getA() { FILE: test/es6-module-transpiler-tests/input/re-export-default-import/first.js function hi (line 1) | function hi() { FILE: test/es6-module-transpiler-tests/input/reassign-import-not-at-top-level-fails/importer.js function foo (line 3) | function foo () { function bar (line 6) | function bar () { FILE: test/es6-module-transpiler-tests/output/bindings/exporter.js function incr (line 7) | function incr() { FILE: test/es6-module-transpiler-tests/output/cycles-defaults/a.js method b (line 5) | get b() { return b['default'].b; } FILE: test/es6-module-transpiler-tests/output/cycles-defaults/b.js method a (line 5) | get a() { return a['default'].a; } FILE: test/es6-module-transpiler-tests/output/cycles-immediate/evens.js function isEven (line 20) | function isEven(n) { FILE: test/es6-module-transpiler-tests/output/cycles-immediate/odds.js function nextOdd (line 7) | function nextOdd(n) { FILE: test/es6-module-transpiler-tests/output/cycles/a.js function getb (line 7) | function getb() { FILE: test/es6-module-transpiler-tests/output/cycles/b.js function geta (line 7) | function geta() { FILE: test/es6-module-transpiler-tests/output/export-default-named-function/exporter.js function foo (line 5) | function foo() { function callsFoo (line 10) | function callsFoo() { FILE: test/es6-module-transpiler-tests/output/export-default/exporter.js function change (line 7) | function change() { FILE: test/es6-module-transpiler-tests/output/export-function/exporter.js function foo (line 5) | function foo() { FILE: test/es6-module-transpiler-tests/output/export-list/exporter.js function incr (line 8) | function incr() { FILE: test/es6-module-transpiler-tests/output/module-level-declarations/mod.js function getA (line 8) | function getA() { FILE: test/es6-module-transpiler-tests/output/re-export-default-import/first.js function hi (line 3) | function hi() { FILE: test/fastMode/index.js function runTests (line 75) | function runTests ( dir, method ) { FILE: test/fastMode/output/amd/earlyExport.js function foo (line 5) | function foo () { FILE: test/fastMode/output/amd/exportClassWithSuper.js class Foo (line 5) | class Foo extends Bar { method constructor (line 6) | constructor() { FILE: test/fastMode/output/amd/exportFunction.js function foo (line 5) | function foo ( str ) { FILE: test/fastMode/output/cjs/earlyExport.js function foo (line 5) | function foo () { FILE: test/fastMode/output/cjs/exportClassWithSuper.js class Foo (line 5) | class Foo extends Bar { method constructor (line 6) | constructor() { FILE: test/fastMode/output/cjs/exportFunction.js function foo (line 3) | function foo ( str ) { FILE: test/fastMode/output/umd/earlyExport.js function foo (line 7) | function foo () { FILE: test/fastMode/output/umd/exportClassWithSuper.js class Foo (line 7) | class Foo extends Bar { method constructor (line 8) | constructor() { FILE: test/fastMode/output/umd/exportFunction.js function foo (line 7) | function foo ( str ) { FILE: test/samples/clashingFunctionArguments/source.js function bar (line 3) | function bar ( z ) { FILE: test/samples/earlyExport/source.js function foo (line 3) | function foo () { FILE: test/samples/exportClass/source.js class Point (line 1) | class Point {} FILE: test/samples/exportClassWithSuper/source.js class Foo (line 3) | class Foo extends Bar { method constructor (line 4) | constructor() { FILE: test/samples/exportFunction/source.js function foo (line 1) | function foo ( str ) { FILE: test/samples/exportInlineFunction/source.js function foo (line 1) | function foo ( str ) { FILE: test/samples/exportNamedFunction/source.js function foo (line 1) | function foo() {} function bar (line 2) | function bar() {} function baz (line 3) | function baz() {} FILE: test/samples/shadowedExport/source.js function foo (line 1) | function foo () { } function bar (line 3) | function bar() { FILE: test/samples/updateExportInArgument/source.js function decr (line 3) | function decr () { FILE: test/samples/updateExpressionInFunction/source.js function incr (line 3) | function incr () { FILE: test/strictMode/index.js function runTests (line 60) | function runTests ( dir, method ) { FILE: test/strictMode/output/amd/clashingFunctionArguments.js function bar (line 7) | function bar ( z ) { FILE: test/strictMode/output/amd/earlyExport.js function foo (line 7) | function foo () { FILE: test/strictMode/output/amd/exportClass.js class Point (line 5) | class Point {} FILE: test/strictMode/output/amd/exportClassWithSuper.js class Foo (line 5) | class Foo extends Bar['default'] { method constructor (line 6) | constructor() { FILE: test/strictMode/output/amd/exportFunction.js function foo (line 5) | function foo ( str ) { FILE: test/strictMode/output/amd/exportInlineFunction.js function foo (line 7) | function foo ( str ) { FILE: test/strictMode/output/amd/exportNamedFunction.js function foo (line 9) | function foo() {} function bar (line 10) | function bar() {} function baz (line 11) | function baz() {} FILE: test/strictMode/output/amd/shadowedExport.js function foo (line 7) | function foo () { } function bar (line 9) | function bar() { FILE: test/strictMode/output/amd/updateExportInArgument.js function decr (line 9) | function decr () { FILE: test/strictMode/output/amd/updateExpressionInFunction.js function incr (line 9) | function incr () { FILE: test/strictMode/output/cjs/clashingFunctionArguments.js function bar (line 7) | function bar ( z ) { FILE: test/strictMode/output/cjs/earlyExport.js function foo (line 5) | function foo () { FILE: test/strictMode/output/cjs/exportClass.js class Point (line 3) | class Point {} FILE: test/strictMode/output/cjs/exportClassWithSuper.js class Foo (line 5) | class Foo extends Bar['default'] { method constructor (line 6) | constructor() { FILE: test/strictMode/output/cjs/exportFunction.js function foo (line 3) | function foo ( str ) { FILE: test/strictMode/output/cjs/exportInlineFunction.js function foo (line 5) | function foo ( str ) { FILE: test/strictMode/output/cjs/exportNamedFunction.js function foo (line 7) | function foo() {} function bar (line 8) | function bar() {} function baz (line 9) | function baz() {} FILE: test/strictMode/output/cjs/shadowedExport.js function foo (line 5) | function foo () { } function bar (line 7) | function bar() { FILE: test/strictMode/output/cjs/updateExportInArgument.js function decr (line 7) | function decr () { FILE: test/strictMode/output/cjs/updateExpressionInFunction.js function incr (line 7) | function incr () { FILE: test/strictMode/output/umd/clashingFunctionArguments.js function bar (line 9) | function bar ( z ) { FILE: test/strictMode/output/umd/earlyExport.js function foo (line 9) | function foo () { FILE: test/strictMode/output/umd/exportClass.js class Point (line 7) | class Point {} FILE: test/strictMode/output/umd/exportClassWithSuper.js class Foo (line 7) | class Foo extends Bar['default'] { method constructor (line 8) | constructor() { FILE: test/strictMode/output/umd/exportFunction.js function foo (line 7) | function foo ( str ) { FILE: test/strictMode/output/umd/exportInlineFunction.js function foo (line 9) | function foo ( str ) { FILE: test/strictMode/output/umd/exportNamedFunction.js function foo (line 11) | function foo() {} function bar (line 12) | function bar() {} function baz (line 13) | function baz() {} FILE: test/strictMode/output/umd/shadowedExport.js function foo (line 9) | function foo () { } function bar (line 11) | function bar() { FILE: test/strictMode/output/umd/updateExportInArgument.js function decr (line 11) | function decr () { FILE: test/strictMode/output/umd/updateExpressionInFunction.js function incr (line 11) | function incr () { FILE: test/utils/generate.js function generateFastModeOutput (line 14) | function generateFastModeOutput () { function generateStrictModeOutput (line 67) | function generateStrictModeOutput () { function generateBundleOutput (line 119) | function generateBundleOutput () {