MCPcopy Create free account
hub / github.com/rollup/plugins / makeLegalIdentifier.ts

File makeLegalIdentifier.ts

packages/pluginutils/test/makeLegalIdentifier.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { makeLegalIdentifier } from '../';
2
3test('camel-cases names', () => {
4 expect(makeLegalIdentifier('foo-bar')).toBe('fooBar');

Callers

nothing calls this directly

Calls 2

testFunction · 0.85
makeLegalIdentifierFunction · 0.85

Tested by

no test coverage detected