#1256 Allow to use PascalCase import variables

Aberto
há 3 anos atrás aberto por herby · 0 comentários

If you try, eg:

Package
	named: 'Foo-Bar'
	imports: {'EventEmitter' -> 'events'}
	transport: (AmdPackageTransport namespace: 'foo')

in your node-based project, you actually fail when trying to EventEmitter new in that package, as PascalCase variables only point to Smalltalk and JS globals and do not include "package-wise" globals, that is, import variables.

If you try, eg: ``` Package named: 'Foo-Bar' imports: {'EventEmitter' -> 'events'} transport: (AmdPackageTransport namespace: 'foo') ``` in your node-based project, you actually fail when trying to `EventEmitter new` in that package, as PascalCase variables only point to Smalltalk and JS globals and do not include "package-wise" globals, that is, import variables.
Faça login para participar desta conversação.
Sem Etiqueta
Sem Objetivo
Sem utilizador atribuido
1 Participantes
A carregar...
Cancelar
Guardar
Ainda não existe conteúdo.