Eyas

Results 3 issues of Eyas

This is one potential fix to #180 that allows schema-dts to continue to be used with `import` and any/no bundlers without increasing bundle size. It is also possible to address...

I'm trying to get the extension schema for datacommons.org in a machine-consumable form (ideally an .nt file). I tried requested `schema.datacommons.org/latest/all-layers.nt` and similar, but that gives me Schema.org schema without...

I tried this twice, with goog.provide and goog.module, with similar results: ## Actual ### Using Provide ```js goog.provide('lib.my'); /** * @param {string} data */ lib.my.resemble = function(data) {}; /** @returns...